complexType tcip:FCTripFareAlternative
diagram
namespace http://www.TCIP-Adopted-03-00-01
children rider-classification monetary-value ride-value fare-structure
used by
element tcip:FCTripFare/alternatives/alternative
source <xs:complexType name="FCTripFareAlternative">
 
<xs:sequence>
   
<xs:element name="rider-classification" type="atis:TravelerClass" minOccurs="0"/>
   
<xs:choice>
     
<xs:element name="monetary-value" type="FC-FareCost"/>
     
<xs:element name="ride-value" type="FC-RideValue"/>
   
</xs:choice>
   
<xs:element name="fare-structure" type="CPT-Footnote" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:FCTripFareAlternative/rider-classification
diagram
type atis:TravelerClass
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="rider-classification" type="atis:TravelerClass" minOccurs="0"/>

element tcip:FCTripFareAlternative/monetary-value
diagram
type tcip:FC-FareCost
properties
isRef 0
content simple
source <xs:element name="monetary-value" type="FC-FareCost"/>

element tcip:FCTripFareAlternative/ride-value
diagram
type tcip:FC-RideValue
properties
isRef 0
content simple
source <xs:element name="ride-value" type="FC-RideValue"/>

element tcip:FCTripFareAlternative/fare-structure
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="fare-structure" type="CPT-Footnote" minOccurs="0"/>


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