element <qm:snapshot>
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: 
dc:title, dc:description, alm:updated, qm:revision?
</qm:snapshot>
Content model elements (4):
Included in content model of elements (1):
Known Usage Locations
Annotation
[READ-ONLY] Since 2.0.0.1. snapshot represents the metadata associated with a version of a resource. This is currently used in the SNAPSHOT method for testplan and testcase.
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 (defined in this component only; 4/4)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The timestamp for the creation of the snapshot. Format is XML dateTime.
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 numeric id 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set