element <qm:catalog>
Namespace:
Type:
Content:
complex, 7 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<qm:catalog>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, catalog:type*
</qm:catalog>
Content model elements (7):
Annotation
The catalog repersent the types, attributes and values that exist in the project for labresources.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (4); see within schema source)
<xs:element name="catalog">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catalog:type"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/7)
catalog:type
Type:
anonymous, complex content
[READ-ONLY] A listing of all of the types in the catalog.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catalog:type"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] An account of the resource. This will be the name of the project.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the catalog. This will be the name of the project.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

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