<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>
|