Definition Type: Group
Name: InvLocation
Namespace: http://www.openapplications.org/oagis
Containing Schema: MfgComponents.xsd
Collapse XSD Schema Diagram:
Drilldown into Attachments in schema components_xsd Drilldown into OperationReference in schema mfgcomponents_xsd Drilldown into ReasonCode in schema mfgcomponents_xsd Drilldown into PrintControlInformation in schema mfgcomponents_xsd Drilldown into PrintInd in schema mfgcomponents_xsd Drilldown into Note in schema mfgcomponents_xsd Drilldown into GLEntity in schema mfgcomponents_xsd Drilldown into GLAccount in schema mfgcomponents_xsd Drilldown into LotSerial in schema components_xsd Drilldown into Site in schema components_xsd Drilldown into ItemQuantity in schema mfgcomponents_xsd Drilldown into Item in schema components_xsdXSD Diagram of InvLocation in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item oa:Item 0 (1)
ItemQuantity oa:ItemQuantity 0 (1)
Site oa:Site 0 (1)
LotSerial oa:LotSerial 0 unbounded
GLAccount oa:GLAccount 0 unbounded
GLEntity oa:GLEntity 0 (1)
Note oa:Note 0 unbounded
PrintInd oa:PrintInd 0 (1)
PrintControlInformation oa:PrintControlInformation 0 (1)
ReasonCode oa:ReasonCode 0 (1)
OperationReference oa:OperationReference 0 unbounded
Attachments oa:Attachments 0 (1)