Documentation for EFG-1.XSD

Complex Type: EarthScienceSpecimenType

[Table of contents]

Super-types:None
Sub-types:None
NameEarthScienceSpecimenType
Abstractno
DocumentationContainer for details that generally relate to the management of earth science specimens and their individual stratigraphic age (which may be different or more specific than that recorderd for the gathering site or the host rock.
XML Instance Representation
<...>

<efg:UnitSize> xs:string </efg:UnitSize> [0..1] ?
<efg:UnitWeight> xs:string </efg:UnitWeight> [0..1] ?
<efg:Hazard> [0..1] ?

<efg:HazardText> xs:string </efg:HazardText> [0..1] ?
<efg:HazardKeywords> xs:string (value comes from list: {'acidic'|'caustic'|'carcinogenic'|'heavy'|'neurotoxin'|'radioactive'|'sharp edges/points'|'toxic'|'unknown'}) </efg:HazardKeywords> [1..*]
</efg:Hazard>
<efg:RockMineralUsage> xs:string </efg:RockMineralUsage> [0..1] ?
<efg:UnitStratigraphicDetermination> efg:StratigraphicAttributionsType </efg:UnitStratigraphicDetermination> [0..1] ?
<efg:StratigraphicDateComment> xs:string </efg:StratigraphicDateComment> [0..1] ?
</...>
Diagram
Schema Component Representation
<xs:complexType name="EarthScienceSpecimenType">
<xs:sequence>
<xs:element name="UnitSize" type="xs:string" minOccurs="0"/>
<xs:element name="UnitWeight" type="xs:string" minOccurs="0"/>
<xs:element name="Hazard" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HazardText" type="xs:string" minOccurs="0"/>
<xs:element name="HazardKeywords" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="acidic"/>
<xs:enumeration value="caustic"/>
<xs:enumeration value="carcinogenic"/>
<xs:enumeration value="heavy"/>
<xs:enumeration value="neurotoxin"/>
<xs:enumeration value="radioactive"/>
<xs:enumeration value="sharp edges/points"/>
<xs:enumeration value="toxic"/>
<xs:enumeration value="unknown"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RockMineralUsage" type="xs:string" minOccurs="0"/>
<xs:element name="UnitStratigraphicDetermination" type="efg:StratigraphicAttributionsType" minOccurs="0"/>
<xs:element name="StratigraphicDateComment" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Add Comment