Definition Type: Element
Name: LTPPMptFromType
Namespace: http://www.iredes.org/xml/LHD
Type: IR:IRtext
Containing Schema: LHDTrucks.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Type of the point where the mission started
Collapse XSD Schema Diagram:
XSD Diagram of LTPPMptFromType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LTPPMptFromType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Type of the point where the mission started</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IR:IRtext">
            <xsd:enumeration value="LoadPt" />
            <xsd:enumeration value="DumpPt" />
            <xsd:enumeration value="Parking" />
            <xsd:enumeration value="Workshop" />
            <xsd:enumeration value="Others" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: