<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema elementFormDefault="qualified" version="1.0" targetNamespace="http://camel.apache.org/schema/web" xmlns:tns="http://camel.apache.org/schema/web" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="camel" type="tns:camel"/>

  <xs:element name="endpointLink" type="tns:endpointLink"/>

  <xs:element name="endpoints" type="tns:endpoints"/>

  <xs:complexType name="camel">
    <xs:sequence/>
    <xs:attribute name="name" type="xs:string"/>
    <xs:attribute name="version" type="xs:string"/>
  </xs:complexType>

  <xs:complexType name="endpointLink">
    <xs:sequence/>
    <xs:attribute name="uri" type="xs:string"/>
    <xs:attribute name="href" type="xs:string"/>
  </xs:complexType>

  <xs:complexType name="endpoints">
    <xs:sequence>
      <xs:element name="endpoint" type="tns:endpointLink" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="route">
    <xs:sequence/>
  </xs:complexType>
</xs:schema>

