Documentation for ATIS-Draft-03-00-79

Simple Type: Event-location-rank

[Table of contents]

Super-types: xs:unsignedByte < Event-location-rank (by restriction)
Sub-types: None
Name Event-location-rank
Content
  • Base XSD Type: unsignedByte
  • 1 <= value <= 10
Documentation Definition: Ranking of a location 10 being highest. Remarks: V2.0 - New data element added to rank a location number
Diagram
Schema Component Representation
<xs:simpleType name="Event-location-rank">
<xs:restriction base=" xs:unsignedByte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>