<xs:group name="InvLocation">
<xs:sequence>
<xs:element ref="Item" minOccurs="0" />
<xs:element name="ItemQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Number of items being transfered from the source. location.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Site" minOccurs="0" />
<xs:element ref="LotSerial" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="GLAccount" type="GLAccount" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the GL Account that idenitfies what the items are from the particular organizations perspective.. See the type information for more information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GLEntity" type="GLEntity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the owning organization that will receive the credit or debit of value associated with the transfer of the inventory. Which is dependent upon which side of the transaction.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a note about the source location of the transfer.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrintInd" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates whether the InventoryTransfer should be printed at the source.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrintControlInformation" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates whether the control information about the transfer should be printed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReasonCode" type="ReasonCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the reason for the transfer.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="OperationReference" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Attachments" minOccurs="0" />
</xs:sequence>
</xs:group>
|