Class <<Union>> GeologicEntity
Union class to allow prototype descriptions for ControlledConcepts to be GeologicFeature (e.g. geologic unit or geologic structure), or EarthMaterial.
Local Subclasses: (none)Attributes
| Name | Type | Bounds | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| featureEntity | GeologicFeature | 1..1 | GeologicEntity | An element that specifies properties for a GeologicUnit or GeologicStructure. | ||||||
|
||||||||||
| materialEntity | EarthMaterial | 1..1 | GeologicEntity | An element that specifies properties of an EarthMaterial | ||||||
|
||||||||||
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes |
|---|
Constraints
| Constraint | Type | Status | Weight |
|---|
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:group xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicEntity">
<xs:annotation>
<xs:documentation>Union class to allow prototype descriptions for ControlledConcepts to be GeologicFeature (e.g. geologic unit or geologic structure), or EarthMaterial.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element ref="gsml:GeologicFeature">
<xs:annotation>
<xs:documentation>An element that specifies properties for a GeologicUnit or GeologicStructure.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="gsml:EarthMaterial">
<xs:annotation>
<xs:documentation>An element that specifies properties of an EarthMaterial</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:group>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicEntityUnionSemantics">
<xs:restriction base="string">
<xs:enumeration value="featureEntity"/>
<xs:enumeration value="materialEntity"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicEntityPropertyType">
<xs:sequence minOccurs="0">
<xs:group ref="gsml:GeologicEntity"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attribute name="unionSemantics" type="gsml:GeologicEntityUnionSemantics"/>
</xs:complexType>
|