Definition Type: Element
Name: Calibration
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Collapse XSD Schema Diagram:
Drilldown into Operator Drilldown into NextCalibrationDue Drilldown into CalibrationDateXSD Diagram of Calibration
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="Calibration">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="CalibrationDate" type="xsd:dateTime" />
            <xsd:element name="NextCalibrationDue" type="xsd:date" />
            <xsd:element name="Operator" type="IR:IRtext" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CalibrationDate nsB:CalibrationDate (1) (1)
NextCalibrationDue nsB:NextCalibrationDue (1) (1)
Operator nsB:Operator (1) (1)