Definition Type: SimpleType
Name: ECBoomID
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: ChargerbaseClasses.xsd
Documentation:
Boom ID code. Defined as starting from upper left, lower left, ...  down to lower right as seen from the cabin.
Collapse XSD Schema Diagram:
XSD Diagram of ECBoomID
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:simpleType name="ECBoomID">
    <xsd:annotation>
        <xsd:documentation>Boom ID code. Defined as starting from upper left, lower left, ...  down to lower right as seen from the cabin.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:integer">
        <xsd:minInclusive value="1" />
        <xsd:maxInclusive value="100" />
    </xsd:restriction>
</xsd:simpleType>