element <qm:catalogType> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
XML Representation Summary
<qm:catalogType>
   
Content: 
</qm:catalogType>
Content model elements (6):
qm:id (type xs:string),
Included in content model of elements (1):
qm:platformcoverage
Annotation
[READ-ONLY] A type that is a component of the covered platforms.
XML Source (w/o annotations (11); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="catalogType">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="partname">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="path">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="template">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="values">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/6)
qm:id
Type:
xs:string, predefined, simple content
[READ-ONLY] The unique name of the test plan environment type.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:string"/>

qm:name
Type:
xs:string, predefined, simple content
[READ-ONLY] The name of the catalog type as shown in the UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>

qm:partname
Type:
anonymous complexType, mixed content
[READ-ONLY] The catalog type.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="partname">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

qm:path
Type:
anonymous complexType, mixed content
[READ-ONLY] The path to the unique item in the lab resource catalog.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="path">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

qm:template
Type:
anonymous complexType, mixed content
[READ-ONLY] The template where the type resides.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="template">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

qm:values
Type:
anonymous complexType, mixed content
[READ-ONLY] The values for the catalog type.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="values">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>

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