TestingEnvironment Schema
Type Element
Description
The data type.
Namespace(none)
Diagram
Type Element
Overview
Type
The data type.
VariantType optional Variant Simple Type
The variant type of the argument.
ListOfValuesName optional xs:IDREF
The name of the list of values of the argument. Can be one of the list of values names defined in this XML.
Attributes
NameTypeUseDefaultFixedDescription
VariantTypeVariant Simple Typeoptional  The variant type of the argument.
ListOfValuesNamexs:IDREFoptional  The name of the list of values of the argument. Can be one of the list of values names defined in this XML.
Source
<xs:element name="Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The data type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="VariantType" type="Variant">
      <xs:annotation>
        <xs:documentation>The variant type of the argument.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ListOfValuesName" type="xs:IDREF" use="optional">
      <xs:annotation>
        <xs:documentation>The name of the list of values of the argument. Can be one of the list of values names defined in this XML.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also