<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="LTPPMptToType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of the point where the mission ended</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="Boulder" />
<xsd:enumeration value="Workshop" />
<xsd:enumeration value="Others" />
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|