Definition Type: Group
Name: CommonReference
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of CommonReference in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:group name="CommonReference">
    <xs:sequence>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Provides descriptive information about the document being referenced. This is a free formed text fireld.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Name" type="Name" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Provides descriptive name of the document being referenced. </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Status" type="Status" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indiactes the state of the document being referenced.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Usage" type="Usage" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indiactes the use of the document being referenced.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Allows a note about the document being referenced. </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
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