Documentation for ATIS-Draft-03-00-79

Simple Type: AlertCCountryCode

[Table of contents]

Super-types: xs:unsignedByte < AlertCCountryCode (by restriction)
Sub-types: None
Name AlertCCountryCode
Used by (from the same schema document) Complex Type PreCoded
Content
  • Base XSD Type: unsignedByte
  • 1 <= value <= 15
Diagram
Schema Component Representation
<xs:simpleType name="AlertCCountryCode">
<xs:restriction base=" xs:unsignedByte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>