<attribute name="Status" use="optional">
<annotation>
<documentation xml:lang="en">If present, recommended values are: NotProcessed, Incomplete, Complete, Unknown. However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="InventoryKickouts">
<annotation>
<documentation>Outstanding or open issues that could affect the beginning or ending inventory balance(s).</documentation>
</annotation>
</enumeration>
<enumeration value="TransactionKickouts">
<annotation>
<documentation>Outstanding or open issues that could affect the beginning or ending transaction balance(s).</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
</attribute>
|