element <project>
Namespace:
Type:
anonymous complexType
Content:
complex, 5 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 5 elements
Used:
never
XML Representation Summary
<project>
   
Content: 
dc:identifier, dc:title, dc:description, alias?, category*
</project>
Content model elements (5):
Annotation
** Depricated **
XML Source (w/o annotations (9); see within schema source)
<xs:element name="project">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element maxOccurs="1" minOccurs="0" name="alias" type="xs:string"/>
<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:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/5)
alias
Type:
xs:string, predefined, simple content
** Depricated ** A read-only element containing an alternate identifier for the resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="alias" type="xs:string"/>

category
Type:
anonymous, empty content
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 (4); 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:complexType>
</xs:element>

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

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the project within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set