element <qm:executionvariable> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 7 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<qm:executionvariable>
   
Content: 
</qm:executionvariable>
Content model elements (7):
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:defaultValue,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet
Annotation
An execution variable defines a list of execution variable values. All execution variable values must be associated with one and only one execution variable.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (5); see within schema source)
<xs:element name="executionvariable">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="0" name="defaultValue">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/7)
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:title
Type:
xs:string, predefined, simple content
The name of the execution variable.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:defaultValue
Type:
anonymous complexType, empty content
The default value for this execution variable. This attribute can only be set on an existing execution variable. It will be ignored on creation.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="defaultValue">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

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