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

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