element <qm:teamarea>
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:teamarea>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, qm:summary, qm:id, alm:updated, qm:contributor*
</qm:teamarea>
Content model elements (9):
qm:id (type xs:string),
qm:projectArea (type anonymous),
qm:stylesheet (type anonymous),
qm:summary (type xs:string)
Annotation
[DEPRECATED] [READ-ONLY] A team of contributors within the scope of a project area. Note, this property will be removed after RQM 4.0.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (9); see within schema source)
<xs:element name="teamarea">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element name="summary" type="xs:string"/>
<xs:element name="id" type="xs:string"/>
<xs:element ref="alm:updated"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="contributor">
<xs:complexType>
<xs:attribute ref="rdf:resource"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/9)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the team area.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the team area.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:contributor
Type:
anonymous, empty content
[READ-ONLY] A contributor who is a member of the team area.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="contributor">
<xs:complexType>
<xs:attribute ref="rdf:resource"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:id
Type:
xs:string, predefined, simple content
[READ-ONLY] An unambiguous reference to the team area within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="id" type="xs:string"/>

qm:summary
Type:
xs:string, predefined, simple content
[READ-ONLY] An account of the team area.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="summary" type="xs:string"/>

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