complexType BaseRateUnit
diagram pscev_p275.png
children Amount
used by
element BaseRateUnits/BaseRateUnit
attributes
Name  Type  Use  Default  Fixed  annotation
TripOrderxs:int      
documentation
ejemplo en round-trip: 1-Go, 2-Return
FareTypeQualifierxs:stringrequired      
documentation
Tipo de tarifa
FareBasisxs:string      
LastTicketDatexs:dateTime      
SequenceSequence      
annotation
documentation
Unidad de base tarifaria a ser incluida en las bases tarifarias por tipo de pasajero
           
source <xs:complexType name="BaseRateUnit">
 
<xs:annotation>
   
<xs:documentation>Unidad de base tarifaria a ser incluida en las bases tarifarias por tipo de pasajero
           
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Amount" type="Amount"/>
 
</xs:sequence>
 
<xs:attribute name="TripOrder" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>ejemplo en round-trip: 1-Go, 2-Return</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="FareTypeQualifier" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Tipo de tarifa</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="FareBasis" type="xs:string"/>
 
<xs:attribute name="LastTicketDate" type="xs:dateTime"/>
 
<xs:attribute name="Sequence" type="Sequence"/>
</xs:complexType>

attribute BaseRateUnit/@TripOrder
type xs:int
properties
isRef 0
annotation
documentation
ejemplo en round-trip: 1-Go, 2-Return
source <xs:attribute name="TripOrder" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>ejemplo en round-trip: 1-Go, 2-Return</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseRateUnit/@FareTypeQualifier
type xs:string
properties
isRef 0
use required
annotation
documentation
Tipo de tarifa
source <xs:attribute name="FareTypeQualifier" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Tipo de tarifa</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute BaseRateUnit/@FareBasis
type xs:string
properties
isRef 0
source <xs:attribute name="FareBasis" type="xs:string"/>

attribute BaseRateUnit/@LastTicketDate
type xs:dateTime
properties
isRef 0
source <xs:attribute name="LastTicketDate" type="xs:dateTime"/>

attribute BaseRateUnit/@Sequence
type Sequence
properties
isRef 0
source <xs:attribute name="Sequence" type="Sequence"/>

element BaseRateUnit/Amount
diagram pscev_p276.png
type Amount
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
CurrencyCodeCurrencyCoderequired      
source <xs:element name="Amount" type="Amount"/>


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