Class <<DataType>> PhysicalDescription

A class to describe the numeric physical properties of a geologic unit, earth material, or geologic structure. (eg; density, porosity, magnetic susceptibility, remanent magnetism). These properties are modelled here as scalar numeric values (swe:Quantity).

Vector and tensor physical properties are considered to be more applicable to located observations and should be delivered as SamplingFeature/Observations with associated geologic unit or geologic structure features.

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
propertyName PhysicalPropertyTerm 1..1 PhysicalDescription A term from a controlled vocabulary of physical properties of rock materials (eg; density, porosity, magnetic susceptibility, remanent magnetism, permeability, seismic velocity)
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 1
propertyMeasure Quantity 1..* PhysicalDescription A scalar measurement of the physical property of a rock material, unit or structure
Attribute tagged values
Tag Value
sequenceNumber 2
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PhysicalDescription" substitutionGroup="gml:AbstractObject" type="gsmlpp:PhysicalDescriptionType">

    <xs:annotation>

        <xs:documentation>A class to describe the numeric physical properties of a geologic unit, earth material, or geologic structure. (eg; density, porosity, magnetic susceptibility, remanent magnetism).  These properties are modelled here as scalar numeric values (swe:Quantity).  



Vector and tensor physical properties are considered to be more applicable to located observations and should be delivered as SamplingFeature/Observations with associated geologic unit or geologic structure features.</xs:documentation>

    </xs:annotation>

</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PhysicalDescriptionType">

    <xs:sequence>

        <xs:element name="propertyName" type="gml:ReferenceType">

            <xs:annotation>

                <xs:appinfo>

                    <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlpp:PhysicalPropertyTermType</gml:targetElement>

                </xs:appinfo>

                <xs:documentation>A term from a controlled vocabulary of physical properties of rock materials (eg; density, porosity, magnetic susceptibility, remanent magnetism, permeability, seismic velocity)</xs:documentation>

            </xs:annotation>

        </xs:element>

        <xs:element maxOccurs="unbounded" minOccurs="1" name="propertyMeasure" type="swe:QuantityPropertyType">

            <xs:annotation>

                <xs:documentation>A scalar measurement of the physical property of a rock material, unit or structure</xs:documentation>

            </xs:annotation>

        </xs:element>

    </xs:sequence>

</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PhysicalDescriptionPropertyType">

    <xs:sequence>

        <xs:element ref="gsmlpp:PhysicalDescription"/>

    </xs:sequence>

    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>

</xs:complexType>