Introduction
The CarList message requests a list of all car vendors and their locations within the specified city, airport or reference point. The user may also request a specific vendor.
Schema & Definition
Find per request and response message:
- visual and textual representations of the XML schemas, which are easier readable
- minimum and a maximum elements example to start from to create example messages
- the pure XML schema file (.xsd)
CarListRQ
- CarListRQ.htmVisual representation of the schema.
- CarListRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarListRQ 1.xmlExample XML with the minimum mandatory elements only.
- CarListRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
CarListRS
- CarListRS.htmVisual representation of the schema.
- CarListRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarListRS 1.xmlExample XML with the minimum mandatory elements only.
- CarListRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.