<xs:complexType name="CalibrationMasterType">
<xs:annotation>
<xs:documentation>The CalibrationMasterType defines a calibration master.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SerialNumber" type="xs:string">
<xs:annotation>
<xs:documentation>The SerialNumber element is the serial number of a calibration master.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional description element is the description of a calibration master.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |