complexType "ActivationProperty"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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: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)
-
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"/>
|
-
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"/>
|