complexType "ActivationProperty"
Namespace:
Content:
complex, 2 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
name? × value?
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
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.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ActivationProperty">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="value" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
name
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The name of the property to be used to activate a profile.
XML Representation Summary
<name>
   
Content: 
{ xs:string }
</name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="name" type="xs:string"/>

value
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The value of the property required to activate a profile.
XML Representation Summary
<value>
   
Content: 
{ xs:string }
</value>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="value" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.