element <qm:value> (local)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 2 attributes
Defined:
locally within qm:attribute element in qm.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:value
   
 = 
xs:string
 = 
xs:anyURI
   
>
   
Content: 
</qm:value>
Included in content model of elements (1):
Annotation
[READ-ONLY] The value of this attribute. If the attribute is a numeric type this will be an integer, if it is a pointer type this will be a UUID, if it is a string type this will be a string, if it is a timestamp part this will be an integer representing the number of milliseconds since 1/1/1970, and if it is a configuration part type this will be unpopulated and the contents of this element will describe the configuration part.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType mixed="true">
<xs:attribute name="displayName" type="xs:string"/>
<xs:attribute ref="rdf:resource"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
displayName
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] If this is attribute is a pointer attribute, this is the display name of the attribute's value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="displayName" type="xs:string"/>

rdf:resource
Type:
xs:anyURI, predefined
Use:
optional
The Jazz Team Server (JTS) URI.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="rdf:resource"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set