diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of s:string | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <s:complexType name="ContactType"> <s:annotation> <s:documentation>Contact info</s:documentation> </s:annotation> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="ContactRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PaxRef" type="s:string"> <s:annotation> <s:documentation>Passenger reference</s:documentation> </s:annotation> </s:attribute> <s:attribute name="TypeOfContact" use="required"> <s:annotation> <s:documentation> Contact type: Address Business phone Home phone Mobile phone Customer number Contact person Agent Unknown </s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Address"/> <s:enumeration value="Agent"/> <s:enumeration value="Business phone"/> <s:enumeration value="Contact person"/> <s:enumeration value="Customer number"/> <s:enumeration value="Email"/> <s:enumeration value="Home phone"/> <s:enumeration value="Mobile phone"/> <s:enumeration value="Unknown"/> </s:restriction> </s:simpleType> </s:attribute> </s:extension> </s:simpleContent> </s:complexType> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="ContactRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this item</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="PaxRef" type="s:string"> <s:annotation> <s:documentation>Passenger reference</s:documentation> </s:annotation> </s:attribute> |
type | restriction of s:string | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <s:attribute name="TypeOfContact" use="required"> <s:annotation> <s:documentation> Contact type: Address Business phone Home phone Mobile phone Customer number Contact person Agent Unknown </s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Address"/> <s:enumeration value="Agent"/> <s:enumeration value="Business phone"/> <s:enumeration value="Contact person"/> <s:enumeration value="Customer number"/> <s:enumeration value="Email"/> <s:enumeration value="Home phone"/> <s:enumeration value="Mobile phone"/> <s:enumeration value="Unknown"/> </s:restriction> </s:simpleType> </s:attribute> |