Definition Type: ComplexType
Name: ReceiveDeliveryDiscrepancyType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ReceiveDelivery.xsd
Abstract
Documentation:
This identifies discrepancy information for the receipt. The Type identifies the discrepancy type. The ReasonCode Identifies the reason for the discrepancy. If the discrepancy applies to specific quantities of the item, then the quantity can be specified. If no quantity is specified, the discrepancy applies to the inventory occurence as a whole
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ItemQuantity in schema fields_xsd Drilldown into ReasonCode in schema fields_xsd Drilldown into Type in schema fields_xsdXSD Diagram of ReceiveDeliveryDiscrepancyType in schema receivedelivery_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ReceiveDeliveryDiscrepancyType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">This identifies discrepancy information for the receipt.

The Type identifies the discrepancy type. 

The ReasonCode Identifies the reason for the discrepancy.

If the discrepancy applies to specific quantities of the item, then the quantity can be specified. If no quantity is specified, the discrepancy applies to the inventory occurence as a whole</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Type" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">This is an exception classification that codifies the general problem encountered during a business process, such as receiving goods</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ReasonCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the reason for the discrepancy.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ItemQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">If the discrepancy applies to specific quantities of the item, then the quantity can be specified. If no quantity is specified, the discrepancy applies to the inventory occurence as a whole</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Type nsA:Type 0 (1)
ReasonCode nsA:ReasonCode 0 (1)
ItemQuantity nsA:ItemQuantity 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:ReceiptDiscrepancy