<xs:complexType name="QualificationType">
<xs:annotation>
<xs:documentation>The QualificationType defines how a measurement device has been qualified.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Attributes" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string">
<xs:annotation>
<xs:documentation>The Description element is a description of the qualification. This may include items such as orientation information and environment information.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |