Documentation for ATIS-Draft-03-00-79

Complex Type: FCRideTransaction

[Table of contents]

Super-types: None
Sub-types: None
Name FCRideTransaction
Used by (from the same schema document) Complex Type FCTransactionRecord
Abstract no
XML Instance Representation
<...>
<fare-media-id> FCFareMediaID </fare-media-id> [1]
<add> FC-RideValueAdd </add> [1]
<deduct> FC-RideValueDeduct </deduct> [1]
<remaining> FC-RideValueRemaining </remaining> [1]
<result> FC-TransactionResult </result> [0..1]
<description> FC-TransactionDescription </description> [0..1]
</...>
Diagram
h1180617391 h1931083443 h-2093152911 h807722632 h1873727312 h-1352137559
Schema Component Representation
<xs:complexType name="FCRideTransaction">
<xs:sequence>
<xs:element name="fare-media-id" type=" FCFareMediaID "/>
<xs:element name="add" type=" FC-RideValueAdd "/>
<xs:element name="deduct" type=" FC-RideValueDeduct "/>
<xs:element name="remaining" type=" FC-RideValueRemaining "/>
<xs:element name="result" type=" FC-TransactionResult " minOccurs="0"/>
<xs:element name="description" type=" FC-TransactionDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>