complexType BookingReference
diagram pscev_p266.png
type extension of xs:string
properties
base xs:string
used by
elements BookingReferences/BookingReference CancellationFeesQueryBooking/BookingReference CancellationFeesQueryDetailsRSBooking/BookingReference CancelledBooking/BookingReference
attributes
Name  Type  Use  Default  Fixed  annotation
ReferenceTypexs:stringrequired      
source <xs:complexType name="BookingReference">
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="ReferenceType" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute BookingReference/@ReferenceType
type xs:string
properties
isRef 0
use required
source <xs:attribute name="ReferenceType" type="xs:string" use="required"/>


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