Class <<DataType>> GeologicUnitPart
GeologicUnitPart associates a GeologicUnit with another GeologicUnit that is a proper part of that unit. Parts may be formal or notional . Formal parts refer to a specific body of rock, as in formal stratigraphic members. Notional parts refer to assemblages of particular EarthMaterials with particular internal structure, which may be repeated in various places within a unit (e.g. 'turbidite sequence', 'point bar assemblage', 'leucosome veins')
Local Subclasses: (none)Attributes
| Name | Type | Bounds | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| role | ScopedName | 1..1 | GeologicUnitPart | Nature of the parts, e.g. facies, stratigraphic, interbeds, geographic, eastern facies, | ||||||
|
||||||||||
| proportion | CGI_Value | 1..1 | GeologicUnitPart | Quantity that specifies the fraction of the geologic unit formed by the part. | ||||||
|
||||||||||
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| containedUnit | GeologicUnit | 1 | GeologicUnitPart | indicates the subsidiary unit that is a proper part of another GeologicUnit. | ||||||
|
||||||||||
Constraints
| Constraint | Type | Status | Weight |
|---|
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | true | 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="GeologicUnitPart" type="gsml:GeologicUnitPartType">
<xs:annotation>
<xs:documentation>GeologicUnitPart associates a GeologicUnit with another GeologicUnit that is a proper part of that unit. Parts may be formal or notional . Formal parts refer to a specific body of rock, as in formal stratigraphic members. Notional parts refer to assemblages of particular EarthMaterials with particular internal structure, which may be repeated in various places within a unit (e.g. 'turbidite sequence', 'point bar assemblage', 'leucosome veins')</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicUnitPartType">
<xs:sequence>
<xs:element name="role" type="cgu:CodeWithAuthorityType">
<xs:annotation>
<xs:documentation>Nature of the parts, e.g. facies, stratigraphic, interbeds, geographic, eastern facies,</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="proportion" type="gsml:CGI_ValuePropertyType">
<xs:annotation>
<xs:documentation>Quantity that specifies the fraction of the geologic unit formed by the part.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="containedUnit" type="gsml:GeologicUnitPropertyType"/>
</xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicUnitPartPropertyType">
<xs:sequence>
<xs:element ref="gsml:GeologicUnitPart"/>
</xs:sequence>
</xs:complexType>
|