Documentation for EFG-1.XSD

Complex Type: AlterationType

[Table of contents]

Super-types:None
Sub-types:None
NameAlterationType
Abstractno
DocumentationContainer for describing metasomatic, metamorphic or diagentic changes to units
XML Instance Representation
<...>

<efg:AlterationType> xs:string </efg:AlterationType> [1] ?
<efg:AlterationDegree> xs:string </efg:AlterationDegree> [0..1] ?
<efg:ShockMetamorphicGrade> xs:string </efg:ShockMetamorphicGrade> [0..1] ?
<efg:DiageneticChange> xs:string </efg:DiageneticChange> [0..1] ?
</...>
Diagram
Schema Component Representation
<xs:complexType name="AlterationType">
<xs:sequence>
<xs:element name="AlterationType" type="xs:string"/>
<xs:element name="AlterationDegree" type="xs:string" minOccurs="0"/>
<xs:element name="ShockMetamorphicGrade" type="xs:string" minOccurs="0"/>
<xs:element name="DiageneticChange" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Add Comment