diagram | ![]() |
||
children | PaxType | ||
used by |
|
||
source | <s:complexType name="ShopPaxType"> <s:sequence> <s:element name="PaxType" maxOccurs="unbounded"> <s:complexType> <s:attribute name="PTRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AgeCat" type="AgeCatType" use="required"> <s:annotation> <s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTC" type="strlist"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AddDefaultPTC" type="s:boolean"/> <s:attribute name="Count" use="required"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> </s:complexType> </s:element> </s:sequence> </s:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="PaxType" maxOccurs="unbounded"> <s:complexType> <s:attribute name="PTRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AgeCat" type="AgeCatType" use="required"> <s:annotation> <s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PTC" type="strlist"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AddDefaultPTC" type="s:boolean"/> <s:attribute name="Count" use="required"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> </s:complexType> </s:element> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="PTRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> |
type | AgeCatType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <s:attribute name="AgeCat" type="AgeCatType" use="required"> <s:annotation> <s:documentation>ADT - adult, CHD - Child. INF - Infant</s:documentation> </s:annotation> </s:attribute> |
type | strlist | ||
annotation |
|
||
source | <s:attribute name="PTC" type="strlist"> <s:annotation> <s:documentation>Industry-standard Passenger Type Code or list of codes</s:documentation> </s:annotation> </s:attribute> |
type | s:boolean |
source | <s:attribute name="AddDefaultPTC" type="s:boolean"/> |
type | restriction of s:int | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <s:attribute name="Count" use="required"> <s:annotation> <s:documentation>Number of passengers</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:int"> <s:minInclusive value="1"/> <s:maxInclusive value="20"/> </s:restriction> </s:simpleType> </s:attribute> |