complexType tcip:FCAllowedTransferRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children transferID metadata from-route from-route-direction from-transaction-time amt-pd-from-route from-stop to-transaction-time to-routes to-route-directions amt-pd-to-routes to-stops localFCAllowedTransferRecord
used by
elements tcip:FCValidationError/affected-transfers/affected-transfer tcip:FcFareDataPush/allowedTransfers/allowedTransfer tcip:FcFareLoadData/allowedTransfers/allowedTransfer
source <xs:complexType name="FCAllowedTransferRecord">
 
<xs:sequence>
   
<xs:element name="transferID" type="SCH-TransferID"/>
   
<xs:element name="metadata" type="CPTRowMetaData" minOccurs="0"/>
   
<xs:element name="from-route" type="SCHRouteIden"/>
   
<xs:element name="from-route-direction" type="SCH-RouteDirectionName" minOccurs="0"/>
   
<xs:element name="from-transaction-time" type="CPT-DateTime" minOccurs="0"/>
   
<xs:element name="amt-pd-from-route" minOccurs="0">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="monetary-value" type="FC-FareCost"/>
         
<xs:element name="ride-value" type="FC-RideValue"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="from-stop" type="CPTStoppointIden" minOccurs="0"/>
   
<xs:element name="to-transaction-time" type="CPT-DateTime" minOccurs="0"/>
   
<xs:element name="to-routes">
     
<xs:complexType>
       
<xs:sequence maxOccurs="500">
         
<xs:element name="to-route" type="SCHRouteIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="to-route-directions" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="500">
         
<xs:element name="to-route-direction" type="SCH-RouteDirectionName"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="amt-pd-to-routes" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="500">
         
<xs:element name="amt-pd-to-route">
           
<xs:complexType>
             
<xs:choice>
               
<xs:element name="monetary-value" type="FC-FareCost"/>
               
<xs:element name="ride-value" type="FC-RideValue"/>
             
</xs:choice>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="to-stops" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="1000">
         
<xs:element name="to-stop" type="CPTStoppointIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localFCAllowedTransferRecord" type="local:FCAllowedTransferRecord" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCAllowedTransferRecord/transferID
diagram
type tcip:SCH-TransferID
properties
isRef 0
content simple
source <xs:element name="transferID" type="SCH-TransferID"/>

element tcip:FCAllowedTransferRecord/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:FCAllowedTransferRecord/from-route
diagram
type tcip:SCHRouteIden
properties
isRef 0
content complex
children route-id agency-id route-designator route-name
source <xs:element name="from-route" type="SCHRouteIden"/>

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

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

element tcip:FCAllowedTransferRecord/amt-pd-from-route
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children monetary-value ride-value
source <xs:element name="amt-pd-from-route" minOccurs="0">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="monetary-value" type="FC-FareCost"/>
     
<xs:element name="ride-value" type="FC-RideValue"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element tcip:FCAllowedTransferRecord/amt-pd-from-route/monetary-value
diagram
type tcip:FC-FareCost
properties
isRef 0
content simple
source <xs:element name="monetary-value" type="FC-FareCost"/>

element tcip:FCAllowedTransferRecord/amt-pd-from-route/ride-value
diagram
type tcip:FC-RideValue
properties
isRef 0
content simple
source <xs:element name="ride-value" type="FC-RideValue"/>

element tcip:FCAllowedTransferRecord/from-stop
diagram
type tcip:CPTStoppointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children stoppoint-id agency-id name
source <xs:element name="from-stop" type="CPTStoppointIden" minOccurs="0"/>

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

element tcip:FCAllowedTransferRecord/to-routes
diagram
properties
isRef 0
content complex
children to-route
source <xs:element name="to-routes">
 
<xs:complexType>
   
<xs:sequence maxOccurs="500">
     
<xs:element name="to-route" type="SCHRouteIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

element tcip:FCAllowedTransferRecord/to-route-directions
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children to-route-direction
source <xs:element name="to-route-directions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="500">
     
<xs:element name="to-route-direction" type="SCH-RouteDirectionName"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCAllowedTransferRecord/to-route-directions/to-route-direction
diagram
type tcip:SCH-RouteDirectionName
properties
isRef 0
content simple
source <xs:element name="to-route-direction" type="SCH-RouteDirectionName"/>

element tcip:FCAllowedTransferRecord/amt-pd-to-routes
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children amt-pd-to-route
source <xs:element name="amt-pd-to-routes" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="500">
     
<xs:element name="amt-pd-to-route">
       
<xs:complexType>
         
<xs:choice>
           
<xs:element name="monetary-value" type="FC-FareCost"/>
           
<xs:element name="ride-value" type="FC-RideValue"/>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCAllowedTransferRecord/amt-pd-to-routes/amt-pd-to-route
diagram
properties
isRef 0
content complex
children monetary-value ride-value
source <xs:element name="amt-pd-to-route">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="monetary-value" type="FC-FareCost"/>
     
<xs:element name="ride-value" type="FC-RideValue"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element tcip:FCAllowedTransferRecord/amt-pd-to-routes/amt-pd-to-route/monetary-value
diagram
type tcip:FC-FareCost
properties
isRef 0
content simple
source <xs:element name="monetary-value" type="FC-FareCost"/>

element tcip:FCAllowedTransferRecord/amt-pd-to-routes/amt-pd-to-route/ride-value
diagram
type tcip:FC-RideValue
properties
isRef 0
content simple
source <xs:element name="ride-value" type="FC-RideValue"/>

element tcip:FCAllowedTransferRecord/to-stops
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children to-stop
source <xs:element name="to-stops" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="1000">
     
<xs:element name="to-stop" type="CPTStoppointIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCAllowedTransferRecord/to-stops/to-stop
diagram
type tcip:CPTStoppointIden
properties
isRef 0
content complex
children stoppoint-id agency-id name
source <xs:element name="to-stop" type="CPTStoppointIden"/>

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


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