Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-ValidationErrorType

[Table of contents]

Super-types: None
Sub-types: None
Name SCH-ValidationErrorType
Used by (from the same schema document) Complex Type SCHValidationError
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 42
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'timepointPatternInc'|'timepointPatternSegmentInc'|'timepointRunningTimeInc'|'timepointMissing'|'stoppointPatternInc'|'stoppointPatternSegmentInc'|'stoppointMissing'|'transfersTripsInc'|'transfersStoppointsInc'|'transfersPatternInc'|'transfersPatternSegmentInc'|'transfersNotesMissing'|'patternsNotesMissing'|'tripsNotesMissing'|'timpointsNotesMissing'|'stoppointsNotesMissing'|'runsTripsInc'|'blocksTripsInc'|'patternsTripsInc'|'patternSegmentsTripsInc'|'patternGeoInc'|'patternSegmentGeoInc'|'stoppointInactive'|'timepointInactive'|'patternInactive'|'patternSegmentInactive'|'patternVersionUnavailable'|'routeVersionUnavailable'|'timepointVersionUnavailable'|'stoppointVersionUnavailable'|'transfersUnavailable'|'runsUnavailable'|'blocksUnavailable'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data timepointPatternInc (1) timepointPatternSegmentInc (2) timepointRunningTimeInc (3) timepointMissing (4) stoppointPatternInc (5) stoppointPatternSegmentInc (6) stoppointMissing (7) transfersTripsInc (8) transfersStoppointsInc (9) transfersPatternInc (10) transfersPatternSegmentInc (11) transfersNotesMissing (12) patternsNotesMissing (13) tripsNotesMissing (14) timpointsNotesMissing (15) stoppointsNotesMissing (16) runsTripsInc (17) blocksTripsInc (18) patternsTripsInc (19) patternSegmentsTripsInc (20) patternGeoInc (21) patternSegmentGeoInc (22) stoppointInactive (23) timepointInactive (24) patternInactive (25) patternSegmentInactive (26) patternVersionUnavailable (27) routeVersionUnavailable (28) timepointVersionUnavailable (29) stoppointVersionUnavailable (30) transfersUnavailable (40) runsUnavailable (41) blocksUnavailable (42)
Diagram
h1360392559
Schema Component Representation
<xs:simpleType name="SCH-ValidationErrorType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="42"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="timepointPatternInc"/>
<xs:enumeration value="timepointPatternSegmentInc"/>
<xs:enumeration value="timepointRunningTimeInc"/>
<xs:enumeration value="timepointMissing"/>
<xs:enumeration value="stoppointPatternInc"/>
<xs:enumeration value="stoppointPatternSegmentInc"/>
<xs:enumeration value="stoppointMissing"/>
<xs:enumeration value="transfersTripsInc"/>
<xs:enumeration value="transfersStoppointsInc"/>
<xs:enumeration value="transfersPatternInc"/>
<xs:enumeration value="transfersPatternSegmentInc"/>
<xs:enumeration value="transfersNotesMissing"/>
<xs:enumeration value="patternsNotesMissing"/>
<xs:enumeration value="tripsNotesMissing"/>
<xs:enumeration value="timpointsNotesMissing"/>
<xs:enumeration value="stoppointsNotesMissing"/>
<xs:enumeration value="runsTripsInc"/>
<xs:enumeration value="blocksTripsInc"/>
<xs:enumeration value="patternsTripsInc"/>
<xs:enumeration value="patternSegmentsTripsInc"/>
<xs:enumeration value="patternGeoInc"/>
<xs:enumeration value="patternSegmentGeoInc"/>
<xs:enumeration value="stoppointInactive"/>
<xs:enumeration value="timepointInactive"/>
<xs:enumeration value="patternInactive"/>
<xs:enumeration value="patternSegmentInactive"/>
<xs:enumeration value="patternVersionUnavailable"/>
<xs:enumeration value="routeVersionUnavailable"/>
<xs:enumeration value="timepointVersionUnavailable"/>
<xs:enumeration value="stoppointVersionUnavailable"/>
<xs:enumeration value="transfersUnavailable"/>
<xs:enumeration value="runsUnavailable"/>
<xs:enumeration value="blocksUnavailable"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:SCH-ValidationErrorType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>