| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| type | extension of s:string | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="OSIType"> <s:annotation> <s:documentation>OSI info</s:documentation> </s:annotation> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="OsiRef" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="FlightRef" type="s:string"> <s:annotation> <s:documentation>Flight segment reference</s:documentation> </s:annotation> </s:attribute> <s:attribute name="AK" type="s:string"> <s:annotation> <s:documentation>AK Either AK or FlightRef should be filled. Otherway error will be returned.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PaxRefs" type="strlist"> <s:annotation> <s:documentation>Passenger references</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:simpleContent> </s:complexType> |
| type | restriction of s:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <s:attribute name="OsiRef" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="1"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="FlightRef" type="s:string"> <s:annotation> <s:documentation>Flight segment reference</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="AK" type="s:string"> <s:annotation> <s:documentation>AK Either AK or FlightRef should be filled. Otherway error will be returned.</s:documentation> </s:annotation> </s:attribute> |
| type | strlist | ||
| annotation |
|
||
| source | <s:attribute name="PaxRefs" type="strlist"> <s:annotation> <s:documentation>Passenger references</s:documentation> </s:annotation> </s:attribute> |