Definition Type: ComplexType
Name: OrderDocumentReference
Namespace: http://www.openapplications.org/oagis
Type: nsC:DocumentReference
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into SubLineNumber in schema invoice_xsd Drilldown into ScheduleLineNumber in schema invoice_xsd Drilldown into LineNumber in schema invoice_xsd Drilldown into Note in schema invoice_xsd Drilldown into Usage in schema invoice_xsd Drilldown into Status in schema invoice_xsd Drilldown into Name in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into CommonReference in schema invoice_xsd Drilldown into DocumentDate in schema invoice_xsd Drilldown into DocumentIds in schema invoice_xsd Drilldown into DocumentReference in schema invoice_xsdXSD Diagram of OrderDocumentReference in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="OrderDocumentReference">
    <xs:complexContent>
        <xs:extension base="DocumentReference">
            <xs:sequence>
                <xs:element ref="DocumentIds" minOccurs="0" />
                <xs:element name="DocumentDate" type="DateTimeAny" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">The Datetime of the referenced document.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:group ref="CommonReference" minOccurs="0" />
                <xs:element name="LineNumber" type="xs:positiveInteger" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Is the LineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated  by the DocumentId under DocumentIds.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="ScheduleLineNumber" type="xs:positiveInteger" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Is the ScheduleLineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated  by the DocumentId under DocumentIds.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="SubLineNumber" type="xs:positiveInteger" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Is the SubLineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated  by the DocumentId under DocumentIds.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIds nsC:DocumentIds 0 (1)
DocumentDate nsC:DocumentDate 0 (1)
Description nsC:Description 0 unbounded
Name nsC:Name 0 unbounded
Status nsC:Status 0 (1)
Usage nsC:Usage 0 (1)
Note nsC:Note 0 unbounded
LineNumber nsC:LineNumber 0 (1)
ScheduleLineNumber nsC:ScheduleLineNumber 0 (1)
SubLineNumber nsC:SubLineNumber 0 (1)
UserArea nsC:UserArea 0 (1)
<xs:group> nsC:CommonReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:ContractDocumentReference, nsC:InvoiceDocumentReference, nsC:PurchaseOrderDocumentReference, nsC:QuoteDocumentReference, nsC:ReceiptDocumentReference, nsC:RequisitionDocumentReference, nsC:RFQDocumentReference, nsC:SalesOrderDocumentReference, nsC:VoucherDocumentReference