complexType tcip:FCRevenueRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle stoppoint date boarding-alighting-list transaction-list cash-box-contents health-list health-update-list localFCRevenueRecord
used by
element tcip:FcRevenueData/revenue-datasets/revenue-dataset
source <xs:complexType name="FCRevenueRecord">
 
<xs:sequence>
   
<xs:element name="vehicle" type="CPTVehicleIden" minOccurs="0"/>
   
<xs:element name="stoppoint" type="CPTStoppointIden" minOccurs="0"/>
   
<xs:element name="date" type="CPT-DateTime"/>
   
<xs:element name="boarding-alighting-list" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100000">
         
<xs:element name="boarding-alighting" type="FCBoardingAlightingRecord"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="transaction-list" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100000">
         
<xs:element name="transaction" type="FCTransactionRecord"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="cash-box-contents" type="FCCashBoxContents" minOccurs="0"/>
   
<xs:element name="health-list" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="15000">
         
<xs:element name="health" type="FCComponentEventInstance"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="health-update-list" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="15000">
         
<xs:element name="health-update" type="FCComponentEventStatusReport"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localFCRevenueRecord" type="local:FCRevenueRecord" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCRevenueRecord/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:FCRevenueRecord/stoppoint
diagram
type tcip:CPTStoppointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children stoppoint-id agency-id name
source <xs:element name="stoppoint" type="CPTStoppointIden" minOccurs="0"/>

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

element tcip:FCRevenueRecord/boarding-alighting-list
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children boarding-alighting
source <xs:element name="boarding-alighting-list" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100000">
     
<xs:element name="boarding-alighting" type="FCBoardingAlightingRecord"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCRevenueRecord/boarding-alighting-list/boarding-alighting
diagram
type tcip:FCBoardingAlightingRecord
properties
isRef 0
content complex
children passenger-type date-time location stoppoint boarding-count alighting-count localFCBoardingAlightingRecord
source <xs:element name="boarding-alighting" type="FCBoardingAlightingRecord"/>

element tcip:FCRevenueRecord/transaction-list
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children transaction
source <xs:element name="transaction-list" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100000">
     
<xs:element name="transaction" type="FCTransactionRecord"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCRevenueRecord/transaction-list/transaction
diagram
type tcip:FCTransactionRecord
properties
isRef 0
content complex
children trans-nbr trans-time trans-location trans-stoppoint trans-sc-object trans-fare-record value-stored value-collected value-currency rides-collected rides-sold policy number-riders prior-count post-count trans-type description result ride-records localFCTransactionRecord
source <xs:element name="transaction" type="FCTransactionRecord"/>

element tcip:FCRevenueRecord/cash-box-contents
diagram
type tcip:FCCashBoxContents
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children last-empty-time time-recorded cashboxID total-cash currency-type pennies nickels dimes quarters fifty-cent-pieces dollar-coins dollar-bills two-dollar-bills five-dollar-bills ten-dollar-bills twenty-dollar-bills fifty-dollar-bills hundred-dollar-bills token-typeA token-typeB token-typeC token-typeD token-typeE transfer-typeA transfer-typeB transfer-typeC transfer-typeD transfer-typeE transfer-typeF transfer-typeG ticket-typeA ticket-typeB ticket-typeC ticket-typeD ticket-typeE tear-off-typeA tear-off-typeB tear-off-typeC tear-off-typeD tear-off-typeE localFCCashBoxContents
source <xs:element name="cash-box-contents" type="FCCashBoxContents" minOccurs="0"/>

element tcip:FCRevenueRecord/health-list
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children health
source <xs:element name="health-list" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="15000">
     
<xs:element name="health" type="FCComponentEventInstance"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCRevenueRecord/health-list/health
diagram
type tcip:FCComponentEventInstance
properties
isRef 0
content complex
children id type status-begin status-end list-of-status-types list-of-error-types severity-level component-id subassembly-id serial-number footnote
source <xs:element name="health" type="FCComponentEventInstance"/>

element tcip:FCRevenueRecord/health-update-list
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children health-update
source <xs:element name="health-update-list" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="15000">
     
<xs:element name="health-update" type="FCComponentEventStatusReport"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCRevenueRecord/health-update-list/health-update
diagram
type tcip:FCComponentEventStatusReport
properties
isRef 0
content complex
children id list-of-status-types datetime footnote
source <xs:element name="health-update" type="FCComponentEventStatusReport"/>

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


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