element <qm:teamarea> (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:teamarea>
   
Content: 
</qm:teamarea>
Content model elements (9):
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:contributor (in qm:teamarea),
qm:id (type xs:string),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:summary
Annotation
[DEPRECATED] 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
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set