complexType SeatMapCabinClass
diagram pscev_p1173.png
children CabinColumns AirRows
used by
element SeatMapDetail/CabinClass
attributes
Name  Type  Use  Default  Fixed  annotation
CabinTypePSCodeTyperequired      
documentation
Cabin class for which the seat map details is being given. Could be first, business or
                    economy.
               
Namexs:string      
documentation
Name that a particular airline may give to the cabin class
StartingRowxs:int      
documentation
Specify the starting row number for this cabin class.
EndingRowxs:int      
documentation
Specify the ending row number for this cabin class.
source <xs:complexType name="SeatMapCabinClass">
 
<xs:sequence>
   
<xs:element name="CabinColumns" type="CabinColumns"/>
   
<xs:element name="AirRows">
     
<xs:annotation>
       
<xs:documentation>Colección de filas</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="AirRow" type="AirRow" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Por cada fila</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="CabinType" type="PSCodeType" use="required">
   
<xs:annotation>
     
<xs:documentation>Cabin class for which the seat map details is being given. Could be first, business or
                    economy.
               
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Name" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Name that a particular airline may give to the cabin class</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="StartingRow" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>Specify the starting row number for this cabin class.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="EndingRow" type="xs:int">
   
<xs:annotation>
     
<xs:documentation>Specify the ending row number for this cabin class.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute SeatMapCabinClass/@CabinType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
annotation
documentation
Cabin class for which the seat map details is being given. Could be first, business or
                    economy.
               
source <xs:attribute name="CabinType" type="PSCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>Cabin class for which the seat map details is being given. Could be first, business or
                    economy.
               
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SeatMapCabinClass/@Name
type xs:string
properties
isRef 0
annotation
documentation
Name that a particular airline may give to the cabin class
source <xs:attribute name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name that a particular airline may give to the cabin class</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SeatMapCabinClass/@StartingRow
type xs:int
properties
isRef 0
annotation
documentation
Specify the starting row number for this cabin class.
source <xs:attribute name="StartingRow" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Specify the starting row number for this cabin class.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SeatMapCabinClass/@EndingRow
type xs:int
properties
isRef 0
annotation
documentation
Specify the ending row number for this cabin class.
source <xs:attribute name="EndingRow" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Specify the ending row number for this cabin class.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element SeatMapCabinClass/CabinColumns
diagram pscev_p1174.png
type CabinColumns
properties
isRef 0
content complex
children CabinColumn
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCountrequired      
source <xs:element name="CabinColumns" type="CabinColumns"/>

element SeatMapCabinClass/AirRows
diagram pscev_p1175.png
properties
isRef 0
content complex
children AirRow
annotation
documentation
Colección de filas
source <xs:element name="AirRows">
 
<xs:annotation>
   
<xs:documentation>Colección de filas</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AirRow" type="AirRow" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Por cada fila</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SeatMapCabinClass/AirRows/AirRow
diagram pscev_p1176.png
type AirRow
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children AirSeats
attributes
Name  Type  Use  Default  Fixed  annotation
RowNumberxs:intrequired      
documentation
Specifies the actual row number in the seat map.
annotation
documentation
Por cada fila
source <xs:element name="AirRow" type="AirRow" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Por cada fila</xs:documentation>
 
</xs:annotation>
</xs:element>


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