http://maven.apache.org/POM/4.0.0
complexType ActivationFile

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}ActivationFile (restriction)

Documentation
4.0.0
        This is the file specification used to activate the profile. The missing value will be the location
        of a file that needs to exist, and if it doesn't the profile will be activated.  On the other hand exists will test
        for the existence of the file and if it is there the profile will be activated.
      
Properties
This component is not nillable.

Model
<...>
(missing? ; exists?)
</...>


Nested Element Summary
xs:stringexists
          4.0.0The name of the file that must exist to activate the profile. 
xs:stringmissing
          4.0.0The name of the file that must be missing to activate the profile. 
Source
<xs:complexType name="ActivationFile">
<xs:all>
<xs:element minOccurs="0" name="missing" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="exists" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.