element <qm:attributes>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
XML Representation Summary
<qm:attributes>
   
Content: 
qm:attribute+
</qm:attributes>
Content model elements (1):
Included in content model of elements (1):
XML Source (w/o annotations (6); see within schema source)
<xs:element name="attributes">
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
qm:attribute
Type:
anonymous, complex content
[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>

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