complexType tcip:SchRouteSchedule
diagram
namespace http://www.TCIP-Adopted-03-00-01
children subscriptionInfo route update-since routeversion include-events effective expires mode route-name route-designator route-ID-short route-notes notes direction-A direction-B defaultAPattern defaultBPattern scheduledATrips scheduledBTrips deletedATrips deletedBTrips transfers deleted-tranfers
used by
element tcip:schRouteSchedule
source <xs:complexType name="SchRouteSchedule">
 
<xs:sequence>
   
<xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>
   
<xs:element name="route" type="SCHRouteIden"/>
   
<xs:element name="update-since" type="CPT-DateTime" minOccurs="0"/>
   
<xs:element name="routeversion" type="SCH-TimetableVersionID" minOccurs="0"/>
   
<xs:element name="include-events" type="CPT-Boolean"/>
   
<xs:element name="effective" type="CPT-DateTime"/>
   
<xs:element name="expires" type="CPT-DateTime" minOccurs="0"/>
   
<xs:element name="mode" type="CPT-Mode" minOccurs="0"/>
   
<xs:element name="route-name" type="SCH-RouteName" minOccurs="0"/>
   
<xs:element name="route-designator" type="SCH-RouteDesignator" minOccurs="0"/>
   
<xs:element name="route-ID-short" type="CC-RouteIDShort" minOccurs="0"/>
   
<xs:element name="route-notes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="route-note" type="SCHNoteIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="notes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="2000">
         
<xs:element name="note" type="SCHNoteInfo"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="direction-A" type="SCH-RouteDirectionName" minOccurs="0"/>
   
<xs:element name="direction-B" type="SCH-RouteDirectionName" minOccurs="0"/>
   
<xs:element name="defaultAPattern" type="SCHPatternIden" minOccurs="0"/>
   
<xs:element name="defaultBPattern" type="SCHPatternIden" minOccurs="0"/>
   
<xs:element name="scheduledATrips" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="15000">
         
<xs:element name="scheduledATrip" type="SCHTripInfo"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="scheduledBTrips" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="15000">
         
<xs:element name="scheduledBTrip" type="SCHTripInfo"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deletedATrips" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="deletedATrip" type="SCHTripIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deletedBTrips" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="deletedBTrip" type="SCHTripIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="transfers" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="transfer" type="SCHTransferInfo"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="deleted-tranfers" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="deleted-tranfer" type="SCH-TransferID"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:SchRouteSchedule/subscriptionInfo
diagram
type tcip:CPTSubscriptionHeader
properties
isRef 0
content complex
children requestedType expirationDate expirationTime reportInterval requestIdentifier subscriberIdentifier publisherIdentifier applicability
source <xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>

element tcip:SchRouteSchedule/route
diagram
type tcip:SCHRouteIden
properties
isRef 0
content complex
children route-id agency-id route-designator route-name
source <xs:element name="route" type="SCHRouteIden"/>

element tcip:SchRouteSchedule/update-since
diagram
type tcip:CPT-DateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="update-since" type="CPT-DateTime" minOccurs="0"/>

element tcip:SchRouteSchedule/routeversion
diagram
type tcip:SCH-TimetableVersionID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="routeversion" type="SCH-TimetableVersionID" minOccurs="0"/>

element tcip:SchRouteSchedule/include-events
diagram
type tcip:CPT-Boolean
properties
isRef 0
content simple
source <xs:element name="include-events" type="CPT-Boolean"/>

element tcip:SchRouteSchedule/effective
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="effective" type="CPT-DateTime"/>

element tcip:SchRouteSchedule/expires
diagram
type tcip:CPT-DateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="expires" type="CPT-DateTime" minOccurs="0"/>

element tcip:SchRouteSchedule/mode
diagram
type tcip:CPT-Mode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 2
source <xs:element name="mode" type="CPT-Mode" minOccurs="0"/>

element tcip:SchRouteSchedule/route-name
diagram
type tcip:SCH-RouteName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="route-name" type="SCH-RouteName" minOccurs="0"/>

element tcip:SchRouteSchedule/route-designator
diagram
type tcip:SCH-RouteDesignator
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 8
source <xs:element name="route-designator" type="SCH-RouteDesignator" minOccurs="0"/>

element tcip:SchRouteSchedule/route-ID-short
diagram
type tcip:CC-RouteIDShort
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="route-ID-short" type="CC-RouteIDShort" minOccurs="0"/>

element tcip:SchRouteSchedule/route-notes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children route-note
source <xs:element name="route-notes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="route-note" type="SCHNoteIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/route-notes/route-note
diagram
type tcip:SCHNoteIden
properties
isRef 0
content complex
children note-id agency-id note-des
source <xs:element name="route-note" type="SCHNoteIden"/>

element tcip:SchRouteSchedule/notes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children note
source <xs:element name="notes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="2000">
     
<xs:element name="note" type="SCHNoteInfo"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/notes/note
diagram
type tcip:SCHNoteInfo
properties
isRef 0
content complex
children note metadata public note-text localSCHNoteInfo
source <xs:element name="note" type="SCHNoteInfo"/>

element tcip:SchRouteSchedule/direction-A
diagram
type tcip:SCH-RouteDirectionName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="direction-A" type="SCH-RouteDirectionName" minOccurs="0"/>

element tcip:SchRouteSchedule/direction-B
diagram
type tcip:SCH-RouteDirectionName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="direction-B" type="SCH-RouteDirectionName" minOccurs="0"/>

element tcip:SchRouteSchedule/defaultAPattern
diagram
type tcip:SCHPatternIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children pattern-id agency-id designator name
source <xs:element name="defaultAPattern" type="SCHPatternIden" minOccurs="0"/>

element tcip:SchRouteSchedule/defaultBPattern
diagram
type tcip:SCHPatternIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children pattern-id agency-id designator name
source <xs:element name="defaultBPattern" type="SCHPatternIden" minOccurs="0"/>

element tcip:SchRouteSchedule/scheduledATrips
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children scheduledATrip
source <xs:element name="scheduledATrips" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="15000">
     
<xs:element name="scheduledATrip" type="SCHTripInfo"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/scheduledATrips/scheduledATrip
diagram
type tcip:SCHTripInfo
properties
isRef 0
content complex
children trip route direction service-type day-types pattern run block trip-type trip-type-name trip-timepoint-times events notes op-time-type
source <xs:element name="scheduledATrip" type="SCHTripInfo"/>

element tcip:SchRouteSchedule/scheduledBTrips
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children scheduledBTrip
source <xs:element name="scheduledBTrips" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="15000">
     
<xs:element name="scheduledBTrip" type="SCHTripInfo"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/scheduledBTrips/scheduledBTrip
diagram
type tcip:SCHTripInfo
properties
isRef 0
content complex
children trip route direction service-type day-types pattern run block trip-type trip-type-name trip-timepoint-times events notes op-time-type
source <xs:element name="scheduledBTrip" type="SCHTripInfo"/>

element tcip:SchRouteSchedule/deletedATrips
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deletedATrip
source <xs:element name="deletedATrips" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="deletedATrip" type="SCHTripIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/deletedATrips/deletedATrip
diagram
type tcip:SCHTripIden
properties
isRef 0
content complex
children trip-id agency-id designator
source <xs:element name="deletedATrip" type="SCHTripIden"/>

element tcip:SchRouteSchedule/deletedBTrips
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deletedBTrip
source <xs:element name="deletedBTrips" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="deletedBTrip" type="SCHTripIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/deletedBTrips/deletedBTrip
diagram
type tcip:SCHTripIden
properties
isRef 0
content complex
children trip-id agency-id designator
source <xs:element name="deletedBTrip" type="SCHTripIden"/>

element tcip:SchRouteSchedule/transfers
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children transfer
source <xs:element name="transfers" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="transfer" type="SCHTransferInfo"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/transfers/transfer
diagram
type tcip:SCHTransferInfo
properties
isRef 0
content complex
children transferID metadata drop-off pick-up transfer-notes expected-wait minimum-wait isProtected clusterID activation-date deactivation-time localSCHTransferInfo
source <xs:element name="transfer" type="SCHTransferInfo"/>

element tcip:SchRouteSchedule/deleted-tranfers
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deleted-tranfer
source <xs:element name="deleted-tranfers" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="deleted-tranfer" type="SCH-TransferID"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchRouteSchedule/deleted-tranfers/deleted-tranfer
diagram
type tcip:SCH-TransferID
properties
isRef 0
content simple
source <xs:element name="deleted-tranfer" type="SCH-TransferID"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy