<xsd:element name="value">
<xsd:annotation>
<xsd:documentation>If the source of a variable is constant, then the 'value' child element holds the actual value of the variable. NOTE that this element should only be (and must be) present when the source of a variable is 'constant', even though there is no way to enforce this during validation. This value should be used by all tests that reference this variable. The value can not be over-ridden by an external source.</xsd:documentation>
<xsd:appinfo>
<cardinality>0-1</cardinality>
<attributes>none</attributes>
<content>** undefined **</content>
<parent_elements>variable</parent_elements>
<child_elements>** undefined **</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="xsd:anyType" />
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|