element <qm:attributes> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
XML Representation Summary
<qm:attributes>
   
Content: 
</qm:attributes>
Content model elements (1):
qm:attribute
Included in content model of elements (1):
qm:configurationPart
XML Source (w/o annotations (7); 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:attribute ref="rdf:resource"/>
</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 (all declarations; defined within this component only; 1/1)
qm:attribute
Type:
anonymous complexType, 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 (7); 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:attribute ref="rdf:resource"/>
</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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set