element <teamarea>
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
<teamarea>
   
Content: 
dc:title, summary, id, alm:updated, contributor*
</teamarea>
Content model elements (5):
id (type xs:string),
summary (type xs:string)
Annotation
** Depricated ** A team of contributors withing the scope of a project area.
XML Source (w/o annotations (8); see within schema source)
<xs:element name="teamarea">
<xs:complexType>
<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 name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 5/5)
alm:updated
Type:
xs:dateTime, predefined, simple content
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"/>

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

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

id
Type:
xs:string, predefined, simple content
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"/>

summary
Type:
xs:string, predefined, simple content
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