element <qm:catalog> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:catalog>
Content model elements (7):
catalog:type,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet
Annotation
The catalog repersent the types, attributes and values that exist in the project for labresources.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within this component only; 3/7)
catalog:type
Type:
anonymous complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set