element <qm:property> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:property |
|
|
/> |
Included in content model of elements (1):
-
Annotation
[READ-ONLY] 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 (all declarations; defined within this component only; 2/2)
name
-
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] 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 |
[READ-ONLY] The value of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string"/>
|