element <qm:project> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 9 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 5 elements
Used:
never
XML Representation Summary
<qm:project>
   
Content: 
</qm:project>
Content model elements (9):
qm:projectArea (defined in qm:reportableArtifact complexType),
Annotation
[READ-ONLY]
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (12); see within schema source)
<xs:element name="project">
<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="alias"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="scope" type="xs:string"/>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
<xs:attribute name="isDefault" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="settingsids">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="settingid" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 5/9)
dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] An account 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 project.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:alias
Type:
anonymous complexType (extension of xs:string), simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alias"/>

qm:category
Type:
anonymous complexType, empty content
[READ-ONLY] A category that has been defined in the RQM system. The project resource will contain a list of all of the categories that have been defined.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="scope" type="xs:string"/>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
<xs:attribute name="isDefault" type="xs:boolean"/>
</xs:complexType>
</xs:element>

qm:settingsids
Type:
anonymous complexType, complex content
[READ-ONLY] Since 2.0.1 - A list of the ids of all of the settings that can be copied between projects via the API.
XML Source (w/o annotations (2); see within schema source)
<xs:element name="settingsids">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="settingid" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set