Documentation for EFG-1.XSD

Complex Type: UnitHostRockType

[Table of contents]

Super-types:None
Sub-types:None
NameUnitHostRockType
Abstractno
DocumentationContainer relating to the host rock for units primarily described for their palaeontological or mineralogical interest
XML Instance Representation
<...>

<efg:LithologyHostRock> efg:MineralRockIdentifiedType </efg:LithologyHostRock> [0..*] ?
<efg:LithificationHostRock> xs:string (value comes from list: {'unlithified'|'poorly lithified'|'lithified'|'metamorphosed'}) </efg:LithificationHostRock> [0..1] ?
<efg:LithologyAttributesHostRock> xs:string </efg:LithologyAttributesHostRock> [0..1] ?
<efg:HostRockText> xs:string </efg:HostRockText> [0..1] ?
<efg:HostRockStratigraphy> efg:StratigraphicAttributionsType </efg:HostRockStratigraphy> [0..1] ?
</...>
Diagram
Schema Component Representation
<xs:complexType name="UnitHostRockType">
<xs:sequence>
<xs:element name="LithologyHostRock" type="efg:MineralRockIdentifiedType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="LithificationHostRock" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="unlithified"/>
<xs:enumeration value="poorly lithified"/>
<xs:enumeration value="lithified"/>
<xs:enumeration value="metamorphosed"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LithologyAttributesHostRock" type="xs:string" minOccurs="0"/>
<xs:element name="HostRockText" type="xs:string" minOccurs="0"/>
<xs:element name="HostRockStratigraphy" type="efg:StratigraphicAttributionsType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Add Comment