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

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

Documentation
4.0.0
        This is the property specification used to activate a profile. If the value field is empty,
        then the existence of the named property will activate the profile, otherwise it does a case-sensitive
        match against the property value as well.
      
Properties
This component is not nillable.

Model
<...>
(name? ; value?)
</...>


Nested Element Summary
xs:stringname
          4.0.0The name of the property to be used to activate a profile. 
xs:stringvalue
          4.0.0The value of the property required to activate a profile. 
Source
<xs:complexType name="ActivationProperty">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="value" 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.