complexType PSBookingReference
diagram pscev_p621.png
type extension of PSSimpleBookingReference
properties
base PSSimpleBookingReference
used by
element PSBookingReferences/BookingReference
facets
Kind Value annotation 
length 10 
pattern [A-Z]{3}[A-Z0-9]{7} 
attributes
Name  Type  Use  Default  Fixed  annotation
ReferenceTypePSCodeTyperequired      
annotation
documentation
Representa una referencia asociada a una reserva
source <xs:complexType name="PSBookingReference">
 
<xs:annotation>
   
<xs:documentation>Representa una referencia asociada a una reserva</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="PSSimpleBookingReference">
     
<xs:attribute name="ReferenceType" type="PSCodeType" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute PSBookingReference/@ReferenceType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
source <xs:attribute name="ReferenceType" type="PSCodeType" use="required"/>


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