Definition Type: Group
Name: CommonReference
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into Note in schema components_xsd Drilldown into Usage in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into Name in schema components_xsd Drilldown into Description in schema components_xsdXSD Diagram of CommonReference in schema components_xsd (Open Applications Group (OAGIS))
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 oa:Description 0 unbounded
Name oa:Name 0 unbounded
Status oa:Status 0 (1)
Usage oa:Usage 0 (1)
Note oa:Note 0 unbounded