PageRenderTime 125ms CodeModel.GetById 33ms RepoModel.GetById 12ms app.codeStats 0ms

/src/main/resources/OSGI-INF/blueprint/xsd/camel-cxf-2.15.1-spring.xsd

https://gitlab.com/apham/tradeservice
XML Schema | 179 lines | 171 code | 8 blank | 0 comment | 0 complexity | 9c9b5c9f9bb3c8a9b5aafc78803f8bc1 MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one
  4. or more contributor license agreements. See the NOTICE file
  5. distributed with this work for additional information
  6. regarding copyright ownership. The ASF licenses this file
  7. to you under the Apache License, Version 2.0 (the
  8. "License"); you may not use this file except in compliance
  9. with the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing,
  12. software distributed under the License is distributed on an
  13. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. KIND, either express or implied. See the License for the
  15. specific language governing permissions and limitations
  16. under the License.
  17. -->
  18. <xsd:schema xmlns="http://camel.apache.org/schema/cxf"
  19. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  20. xmlns:beans="http://www.springframework.org/schema/beans"
  21. xmlns:cxf-beans="http://cxf.apache.org/configuration/beans"
  22. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  23. targetNamespace="http://camel.apache.org/schema/cxf"
  24. elementFormDefault="qualified"
  25. attributeFormDefault="unqualified">
  26. <xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="spring-beans.xsd"/>
  27. <xsd:import namespace="http://cxf.apache.org/configuration/beans" schemaLocation="cxf-beans.xsd"/>
  28. <xsd:element name="cxfEndpoint">
  29. <xsd:complexType>
  30. <xsd:complexContent>
  31. <xsd:extension base="beans:identifiedType">
  32. <xsd:all>
  33. <xsd:element name="binding" type="xsd:anyType" minOccurs="0"/>
  34. <xsd:element name="dataBinding" type="xsd:anyType" minOccurs="0"/>
  35. <xsd:element name="features" type="xsd:anyType" minOccurs="0"/>
  36. <xsd:element name="inInterceptors" type="xsd:anyType" minOccurs="0"/>
  37. <xsd:element name="inFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  38. <xsd:element name="outInterceptors" type="xsd:anyType" minOccurs="0"/>
  39. <xsd:element name="outFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  40. <xsd:element name="handlers" type="xsd:anyType" minOccurs="0"/>
  41. <xsd:element name="properties" type="beans:mapType" minOccurs="0"/>
  42. <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
  43. <xsd:element name="serviceFactory" type="xsd:anyType" minOccurs="0"/>
  44. </xsd:all>
  45. <xsd:attributeGroup ref="cxf-beans:beanAttributes"/>
  46. <xsd:attribute name="address" type="xsd:string" />
  47. <xsd:attribute name="bindingId" type="xsd:string" />
  48. <xsd:attribute name="bus" type="xsd:string" />
  49. <xsd:attribute name="serviceClass" type="xsd:string"/>
  50. <xsd:attribute name="transportId" type="xsd:string"/>
  51. <xsd:attribute name="wsdlURL" type="xsd:string" />
  52. <xsd:attribute name="endpointName" type="xsd:string" />
  53. <xsd:attribute name="serviceName" type="xsd:string" />
  54. <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
  55. <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
  56. <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
  57. <xsd:attribute name="continuationTimeout" type="xsd:long" />
  58. <xsd:attribute name="publishedEndpointUrl" type="xsd:string" />
  59. </xsd:extension>
  60. </xsd:complexContent>
  61. </xsd:complexType>
  62. </xsd:element>
  63. <xsd:element name="rsServer">
  64. <xsd:complexType>
  65. <xsd:complexContent>
  66. <xsd:extension base="beans:identifiedType">
  67. <xsd:all>
  68. <xsd:element name="executor" type="xsd:anyType" minOccurs="0"/>
  69. <xsd:element name="features" type="xsd:anyType" minOccurs="0"/>
  70. <xsd:element name="binding" type="xsd:anyType" minOccurs="0" />
  71. <xsd:element name="inInterceptors" type="xsd:anyType" minOccurs="0"/>
  72. <xsd:element name="inFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  73. <xsd:element name="invoker" type="xsd:anyType" minOccurs="0"/>
  74. <xsd:element name="outInterceptors" type="xsd:anyType" minOccurs="0"/>
  75. <xsd:element name="outFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  76. <xsd:element name="properties" type="beans:mapType" minOccurs="0"/>
  77. <xsd:element name="serviceBeans" type="xsd:anyType" minOccurs="0"/>
  78. <xsd:element name="modelBeans" type="xsd:anyType" minOccurs="0"/>
  79. <xsd:element name="model" type="model" minOccurs="0"/>
  80. <xsd:element name="providers" type="xsd:anyType" minOccurs="0"/>
  81. <xsd:element name="extensionMappings" type="xsd:anyType" minOccurs="0"/>
  82. <xsd:element name="languageMappings" type="xsd:anyType" minOccurs="0"/>
  83. <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
  84. </xsd:all>
  85. <xsd:attributeGroup ref="cxf-beans:beanAttributes"/>
  86. <xsd:attribute name="address" type="xsd:string" />
  87. <xsd:attribute name="bus" type="xsd:string" />
  88. <xsd:attribute name="serviceClass" type="xsd:string"/>
  89. <xsd:attribute name="transportId" type="xsd:string"/>
  90. <xsd:attribute name="modelRef" type="xsd:string" />
  91. <xsd:attribute name="bindingId" type="xsd:string" />
  92. <xsd:attribute name="staticSubresourceResolution" type="xsd:boolean" />
  93. <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
  94. <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
  95. <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
  96. </xsd:extension>
  97. </xsd:complexContent>
  98. </xsd:complexType>
  99. </xsd:element>
  100. <xsd:element name="rsClient">
  101. <xsd:complexType>
  102. <xsd:complexContent>
  103. <xsd:extension base="beans:identifiedType">
  104. <xsd:all>
  105. <xsd:element name="executor" type="xsd:anyType" minOccurs="0"/>
  106. <xsd:element name="features" type="xsd:anyType" minOccurs="0"/>
  107. <xsd:element name="binding" type="xsd:anyType" minOccurs="0" />
  108. <xsd:element name="inInterceptors" type="xsd:anyType" minOccurs="0"/>
  109. <xsd:element name="inFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  110. <xsd:element name="outInterceptors" type="xsd:anyType" minOccurs="0"/>
  111. <xsd:element name="outFaultInterceptors" type="xsd:anyType" minOccurs="0"/>
  112. <xsd:element name="properties" type="beans:mapType" minOccurs="0"/>
  113. <xsd:element name="providers" type="xsd:anyType" minOccurs="0"/>
  114. <xsd:element name="modelBeans" type="xsd:anyType" minOccurs="0"/>
  115. <xsd:element name="model" type="model" minOccurs="0"/>
  116. <xsd:element name="headers" type="xsd:anyType" minOccurs="0"/>
  117. <xsd:element name="schemaLocations" type="schemasType" minOccurs="0"/>
  118. </xsd:all>
  119. <xsd:attributeGroup ref="cxf-beans:beanAttributes"/>
  120. <xsd:attribute name="address" type="xsd:string" />
  121. <xsd:attribute name="serviceClass" type="xsd:string"/>
  122. <xsd:attribute name="inheritHeaders" type="xsd:boolean"/>
  123. <xsd:attribute name="bus" type="xsd:string" />
  124. <xsd:attribute name="transportId" type="xsd:string"/>
  125. <xsd:attribute name="bindingId" type="xsd:string" />
  126. <xsd:attribute name="modelRef" type="xsd:string" />
  127. <xsd:attribute name="username" type="xsd:string"/>
  128. <xsd:attribute name="password" type="xsd:string"/>
  129. <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
  130. <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
  131. <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
  132. </xsd:extension>
  133. </xsd:complexContent>
  134. </xsd:complexType>
  135. </xsd:element>
  136. <xsd:complexType name="schemasType">
  137. <xsd:sequence>
  138. <xsd:element name="schemaLocation" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  139. </xsd:sequence>
  140. </xsd:complexType>
  141. <xsd:complexType name="model">
  142. <xsd:sequence>
  143. <xsd:element name="resource" minOccurs="0" maxOccurs="unbounded">
  144. <xsd:complexType>
  145. <xsd:sequence>
  146. <xsd:element name="operation" minOccurs="0" maxOccurs="unbounded">
  147. <xsd:complexType>
  148. <xsd:sequence>
  149. <xsd:element name="param" minOccurs="0" maxOccurs="unbounded">
  150. <xsd:complexType>
  151. <xsd:attribute name="name" type="xsd:string"/>
  152. <xsd:attribute name="type" type="xsd:string"/>
  153. </xsd:complexType>
  154. </xsd:element>
  155. </xsd:sequence>
  156. <xsd:attribute name="name" type="xsd:string"/>
  157. <xsd:attribute name="path" type="xsd:string"/>
  158. <xsd:attribute name="verb" type="xsd:string"/>
  159. <xsd:attribute name="consumes" type="xsd:string"/>
  160. <xsd:attribute name="produces" type="xsd:string"/>
  161. </xsd:complexType>
  162. </xsd:element>
  163. </xsd:sequence>
  164. <xsd:attribute name="name" type="xsd:string"/>
  165. <xsd:attribute name="path" type="xsd:string"/>
  166. </xsd:complexType>
  167. </xsd:element>
  168. </xsd:sequence>
  169. <xsd:attribute name="id" type="xsd:string"/>
  170. </xsd:complexType>
  171. </xsd:schema>