Documentation for EFG-1.XSD

Complex Type: SiteStratigraphyType

[Table of contents]

Super-types:None
Sub-types:None
NameSiteStratigraphyType
Abstractno
DocumentationContainer for information relating to stratigraphy and the identification of absolute and relative dates and correlations. This complex type extends Gathering, covering the location, the geology of the site.
XML Instance Representation
<...>

<efg:SiteStratigraphicAttributions> efg:StratigraphicAttributionsType </efg:SiteStratigraphicAttributions> [1] ?
<efg:StratigraphyComment> xs:string </efg:StratigraphyComment> [0..1] ?
<efg:StratigraphicReferences> [0..1] ?

<efg:StratigraphicReference> abcd:Reference </efg:StratigraphicReference> [1..*] ?
</efg:StratigraphicReferences>
<efg:TectonicSetting> xs:string </efg:TectonicSetting> [0..1] ?
<efg:SequenceStratigraphicSetting> xs:string (value comes from list: {'highstand systems tract'|'lowstand systems tract'|'maximum flooding surface'|'parasequence boundary'|'regressive'|'sequence boundary'|'transgressive'|'transgressive surface'|'transgressive systems tract'}) </efg:SequenceStratigraphicSetting> [0..1] ?
<efg:SiteSections> efg:StratigraphicSectionType </efg:SiteSections> [0..1] ?
</...>
Diagram
Schema Component Representation
<xs:complexType name="SiteStratigraphyType">
<xs:sequence>
<xs:element name="SiteStratigraphicAttributions" type="efg:StratigraphicAttributionsType"/>
<xs:element name="StratigraphyComment" type="xs:string" minOccurs="0"/>
<xs:element name="StratigraphicReferences" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="StratigraphicReference" type="abcd:Reference" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TectonicSetting" type="xs:string" minOccurs="0"/>
<xs:element name="SequenceStratigraphicSetting" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="highstand systems tract"/>
<xs:enumeration value="lowstand systems tract"/>
<xs:enumeration value="maximum flooding surface"/>
<xs:enumeration value="parasequence boundary"/>
<xs:enumeration value="regressive"/>
<xs:enumeration value="sequence boundary"/>
<xs:enumeration value="transgressive"/>
<xs:enumeration value="transgressive surface"/>
<xs:enumeration value="transgressive systems tract"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SiteSections" type="efg:StratigraphicSectionType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Add Comment