element <qm:category>
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:category>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, alm:updated, dc:title, qm:categoryType
</qm:category>
Content model elements (7):
Annotation
A category is a organization mechanism to Quality Manager to group related artifacts togather.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (5); see within schema source)
<xs:element name="category">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="1" name="categoryType">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/7)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:title
Type:
xs:string, predefined, simple content
The name of the category.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:categoryType
Type:
anonymous, empty content
The category type that this category is associated to. Note, this property is immutable.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="categoryType">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

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