Documentation for ATIS-Draft-03-00-79

Simple Type: RideValue

[Table of contents]

Super-types: xs:unsignedInt < RideValue (by restriction)
Sub-types: None
Name RideValue
Used by (from the same schema document) Complex Type ComplexCost , Complex Type ComplexCost
Content
  • Base XSD Type: unsignedInt
  • value <= 1000000
Documentation in local units of value
Diagram
Schema Component Representation
<xs:simpleType name="RideValue">
<xs:restriction base=" xs:unsignedInt ">
<xs:maxInclusive value="1000000"/>
</xs:restriction>
</xs:simpleType>