element <qm:category> (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:category>
   
Content: 
</qm:category>
Content model elements (7):
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:categoryType (in qm:category),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet
Annotation
A category is a organization mechanism to Quality Manager to group related artifacts togather.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within 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 complexType, empty content
[IMMUTABLE] The category type that this category is associated to.
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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set