Documentation for ATIS-Draft-03-00-79

Simple Type: Device-TransferSpeed

[Table of contents]

Super-types: xs:unsignedInt < Device-TransferSpeed (by restriction)
Sub-types: None
Name Device-TransferSpeed
Used by (from the same schema document) Complex Type TravelerDeviceSetting
Content
  • Base XSD Type: unsignedInt
  • value <= 99999999
Documentation Units of gross bits per second (BPS)
Diagram
Schema Component Representation
<xs:simpleType name="Device-TransferSpeed">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="99999999"/>
</xs:restriction>
</xs:simpleType>