element <qm:project>
Namespace:
Type:
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:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, qm:alias*, qm:category*, qm:settingsids
</qm:project>
Content model elements (9):
Annotation
[DEPRECATED] [READ-ONLY]
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
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 (defined in 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 (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, 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, 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 DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set