| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of CouponBaseType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="FlightCouponType"> <s:complexContent> <s:extension base="CouponBaseType"> <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> <s:attributeGroup ref="NotValidDatesType"/> <s:attribute name="Bag" type="s:string" use="required"> <s:annotation> <s:documentation>Baggage allowance with concept code, e.g. 20K</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Airline" type="s:string" use="required"> <s:annotation> <s:documentation>Airline code</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="FlightNumber" type="s:string" use="required"> <s:annotation> <s:documentation>Flight number</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Bag" type="s:string" use="required"> <s:annotation> <s:documentation>Baggage allowance with concept code, e.g. 20K</s:documentation> </s:annotation> </s:attribute> |