Definition Type: Group
Name: Notes
Namespace: http://www.openapplications.org/oagis
Containing Schema: Fields.xsd
Documentation:
Collapse XSD Schema Diagram:
Drilldown into ShippingNote Drilldown into SpecialHandlingNote Drilldown into NoteXSD Diagram of Notes
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 oa:Note 0 unbounded
SpecialHandlingNote oa:SpecialHandlingNote 0 unbounded
ShippingNote oa:ShippingNote 0 unbounded
Collapse Comments:
blog comments powered by Disqus