Documentation for EFG-1.XSD

Complex Type: AllocthonousMaterialType

[Table of contents]

Super-types:None
Sub-types:None
NameAllocthonousMaterialType
Abstractno
DocumentationContainer for descriptive elements related to transported material ranging from glacial erratics to meteorites
XML Instance Representation
<...>

<efg:PlaceOfOrigin> xs:string </efg:PlaceOfOrigin> [0..1] ?
<efg:ModeOfTransport> xs:string </efg:ModeOfTransport> [1] ?
<efg:OriginalStratigraphy> [0..1] ?

<efg:StratigraphicComment> xs:string </efg:StratigraphicComment> [0..1] ?
<efg:StratigraphicAttributions> efg:StratigraphicAttributionsType </efg:StratigraphicAttributions> [1]
<efg:StratigraphicReferences> [0..1] ?

<efg:StratigraphicReference> abcd:Reference </efg:StratigraphicReference> [1..*] ?
</efg:StratigraphicReferences>
</efg:OriginalStratigraphy>
</...>
Diagram
Schema Component Representation
<xs:complexType name="AllocthonousMaterialType">
<xs:sequence>
<xs:element name="PlaceOfOrigin" type="xs:string" minOccurs="0"/>
<xs:element name="ModeOfTransport" type="xs:string"/>
<xs:element name="OriginalStratigraphy" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="StratigraphicComment" type="xs:string" minOccurs="0"/>
<xs:element name="StratigraphicAttributions" type="efg:StratigraphicAttributionsType"/>
<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:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>

Add Comment