element <property>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
locally within element properties in qm.xsd, see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<property
    name
 = 
xs:string
    value
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
A property associated with the objective.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
name
Type:
xs:string, predefined
Use:
optional
The name of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/>

value
Type:
xs:string, predefined
Use:
optional
The value of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set