element <qm:variable> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:variable> |
|
|
</qm:variable> |
Content model elements (4):
-
Included in content model of elements (1):
-
Annotation
A variable associated with the objective. If {executionvariable, executionvariablevalue} present in the XML, {name, value} will be ignored. This is applicable for testscript, testcase and testsuite. Only {name, value} will be avialable for executionresult and suiteresult.
XML Source (w/o annotations (7); see within schema source)
<xs:element maxOccurs="unbounded" name="variable">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="executionvariable">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="value" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 4/4)
-
An absolute URL to a project execution variable.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
-
An absolute URL to a project execution variable value.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
-
Type: |
xs:string, predefined, simple content |
The name of the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
|
-
Type: |
xs:string, predefined, simple content |
The value of the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="value" type="xs:string"/>
|