Definition Type: ComplexType
Name: ClassificationSchemeType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Catalog.xsd
Abstract
Documentation:
This identifies the classification scheme used by all the items in the Catalog. Additionally, this also identifies all the classifications within this scheme and their hierarchical representation. The features that are defined in this classification scheme and also the features that are associated with each hierarchical classification representation can also be specified
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ClassificationDefinition in schema catalog_xsd Drilldown into Property in schema components_xsd Drilldown into Classification in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ClassificationSchemeID in schema fields_xsdXSD Diagram of ClassificationSchemeType in schema catalog_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ClassificationSchemeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">This identifies the classification scheme used by all the items in the Catalog. Additionally, this also identifies all the classifications within this scheme and their hierarchical representation. The features that are defined in this classification scheme and also the features that are associated with each hierarchical classification representation can also be specified </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ClassificationSchemeID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Is the identifier of the Classification Scheme.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="FreeFormTextGroup" />
        <xsd:element ref="Classification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ClassificationDefinition" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClassificationSchemeID nsA:ClassificationSchemeID 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
Classification nsA:Classification 0 unbounded
Property nsA:Property 0 unbounded
ClassificationDefinition nsA:ClassificationDefinition 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:ClassificationScheme