simpleType URLType
type restriction of xs:anyURI
used by
elements ImageLink/ImageURL ImageLink/ThumbnailURL
attributes URL/@URLType BookingVoucherQueryBooking/@URLVoucher
facets
Kind Value annotation 
minLength 
source <xs:simpleType name="URLType">
 
<xs:restriction base="xs:anyURI">
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>


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