Documentation for ATIS-Draft-03-00-79

Simple Type: URL-Link

[Table of contents]

Super-types: xs:anyURI < URL-Link (by restriction)
Sub-types: None
Name URL-Link
Used by (from the same schema document) Complex Type DirectoryAppointmentReply , Complex Type DirectoryDetailReply , Complex Type InformationRequest , Complex Type TravelerSettingsReply , Complex Type AirlineTravelInformation , Complex Type BoardingInstructions , Complex Type ComplexTime , Complex Type EventInformation , Complex Type IncidentInformation , Complex Type LinkTrafficInformation , Complex Type ParkingInstructions , Complex Type ParkingLotInformation , Complex Type RequestStatus , Complex Type RequestStatus , Complex Type RequestStatus , Complex Type ResponseGroup , Complex Type Route , Complex Type RouteStatus , Complex Type ServerStatus , Complex Type StatusBlock , Complex Type TransitInformation , Complex Type WeatherInformation
Content
  • Base XSD Type: anyURI
  • length >= 1
Diagram
Schema Component Representation
<xs:simpleType name="URL-Link">
<xs:restriction base=" xs:anyURI ">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>