Documentation for ATIS-Draft-03-00-79

Complex Type: FCFareTransaction

[Table of contents]

Super-types: None
Sub-types: None
Name FCFareTransaction
Abstract no
XML Instance Representation
<...>
<fare-media-id> FCFareMediaID </fare-media-id> [1]
<add> FC-ValueAdd </add> [1]
<deduct> FC-ValueDeduct </deduct> [1]
<remaining> FC-ValueRemaining </remaining> [1]
<result> FC-TransactionResult </result> [0..1]
<description> FC-TransactionDescription </description> [0..1]
</...>
Diagram
h1180617391 h-636913893 h950653961 h-786274064 h1873727312 h-1352137559
Schema Component Representation
<xs:complexType name="FCFareTransaction">
<xs:sequence>
<xs:element name="fare-media-id" type=" FCFareMediaID "/>
<xs:element name="add" type=" FC-ValueAdd "/>
<xs:element name="deduct" type=" FC-ValueDeduct "/>
<xs:element name="remaining" type=" FC-ValueRemaining "/>
<xs:element name="result" type=" FC-TransactionResult " minOccurs="0"/>
<xs:element name="description" type=" FC-TransactionDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>