element <qm:snapshot> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<qm:snapshot>
   
Content: 
</qm:snapshot>
Content model elements (4):
alm:updated, dc:description, dc:title, qm:revision
Included in content model of elements (7):
qm:executionscript, qm:remotescript, qm:snapshots, qm:testcase, qm:testplan, qm:testscript, qm:testsuite
Known Usage Locations
Annotation
[READ-ONLY] Since 2.0.0.1. Snapshot metadata associated with the snapshot of the resource. Note, request content for a HTTP SNAPSHOT request. Note, supported only for resource types that support snapshots.
XML Source (w/o annotations (5); see within schema source)
<xs:element name="snapshot">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element minOccurs="0" name="revision" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 4/4)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The creation timestamp (XML dateTime) of the snapshot.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] The description of the snapshot.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

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

qm:revision
Type:
xs:int, predefined, simple content
[READ-ONLY] The zero-based revision number of the snapshot.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="revision" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set