Documentation for ATIS-Draft-03-00-79

Simple Type: Beacon-id

[Table of contents]

Super-types: xs:int < Beacon-id (by restriction)
Sub-types: None
Name Beacon-id
Content
  • Base XSD Type: int
  • -2147483648 <= value <= 2147483647
Documentation was: (0..4294967295) beacon identification number (32 bit value) set to 0x0 is no beacon data present
Diagram
Schema Component Representation
<xs:simpleType name="Beacon-id">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="-2147483648"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>