element <qm:catalogType> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:catalogType> |
|
|
</qm:catalogType> |
Content model elements (6):
-
Included in content model of elements (1):
-
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)
-
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"/>
|
-
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"/>
|
-
[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>
|
-
[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>
|
-
[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>
|
-
[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>
|