element <qm:configurationPart> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
XML Representation Summary
<qm:configurationPart
   
 = 
xs:anyURI
 = 
xs:anyURI
   
>
   
Content: 
</qm:configurationPart>
Content model elements (1):
qm:attributes
Included in content model of elements (2):
qm:attribute, qm:configurationParts
Known Usage Locations
Annotation
The representation of the elements that make up a lab resource configuration.
XML Source (w/o annotations (10); see within schema source)
<xs:element name="configurationPart">
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
<xs:attribute name="type" type="xs:anyURI"/>
<xs:attribute name="label" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
label
Type:
xs:anyURI, predefined
Use:
optional
The label of this configuration part.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="label" type="xs:anyURI"/>

type
Type:
xs:anyURI, predefined
Use:
optional
[READ-ONLY] The lab resource catalog type of this configuration part.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:anyURI"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
qm:attributes
Type:
anonymous complexType, complex content
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>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set