Definition Type: ComplexType
Name: Order
Namespace: http://www.openapplications.org/oagis
Type: nsC:Document
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Line in schema invoice_xsd Drilldown into Header in schema invoice_xsdXSD Diagram of Order in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Order">
    <xs:complexContent>
        <xs:restriction base="Document">
            <xs:sequence>
                <xs:element ref="Header" minOccurs="0" />
                <xs:element ref="Line" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header nsC:Header 0 (1)
Line nsC:Line 0 unbounded
Header nsC:Header 0 (1)
Line nsC:Line 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:Invoice