<xsd:simpleType name="ShipmentCarrierCollectionMethodEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Indicates how the carrier is to collect payment for the delivery service. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Prepaid">
<xsd:annotation>
<xsd:documentation>The delivery has been paid for by the shipper. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Collect">
<xsd:annotation>
<xsd:documentation>The delivery will be paid for at the time of receipt.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|