Definition Type: Group
Name: Notes
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Collapse XSD Schema Diagram:
Drilldown into ShippingNote in schema invoice_xsd Drilldown into SpecialHandlingNote in schema invoice_xsd Drilldown into Note in schema invoice_xsdXSD Diagram of Notes in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:group name="Notes">
    <xs:sequence>
        <xs:element ref="Note" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="SpecialHandlingNote" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="ShippingNote" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Note nsC:Note 0 unbounded
SpecialHandlingNote nsC:SpecialHandlingNote 0 unbounded
ShippingNote nsC:ShippingNote 0 unbounded