element <qm:template> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 12 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<qm:template>
   
Content: 
</qm:template>
Content model elements (12):
qm:projectArea (defined in qm:reportableArtifact complexType),
Annotation
A template defining the sections for a test plan or test case.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (8); see within schema source)
<xs:element name="template">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<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 minOccurs="0" name="modifiable" type="xs:boolean"/>
<xs:element ref="sections"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 8/12)
alm:owner
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that owns the template.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous complexType, mixed content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

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

dc:creator
Type:
anonymous complexType, mixed content
[READ-ONLY] [IMMUTABLE] 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: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:modifiable
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Determines if a template is modifiable. Note, system-provided templates are not modifiable and user-created templates are modifiable.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="modifiable" type="xs:boolean"/>

qm:sections
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element ref="sections"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set