element <qm:attachment> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 11 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 7 elements
Used:
never
XML Representation Summary
<qm:attachment>
   
Content: 
</qm:attachment>
Content model elements (11):
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:creationDate,
qm:fileSize,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:webId
Annotation
Used to provides the details necessary for the RPE template
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (7); see within schema source)
<xs:element name="attachment">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>
<xs:element ref="dc:creator"/>
<xs:element maxOccurs="1" minOccurs="0" name="fileSize" type="xs:float"/>
<xs:element ref="alm:updated"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 7/11)
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 test case.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

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

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

qm:creationDate
Type:
xs:dateTime, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>

qm:fileSize
Type:
xs:float, predefined, simple content
[READ-ONLY] File size(KB).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="fileSize" type="xs:float"/>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

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