<xsd:group name="InventoryTransactionGroup">
<xsd:sequence>
<xsd:group minOccurs="0" ref="ItemInstanceGroup" />
<xsd:element minOccurs="0" ref="GLEntityID">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Idenitifies GLEntity owns the item and takes the credit or debit for the item on
the balance sheet.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Facility" />
<xsd:element minOccurs="0" ref="Status">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
This determines the receipt routing of an item or part.
Examples of values include: Customer consignment, Inspection, Vendor consignment,
Blocked Bonded, User defined
Possible synonyms are Receipt Routing, Material Status, Material Condition Code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ReasonCode">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Identifies the reason for the transaction.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="TransactionDateTime">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Identifies the DateTime at which the inventory transaction was carried out
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|