complexType tcip:SCHVehicleAssignment
diagram
namespace http://www.TCIP-Adopted-03-00-01
children block metadata vehicle operator pullOutTime pullInTime pullOutLocation pullInLocation vehicle-base trips begin-timepoint end-timepoint day-types ptv-type organization note localSCHVehicleAssignment
used by
elements tcip:SchPushVehicleAssignments/assignments/assignment tcip:SchVehicleAssignmentFile/assignments/assignment tcip:SchVehicleAssignmentList/assignments/assignment
source <xs:complexType name="SCHVehicleAssignment">
 
<xs:sequence>
   
<xs:element name="block" type="SCHBlockIden"/>
   
<xs:element name="metadata" type="CPTRowMetaData" minOccurs="0"/>
   
<xs:element name="vehicle" type="CPTVehicleIden" minOccurs="0"/>
   
<xs:element name="operator" type="CPTOperatorIden" minOccurs="0"/>
   
<xs:element name="pullOutTime" type="SCH-Time" minOccurs="0"/>
   
<xs:element name="pullInTime" type="SCH-Time" minOccurs="0"/>
   
<xs:element name="pullOutLocation" type="lrms:GeoLocation" minOccurs="0"/>
   
<xs:element name="pullInLocation" type="lrms:GeoLocation" minOccurs="0"/>
   
<xs:element name="vehicle-base" type="CPTTransitFacilityIden" minOccurs="0"/>
   
<xs:element name="trips">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="trip" type="SCHTripIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="begin-timepoint" type="SCHTimepointIden" minOccurs="0"/>
   
<xs:element name="end-timepoint" type="SCHTimepointIden" minOccurs="0"/>
   
<xs:element name="day-types">
     
<xs:complexType>
       
<xs:sequence maxOccurs="20">
         
<xs:element name="day-type" type="SCH-DayType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ptv-type" type="CPT-PTVehicleType"/>
   
<xs:element name="organization" type="CPTOrganizationalUnitIden" minOccurs="0"/>
   
<xs:element name="note" type="SCHNoteIden" minOccurs="0"/>
   
<xs:element name="localSCHVehicleAssignment" type="local:SCHVehicleAssignment" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:SCHVehicleAssignment/block
diagram
type tcip:SCHBlockIden
properties
isRef 0
content complex
children block-id agency-id block-designator block-name
source <xs:element name="block" type="SCHBlockIden"/>

element tcip:SCHVehicleAssignment/metadata
diagram
type tcip:CPTRowMetaData
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children created effective expiration activation deactivation updated
source <xs:element name="metadata" type="CPTRowMetaData" minOccurs="0"/>

element tcip:SCHVehicleAssignment/vehicle
diagram
type tcip:CPTVehicleIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children vehicle-id agency-id vin
source <xs:element name="vehicle" type="CPTVehicleIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/operator
diagram
type tcip:CPTOperatorIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children operator-id agency-id designator employee-id
source <xs:element name="operator" type="CPTOperatorIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/pullOutTime
diagram
type tcip:SCH-Time
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -2147483648
maxInclusive 2147483647
source <xs:element name="pullOutTime" type="SCH-Time" minOccurs="0"/>

element tcip:SCHVehicleAssignment/pullInTime
diagram
type tcip:SCH-Time
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -2147483648
maxInclusive 2147483647
source <xs:element name="pullInTime" type="SCH-Time" minOccurs="0"/>

element tcip:SCHVehicleAssignment/pullOutLocation
diagram
type lrms:GeoLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children latitude longitude horizontalDatum height
source <xs:element name="pullOutLocation" type="lrms:GeoLocation" minOccurs="0"/>

element tcip:SCHVehicleAssignment/pullInLocation
diagram
type lrms:GeoLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children latitude longitude horizontalDatum height
source <xs:element name="pullInLocation" type="lrms:GeoLocation" minOccurs="0"/>

element tcip:SCHVehicleAssignment/vehicle-base
diagram
type tcip:CPTTransitFacilityIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children facility-id agency-id facility-name base-name
source <xs:element name="vehicle-base" type="CPTTransitFacilityIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/trips
diagram
properties
isRef 0
content complex
children trip
source <xs:element name="trips">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="trip" type="SCHTripIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

element tcip:SCHVehicleAssignment/begin-timepoint
diagram
type tcip:SCHTimepointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children timepoint-id agency-id designator name
source <xs:element name="begin-timepoint" type="SCHTimepointIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/end-timepoint
diagram
type tcip:SCHTimepointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children timepoint-id agency-id designator name
source <xs:element name="end-timepoint" type="SCHTimepointIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/day-types
diagram
properties
isRef 0
content complex
children day-type
source <xs:element name="day-types">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20">
     
<xs:element name="day-type" type="SCH-DayType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SCHVehicleAssignment/day-types/day-type
diagram
type tcip:SCH-DayType
properties
isRef 0
content simple
source <xs:element name="day-type" type="SCH-DayType"/>

element tcip:SCHVehicleAssignment/ptv-type
diagram
type tcip:CPT-PTVehicleType
properties
isRef 0
content simple
source <xs:element name="ptv-type" type="CPT-PTVehicleType"/>

element tcip:SCHVehicleAssignment/organization
diagram
type tcip:CPTOrganizationalUnitIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children unit-id agency-id name
source <xs:element name="organization" type="CPTOrganizationalUnitIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/note
diagram
type tcip:SCHNoteIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children note-id agency-id note-des
source <xs:element name="note" type="SCHNoteIden" minOccurs="0"/>

element tcip:SCHVehicleAssignment/localSCHVehicleAssignment
diagram
type SCHVehicleAssignment
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localSCHVehicleAssignment" type="local:SCHVehicleAssignment" minOccurs="0"/>


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