complexType tcip:FCFareRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children fare-record-id passenger-types instrument-types value-currency value-amount ride-quantity
used by
elements tcip:FCFareDefinitionRecord/fare-records/fare-record tcip:FCTransactionRecord/trans-fare-record
source <xs:complexType name="FCFareRecord">
 
<xs:sequence>
   
<xs:element name="fare-record-id" type="FC-FareRecordID"/>
   
<xs:element name="passenger-types">
     
<xs:complexType>
       
<xs:sequence maxOccurs="20">
         
<xs:element name="passenger-type" type="atis:TravelerClass"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="instrument-types">
     
<xs:complexType>
       
<xs:sequence maxOccurs="300">
         
<xs:element name="instrument-type" type="FC-MonetaryInstrType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="value-currency" type="FC-MonetaryInstrAuth" minOccurs="0"/>
   
<xs:element name="value-amount" type="FC-MonetaryInstrValue" minOccurs="0"/>
   
<xs:element name="ride-quantity" type="FC-RideValueDeduct" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCFareRecord/fare-record-id
diagram
type tcip:FC-FareRecordID
properties
isRef 0
content simple
source <xs:element name="fare-record-id" type="FC-FareRecordID"/>

element tcip:FCFareRecord/passenger-types
diagram
properties
isRef 0
content complex
children passenger-type
source <xs:element name="passenger-types">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20">
     
<xs:element name="passenger-type" type="atis:TravelerClass"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCFareRecord/passenger-types/passenger-type
diagram
type atis:TravelerClass
properties
isRef 0
content simple
source <xs:element name="passenger-type" type="atis:TravelerClass"/>

element tcip:FCFareRecord/instrument-types
diagram
properties
isRef 0
content complex
children instrument-type
source <xs:element name="instrument-types">
 
<xs:complexType>
   
<xs:sequence maxOccurs="300">
     
<xs:element name="instrument-type" type="FC-MonetaryInstrType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:FCFareRecord/instrument-types/instrument-type
diagram
type tcip:FC-MonetaryInstrType
properties
isRef 0
content simple
source <xs:element name="instrument-type" type="FC-MonetaryInstrType"/>

element tcip:FCFareRecord/value-currency
diagram
type tcip:FC-MonetaryInstrAuth
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 8
source <xs:element name="value-currency" type="FC-MonetaryInstrAuth" minOccurs="0"/>

element tcip:FCFareRecord/value-amount
diagram
type tcip:FC-MonetaryInstrValue
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="value-amount" type="FC-MonetaryInstrValue" minOccurs="0"/>

element tcip:FCFareRecord/ride-quantity
diagram
type tcip:FC-RideValueDeduct
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ride-quantity" type="FC-RideValueDeduct" minOccurs="0"/>


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