<xs:simpleType name="ownershipTransfer">
<xs:restriction base="xs:string">
<xs:enumeration value="CollectFreight" />
<xs:enumeration value="CollectFreightAndAllowed" />
<xs:enumeration value="CollectFreightCreditedBackToCustomer" />
<xs:enumeration value="CustomerPickupBackhaul" />
<xs:enumeration value="Pickup" />
<xs:enumeration value="PrepaidButChargedToCustomer" />
<xs:enumeration value="PrepaidBySeller" />
</xs:restriction>
</xs:simpleType>
|