complexType VehFares
diagram pscev_p1339.png
children Fare
used by
elements Vehicle/Fares BestBuyVeh/Fares
annotation
documentation
Vehicle fares
source <xs:complexType name="VehFares">
 
<xs:annotation>
   
<xs:documentation>Vehicle fares</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Fare" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>En caso de validación solo devolverá un solo precio y será el del total del
                        presupuesto
                   
</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="VehFare">
           
<xs:sequence>
             
<xs:element name="FareConditions" type="FareConditions" minOccurs="0"/>
           
</xs:sequence>
           
<xs:attribute name="TripProductId" type="TripProductID" use="required"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element VehFares/Fare
diagram pscev_p1340.png
type extension of VehFare
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children FareType Prices FareConditions
attributes
Name  Type  Use  Default  Fixed  annotation
VehFareIdxs:stringrequired      
TripProductIdTripProductIDrequired      
annotation
documentation
En caso de validación solo devolverá un solo precio y será el del total del
                        presupuesto
                   
source <xs:element name="Fare" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>En caso de validación solo devolverá un solo precio y será el del total del
                        presupuesto
                   
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="VehFare">
       
<xs:sequence>
         
<xs:element name="FareConditions" type="FareConditions" minOccurs="0"/>
       
</xs:sequence>
       
<xs:attribute name="TripProductId" type="TripProductID" use="required"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute VehFares/Fare/@TripProductId
type TripProductID
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 32 
maxLength 100 
source <xs:attribute name="TripProductId" type="TripProductID" use="required"/>

element VehFares/Fare/FareConditions
diagram pscev_p1341.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