element <qm:attribute>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 2 elements
Defined:
locally within element qm:attributes in qm.xsd, see XML source
Includes:
definitions of 3 attributes and 2 elements
XML Representation Summary
<qm:attribute
    name
 = 
xs:string
    pointerType
 = 
xs:string
    type
 = 
xs:string
    >
   
Content: 
qm:value* | qm:configurationPart*
</qm:attribute>
Content model elements (2):
Included in content model of elements (1):
Annotation
[READ-ONLY] An attribute on the lab resource type represented by this configuration term. If this attribute is a configuration part attribute, the contents of this element must contain a configuration part that describes the part.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" name="attribute">
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType mixed="true">
<xs:attribute name="displayName" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:configurationPart"/>
</xs:choice>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="pointerType" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
name
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The name of this attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/>

pointerType
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] If type is equal to PointerType, this attribute must be populated with either USERDISPLAY_SERVICE or GROUPDISPLAY_SERVICE to identify which type of pointer this attribute is.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="pointerType" type="xs:string"/>

type
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The type of this attribute. One of: NumericType, PointerType, StringType, ConfigurationPartType, TimeStampType.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>
Content Element Detail (defined in this component only; 2/2)
qm:configurationPart
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qm:configurationPart"/>

qm:value
Type:
anonymous, mixed content
[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>

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