complexType SingleCommission
diagram pscev_p1209.png
children Amount Percentage
used by
element Commission/Commission
attributes
Name  Type  Use  Default  Fixed  annotation
PassengerTypexs:stringoptional      
documentation
"INF" si aplica a infante
SubjectToVATxs:boolean  false    
documentation
La Comisión, ¿Está sujeta a V.A.T. / I.V.A.?
ProviderStringxs:string      
documentation
Texto devuelto por el proveedor
source <xs:complexType name="SingleCommission">
 
<xs:sequence>
   
<xs:choice>
     
<xs:element name="Amount" type="xs:decimal"/>
     
<xs:element name="Percentage" type="CommissionPercentage"/>
   
</xs:choice>
 
</xs:sequence>
 
<xs:attribute name="PassengerType" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>"INF" si aplica a infante</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="SubjectToVAT" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>La Comisión, ¿Está sujeta a V.A.T. / I.V.A.?</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ProviderString" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Texto devuelto por el proveedor</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute SingleCommission/@PassengerType
type xs:string
properties
isRef 0
use optional
annotation
documentation
"INF" si aplica a infante
source <xs:attribute name="PassengerType" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>"INF" si aplica a infante</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SingleCommission/@SubjectToVAT
type xs:boolean
properties
isRef 0
default false
annotation
documentation
La Comisión, ¿Está sujeta a V.A.T. / I.V.A.?
source <xs:attribute name="SubjectToVAT" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>La Comisión, ¿Está sujeta a V.A.T. / I.V.A.?</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SingleCommission/@ProviderString
type xs:string
properties
isRef 0
annotation
documentation
Texto devuelto por el proveedor
source <xs:attribute name="ProviderString" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Texto devuelto por el proveedor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element SingleCommission/Amount
diagram pscev_p1210.png
type xs:decimal
properties
isRef 0
content simple
source <xs:element name="Amount" type="xs:decimal"/>

element SingleCommission/Percentage
diagram pscev_p1211.png
type CommissionPercentage
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
CappingAmountxs:decimaloptional      
source <xs:element name="Percentage" type="CommissionPercentage"/>


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