complexType tcip:FCFareTransaction
diagram
namespace http://www.TCIP-Adopted-03-00-01
children fare-media-id add deduct remaining result description
source <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>

element tcip:FCFareTransaction/fare-media-id
diagram
type tcip:FCFareMediaID
properties
isRef 0
content complex
children text number
source <xs:element name="fare-media-id" type="FCFareMediaID"/>

element tcip:FCFareTransaction/add
diagram
type tcip:FC-ValueAdd
properties
isRef 0
content simple
source <xs:element name="add" type="FC-ValueAdd"/>

element tcip:FCFareTransaction/deduct
diagram
type tcip:FC-ValueDeduct
properties
isRef 0
content simple
source <xs:element name="deduct" type="FC-ValueDeduct"/>

element tcip:FCFareTransaction/remaining
diagram
type tcip:FC-ValueRemaining
properties
isRef 0
content simple
source <xs:element name="remaining" type="FC-ValueRemaining"/>

element tcip:FCFareTransaction/result
diagram
type tcip:FC-TransactionResult
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="result" type="FC-TransactionResult" minOccurs="0"/>

element tcip:FCFareTransaction/description
diagram
type tcip:FC-TransactionDescription
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="description" type="FC-TransactionDescription" minOccurs="0"/>


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