complexType VendorRemark
diagram pscev_p1369.png
type extension of xs:string
properties
base xs:string
used by
element VendorRemarks/VendorRemark
attributes
Name  Type  Use  Default  Fixed  annotation
ProviderIdentifierxs:string      
OperationTypexs:string      
documentation
Tipo de operación, Nulo=Alta
FlightCarrierCodexs:string      
documentation
Si es nulo aplica a todas las aerolíneas
IsFromCarrierxs:boolean      
documentation
Si el mensaje fue generado desde la aerolínea
source <xs:complexType name="VendorRemark">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="ProviderIdentifier" type="xs:string"/>
     
<xs:attribute name="OperationType" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Tipo de operación, Nulo=Alta</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="FlightCarrierCode" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Si es nulo aplica a todas las aerolíneas</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="IsFromCarrier" type="xs:boolean">
       
<xs:annotation>
         
<xs:documentation>Si el mensaje fue generado desde la aerolínea</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

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

attribute VendorRemark/@OperationType
type xs:string
properties
isRef 0
annotation
documentation
Tipo de operación, Nulo=Alta
source <xs:attribute name="OperationType" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Tipo de operación, Nulo=Alta</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute VendorRemark/@FlightCarrierCode
type xs:string
properties
isRef 0
annotation
documentation
Si es nulo aplica a todas las aerolíneas
source <xs:attribute name="FlightCarrierCode" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Si es nulo aplica a todas las aerolíneas</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute VendorRemark/@IsFromCarrier
type xs:boolean
properties
isRef 0
annotation
documentation
Si el mensaje fue generado desde la aerolínea
source <xs:attribute name="IsFromCarrier" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Si el mensaje fue generado desde la aerolínea</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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