element <qm:executionvariablevalue> (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:executionvariablevalue>
   
Content: 
</qm:executionvariablevalue>
Content model elements (7):
alm:updated,
dc:identifier,
dc:title,
jproc:team-area,
qm:executionvariable (in qm:executionvariablevalue),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet
Annotation
A execution variable value corresponds to one of the values in a list of values for an 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="executionvariablevalue">
<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="1" name="executionvariable">
<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 execution variable value.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:executionvariable
Type:
anonymous complexType, empty content
[IMMUTABLE] The execution variable that this value is associated with.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="executionvariable">
<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