Class <<Type>> GeologicVocabulary (extends AnyDictionary )
A collection of terms (ControlledConcepts) and their associated definitions and relationships between the terms, usually organized in some logical fashion such as in a hierarchy (geologic time, rocks, unconsolidated deposits...). An instance of a GeologicConcept may occur only once in a particular GeologicVocabulary.
In GeoSciML this is normally identified using a URN in the "classifierScheme" branch of the CGI URN scheme, with the @codesSpace attribute set to "urn:ieft:rfc:2141".
Attributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| metadata | MD_Metadata | 0..1 | GeologicVocabulary | Specifies the Metadata associated with the Vocabulary | ||||||||
|
||||||||||||
Constraints
| Constraint | Type | Status | Weight |
|---|---|---|---|
| self.metadata.hierarchyLevel=(feature or dataset or series) | Invariant | Approved | 0.00 |
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | false | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
| hasXmlLang | false | Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class |
| isCollection | false | Values: true,false Default: false Description: attribute group gml:AggregationAttributeGroup is a |
| noPropertyType | false | Values: true,false Default: false Description: suppress automatic creation of *PropertyType compl |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicVocabulary" substitutionGroup="gml:Dictionary" type="gsml:GeologicVocabularyType">
<xs:annotation>
<xs:documentation>A collection of terms (ControlledConcepts) and their associated definitions and relationships between the terms, usually organized in some logical fashion such as in a hierarchy (geologic time, rocks, unconsolidated deposits...). An instance of a GeologicConcept may occur only once in a particular GeologicVocabulary.
In GeoSciML this is normally identified using a URN in the "classifierScheme" branch of the CGI URN scheme, with the @codesSpace attribute set to "urn:ieft:rfc:2141".</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicVocabularyType">
<xs:complexContent>
<xs:extension base="gml:DictionaryType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="metadata" type="gmd:MD_Metadata_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicVocabularyPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsml:GeologicVocabulary"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|