<xsd:simpleType name="AllowBackOrderPartialShipEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies if the dealer is willing to accept backorders and partial shipments on the order.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="No Back Order">
<xsd:annotation>
<xsd:documentation>Dealer will not accept back orders</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="No Back Order Ship Available">
<xsd:annotation>
<xsd:documentation>Back order shipping is not available</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Allow Back Order">
<xsd:annotation>
<xsd:documentation>Dealer will allow back orders</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Allow Back Order No Partial">
<xsd:annotation>
<xsd:documentation>Dealer will allow back orders with no partial shipments</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|