complexType CommentType
diagram sigws_p311.png
type extension of s:string
properties
base s:string
used by
elements SIG_RailBookRS/Comments/Comment PNRDataType/Comments/Comment PNRGroup/Comments/Comment
attributes
Name  Type  Use  Default  Fixed  Annotation
CommentRef  s:string        
BookingRef  s:string  optional      
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.
RecordLocator  s:string  optional      
documentation
Used only in SIG replies for multiPNR comments - shows locator of PNR, which the comment belongs to. Ignored for requests
annotation
documentation
Comment
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>

attribute CommentType/@CommentRef
type s:string
source <s:attribute name="CommentRef" type="s:string"/>

attribute CommentType/@BookingRef
type s:string
properties
use optional
annotation
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.
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>

attribute CommentType/@RecordLocator
type s:string
properties
use optional
annotation
documentation
Used only in SIG replies for multiPNR comments - shows locator of PNR, which the comment belongs to. Ignored for requests
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy