<simpleType name="TransactionTypeCodeType">
<restriction base="NMTOKEN">
<enumeration value="Standard">
<annotation>
<documentation>Specifies a typical custody transfer from one party to another.</documentation>
</annotation>
</enumeration>
<enumeration value="Exchange">
<annotation>
<documentation>Specifies a custody transfer between 2 or more suppliers before the buyer assumes custody.</documentation>
</annotation>
</enumeration>
<enumeration value="Unknown">
<annotation>
<documentation>An exception to the typical usage of BoL.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|