simpleType TripProductID
type restriction of xs:string
used by
attributes RateType/@TripProductID BookingRateRate/@TripProductID SingleHotel/@TripProductID ReBookingHotel/@TripProductID BookingHotel/@TripProductID CancellationFeesHotel/@TripProductID AvailabilityRateType/@TripProductID
facets
Kind Value annotation 
minLength 32 
maxLength 100 
annotation
documentation
Identificador del producto utilizado en toda operación previa a la reserva
source <xs:simpleType name="TripProductID">
 
<xs:annotation>
   
<xs:documentation>Identificador del producto utilizado en toda operación previa a la reserva</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="32"/>
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>


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