Class <<DataType>> ChemicalComposition

 

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
chemicalAnalysis DataRecord 1..1 ChemicalComposition This element delivers a swe:DataRecord of analyte concentrations (ie, swe:Quantity elements) which describe the chemical composition of an earth material or geologic unit
Attribute tagged values
Tag Value
sequenceNumber 1
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
isCollection false
noPropertyType false
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ChemicalComposition" type="gsmlem:ChemicalCompositionType" substitutionGroup="gml:AbstractObject"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ChemicalCompositionType">
    <xs:sequence>
        <xs:element name="chemicalAnalysis" type="swe:DataRecordPropertyType">
            <xs:annotation>
                <xs:documentation>This element delivers a swe:DataRecord of analyte concentrations (ie, swe:Quantity elements) which describe the chemical composition of an earth material or geologic unit</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ChemicalCompositionPropertyType">
    <xs:sequence>
        <xs:element ref="gsmlem:ChemicalComposition"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>