Introduction
Car Makes returns available car make details and information for a specific vendor and city.
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)
CarMakesRQ
- CarMakesRQ.htmVisual representation of the schema.
- CarMakesRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarMakesRQ 1.xmlExample XML with the minimum mandatory elements only.
CarMakesRS
- CarMakesRS.htmVisual representation of the schema.
- CarMakesRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarMakesRS 1.xmlExample XML with the minimum mandatory elements only.
- CarMakesRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.