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 GeologicUnitPartRoleTerm 1..1 GeologicUnitPart Nature of the parts, e.g. facies, stratigraphic, interbeds, geographic, eastern facies,
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 1
proportion QuantityRange 1..1 GeologicUnitPart Quantity that specifies the fraction of the geologic unit formed by the part.
Attribute tagged values
Tag Value
sequenceNumber 2
nillable true
 

Outbound Associations

Name Type Multiplicity From Class Notes
containedUnit GeologicUnit 1 GeologicUnitPart Indicates the parent unit that contains the GeologicUnitPart.
Association tagged values
Tag Value
sequenceNumber 3
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
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" substitutionGroup="gml:AbstractObject" type="gsmlgu: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="gml:ReferenceType">
            <xs:annotation>
                <xs:appinfo>
                    <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlgu:GeologicUnitPartRoleTermType</gml:targetElement>
                </xs:appinfo>
                <xs:documentation>Nature of the parts, e.g. facies, stratigraphic, interbeds, geographic, eastern facies,</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="proportion" nillable="true">
            <xs:annotation>
                <xs:documentation>Quantity that specifies the fraction of the geologic unit formed by the part.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="swe:QuantityRangePropertyType">
                        <xs:attribute name="nilReason" type="gml:NilReasonType"/>
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="containedUnit" type="gsmlgu:GeologicUnitPropertyType">
            <xs:annotation>
                <xs:documentation>Indicates the parent unit that contains the GeologicUnitPart.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicUnitPartPropertyType">
    <xs:sequence>
        <xs:element ref="gsmlgu:GeologicUnitPart"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>