Documentation for ATIS-Draft-03-00-79

Simple Type: Disasters

[Table of contents]

Super-types: None
Sub-types: None
Name Disasters
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 3072 <= value <= 3327
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'flash flood'|'major flood'|'reservoir failure'|'levee failure'|'tsunami'|'tidal wave'|'volcanic eruption'|'ash fall'|'lava flow'|'serious fire'|'forest fire'|'wildfire'|'building fire'|'brush fire'|'grass fire'|'fire danger extreme'|'fire danger very high'|'fire danger high'|'fire danger medium'|'fire danger low'|'earthquake damage'|'air crash'|'rail crash'|'toxic release'|'toxic leak'|'radioactive release'|'radiation hazard'|'reactor leakage'|'explosion'|'major hazardous materials fire'|'major hazardous materials release'|'disaster cleared'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h1151840973
Schema Component Representation
<xs:simpleType name="Disasters">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="3072"/>
<xs:maxInclusive value="3327"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="flash flood" id="_3073"/>
<xs:enumeration value="major flood" id="_3074"/>
<xs:enumeration value="reservoir failure" id="_3075"/>
<xs:enumeration value="levee failure" id="_3076"/>
<xs:enumeration value="tsunami" id="_3077"/>
<xs:enumeration value="tidal wave" id="_3078"/>
<xs:enumeration value="volcanic eruption" id="_3079"/>
<xs:enumeration value="ash fall" id="_3080"/>
<xs:enumeration value="lava flow" id="_3081"/>
<xs:enumeration value="serious fire" id="_3082"/>
<xs:enumeration value="forest fire" id="_3083"/>
<xs:enumeration value="wildfire" id="_3084"/>
<xs:enumeration value="building fire" id="_3085"/>
<xs:enumeration value="brush fire" id="_3086"/>
<xs:enumeration value="grass fire" id="_3087"/>
<xs:enumeration value="fire danger extreme" id="_3088"/>
<xs:enumeration value="fire danger very high" id="_3089"/>
<xs:enumeration value="fire danger high" id="_3090"/>
<xs:enumeration value="fire danger medium" id="_3091"/>
<xs:enumeration value="fire danger low" id="_3092"/>
<xs:enumeration value="earthquake damage" id="_3093"/>
<xs:enumeration value="air crash" id="_3094"/>
<xs:enumeration value="rail crash" id="_3095"/>
<xs:enumeration value="toxic release" id="_3096"/>
<xs:enumeration value="toxic leak" id="_3097"/>
<xs:enumeration value="radioactive release" id="_3098"/>
<xs:enumeration value="radiation hazard" id="_3099"/>
<xs:enumeration value="reactor leakage" id="_3100"/>
<xs:enumeration value="explosion" id="_3101"/>
<xs:enumeration value="major hazardous materials fire" id="_3102"/>
<xs:enumeration value="major hazardous materials release" id="_3103"/>
<xs:enumeration value="disaster cleared" id="_3199"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:Disasters "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>