Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-Time

[Table of contents]

Super-types: xs:int < SCH-Time (by restriction)
Sub-types: None
Name SCH-Time
Used by (from the same schema document) Complex Type CcPTVAdherence , Complex Type CcPTVTrips , Complex Type CcPTVTrips , Complex Type CCPollResponseContents , Complex Type CCPTVTripData , Complex Type CCPTVTripData , Complex Type CCPTVTripData , Complex Type CCTimepointHistory , Complex Type CCTimepointHistory , Complex Type SCHBlockScheduleEntry , Complex Type SCHBlockScheduleEntry , Complex Type SCHEvent , Complex Type SCHRunningTimeEntry , Complex Type SCHRunningTimeEntry , Complex Type SCHServiceAtStop , Complex Type SCHTimeTableEntry , Complex Type SCHTimeTableTripTP , Complex Type SCHTripInfo , Complex Type SCHTripTimepoint , Complex Type SCHVehicleAssignment , Complex Type SCHVehicleAssignment , Complex Type TSPScheduleEntry , Complex Type TSPStrategyEntry , Complex Type TSPStrategyEntry
Content
  • Base XSD Type: int
  • -2147483648 <= value <= 2147483647
Diagram
Schema Component Representation
<xs:simpleType name="SCH-Time">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="-2147483648"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>