complexType PostBookingVehicleFare
diagram pscev_p1031.png
children FareType Prices FareConditions
used by
element PostBookingVehicleFares/Fare
attributes
Name  Type  Use  Default  Fixed  annotation
VehFareIdxs:stringrequired      
source <xs:complexType name="PostBookingVehicleFare">
 
<xs:sequence>
   
<xs:element name="FareType" type="FareType" minOccurs="0"/>
   
<xs:element name="Prices" type="Prices"/>
   
<xs:element name="FareConditions" type="FareConditions" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="VehFareId" type="xs:string" use="required"/>
</xs:complexType>

attribute PostBookingVehicleFare/@VehFareId
type xs:string
properties
isRef 0
use required
source <xs:attribute name="VehFareId" type="xs:string" use="required"/>

element PostBookingVehicleFare/FareType
diagram pscev_p1032.png
type FareType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Codexs:stringrequired      
source <xs:element name="FareType" type="FareType" minOccurs="0"/>

element PostBookingVehicleFare/Prices
diagram pscev_p1033.png
type Prices
properties
isRef 0
content complex
children Price
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
source <xs:element name="Prices" type="Prices"/>

element PostBookingVehicleFare/FareConditions
diagram pscev_p1034.png
type FareConditions
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children FareCondition
source <xs:element name="FareConditions" type="FareConditions" minOccurs="0"/>


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