Definition Type: SimpleType
Name: ShipmentCarrierCollectionMethodEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Indicates how the carrier is to collect payment for the delivery service.
Collapse XSD Schema Diagram:
XSD Diagram of ShipmentCarrierCollectionMethodEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Prepaid
Enumeration Collect