diagram | ![]() |
||||||||||||||||||||||||||||
type | extension of s:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <s:complexType name="CommentType"> <s:annotation> <s:documentation>Comment</s:documentation> </s:annotation> <s:simpleContent> <s:extension base="s:string"> <s:attribute name="CommentRef" type="s:string"/> <s:attribute name="BookingRef" type="s:string" use="optional"> <s:annotation> <s:documentation>Booking reference from shop reply - if present in multi PNR mode - the comment will be created only in referenced PNR. Ignored for single PNR mode. Not shown in reply - in reply will be set attribute RecordLocator.</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RecordLocator" type="s:string" use="optional"> <s:annotation> <s:documentation>Used only in SIG replies for multiPNR comments - shows locator of PNR, which the comment belongs to. Ignored for requests</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:simpleContent> </s:complexType> |
type | s:string |
source | <s:attribute name="CommentRef" type="s:string"/> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="BookingRef" type="s:string" use="optional"> <s:annotation> <s:documentation>Booking reference from shop reply - if present in multi PNR mode - the comment will be created only in referenced PNR. Ignored for single PNR mode. Not shown in reply - in reply will be set attribute RecordLocator.</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="RecordLocator" type="s:string" use="optional"> <s:annotation> <s:documentation>Used only in SIG replies for multiPNR comments - shows locator of PNR, which the comment belongs to. Ignored for requests</s:documentation> </s:annotation> </s:attribute> |