element <qm:value>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute
Defined:
locally within element qm:attribute in qm.xsd, see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<qm:value
    displayName
 = 
xs:string
    >
   
Content: 
{text}
</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 (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType mixed="true">
<xs:attribute name="displayName" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
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"/>

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