element <qm:template>
Namespace:
Type:
Content:
complex, 9 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<qm:template>
   
Content: 
qm:projectArea, dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:sections
</qm:template>
Content model elements (9):
Annotation
A template defining the sections for a test plan or test case.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (15); see within schema source)
<xs:element name="template">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element name="sections">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="section">
<xs:complexType>
<xs:attribute name="description" type="xs:string"/>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="configurationData" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/9)
alm:owner
Type:
anonymous, mixed content
The contributor that owns the template.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple content
** Deprecated **
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
The last modification date of a resource. This property is read-only. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
The contributor that created the template.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

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

dc:identifier
Type:
xs:string, predefined, simple content
A unique identifier for this resource. A URL is typically provided for this element. This property is read-only.
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 template.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:sections
Type:
anonymous, complex content
The sections contained in the template.
XML Source (w/o annotations (7); see within schema source)
<xs:element name="sections">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="section">
<xs:complexType>
<xs:attribute name="description" type="xs:string"/>
<xs:attribute name="id" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="configurationData" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
</xs:complexType>
</xs:element>
</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