Showing:

Annotations
Diagrams
Properties
Source
Used by
Element CalibrationMasterType / SerialNumber
Annotations
The SerialNumber element is the serial number of a calibration master.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CalibrationMasterType / Description
Annotations
The optional description element is the description of a calibration master.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CalibrationMasterType
Annotations
The CalibrationMasterType defines a calibration master.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CalibrationMasterType.tmp#CalibrationMasterType_SerialNumber QIFMeasurementResources_xsd_Complex_Type_CalibrationMasterType.tmp#CalibrationMasterType_Description
Used by
Children Description, SerialNumber
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd