geometry.xsd 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:gml="http://www.opengis.net/gml"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  8. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  9. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  10. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  11. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  12. targetNamespace="http://www.opengis.net/gml"
  13. elementFormDefault="qualified"
  14. version="2.1.2"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  15. <xs:annotation>
  16. <appinfo xmlns="http://www.w3.org/2001/XMLSchema">geometry.xsd v2.1.2 2002-07</appinfo>
  17. <documentation xmlns="http://www.w3.org/2001/XMLSchema" xml:lang="en">
  18. GML Geometry schema. Copyright (c) 2001,2002 OGC, All Rights Reserved.
  19. </documentation>
  20. </xs:annotation>
  21. <!-- bring in the XLink attributes -->
  22. <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlinks.xsd"/>
  23. <!-- ==============================================================
  24. global declarations
  25. =================================================================== -->
  26. <xs:element name="_Geometry"
  27. type="gml:AbstractGeometryType"
  28. abstract="true"
  29. id="___d15e13-1__Geometry"/>
  30. <xs:element name="_GeometryCollection"
  31. type="gml:GeometryCollectionType"
  32. abstract="true"
  33. substitutionGroup="gml:_Geometry"
  34. id="___d15e14-1__GeometryC"/>
  35. <xs:element name="geometryMember"
  36. type="gml:GeometryAssociationType"
  37. id="___d15e15-1_geometryMe"/>
  38. <xs:element name="pointMember"
  39. type="gml:PointMemberType"
  40. substitutionGroup="gml:geometryMember"
  41. id="___d15e16-1_pointMembe"/>
  42. <xs:element name="lineStringMember"
  43. type="gml:LineStringMemberType"
  44. substitutionGroup="gml:geometryMember"
  45. id="___d15e17-1_lineString"/>
  46. <xs:element name="polygonMember"
  47. type="gml:PolygonMemberType"
  48. substitutionGroup="gml:geometryMember"
  49. id="___d15e18-1_polygonMem"/>
  50. <xs:element name="outerBoundaryIs"
  51. type="gml:LinearRingMemberType"
  52. id="___d15e19-1_outerBound"/>
  53. <xs:element name="innerBoundaryIs"
  54. type="gml:LinearRingMemberType"
  55. id="___d15e21-1_innerBound"/>
  56. <!-- primitive geometry elements -->
  57. <xs:element name="Point"
  58. type="gml:PointType"
  59. substitutionGroup="gml:_Geometry"
  60. id="___d15e23-1_Point"/>
  61. <xs:element name="LineString"
  62. type="gml:LineStringType"
  63. substitutionGroup="gml:_Geometry"
  64. id="___d15e24-1_LineString"/>
  65. <xs:element name="LinearRing"
  66. type="gml:LinearRingType"
  67. substitutionGroup="gml:_Geometry"
  68. id="___d15e25-1_LinearRing"/>
  69. <xs:element name="Polygon"
  70. type="gml:PolygonType"
  71. substitutionGroup="gml:_Geometry"
  72. id="___d15e26-1_Polygon"/>
  73. <xs:element name="Box" type="gml:BoxType" id="___d15e27-1_Box"/>
  74. <!-- aggregate geometry elements -->
  75. <xs:element name="MultiGeometry"
  76. type="gml:GeometryCollectionType"
  77. substitutionGroup="gml:_Geometry"
  78. id="___d15e29-1_MultiGeome"/>
  79. <xs:element name="MultiPoint"
  80. type="gml:MultiPointType"
  81. substitutionGroup="gml:_Geometry"
  82. id="___d15e30-1_MultiPoint"/>
  83. <xs:element name="MultiLineString"
  84. type="gml:MultiLineStringType"
  85. substitutionGroup="gml:_Geometry"
  86. id="___d15e31-1_MultiLineS"/>
  87. <xs:element name="MultiPolygon"
  88. type="gml:MultiPolygonType"
  89. substitutionGroup="gml:_Geometry"
  90. id="___d15e33-1_MultiPolyg"/>
  91. <!-- coordinate elements -->
  92. <xs:element name="coord" type="gml:CoordType" id="___d15e35-1_coord"/>
  93. <xs:element name="coordinates"
  94. type="gml:CoordinatesType"
  95. id="___d15e36-1_coordinate"/>
  96. <!-- this attribute gives the location where an element is defined -->
  97. <xs:attribute name="remoteSchema" type="xs:anyURI" id="___d15e38-1_remoteSche"/>
  98. <!-- ==============================================================
  99. abstract supertypes
  100. =================================================================== -->
  101. <xs:complexType name="AbstractGeometryType"
  102. abstract="true"
  103. id="___d15e40-1_AbstractGe"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  104. <xs:annotation>
  105. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  106. All geometry elements are derived from this abstract supertype;
  107. a geometry element may have an identifying attribute (gid).
  108. It may be associated with a spatial reference system.
  109. </documentation>
  110. </xs:annotation>
  111. <xs:complexContent id="___d15e44-1">
  112. <xs:restriction base="xs:anyType">
  113. <xs:attribute name="gid" type="xs:ID" use="optional" id="___d15e46-1_gid"/>
  114. <xs:attribute name="srsName"
  115. type="xs:anyURI"
  116. use="optional"
  117. id="___d15e47-1_srsName"/>
  118. </xs:restriction>
  119. </xs:complexContent>
  120. </xs:complexType>
  121. <xs:complexType name="AbstractGeometryCollectionBaseType"
  122. abstract="true"
  123. id="___d15e48-1_AbstractGe"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  124. <xs:annotation>
  125. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  126. This abstract base type for geometry collections just makes the
  127. srsName attribute mandatory.
  128. </documentation>
  129. </xs:annotation>
  130. <xs:complexContent id="___d15e52-1">
  131. <xs:restriction base="gml:AbstractGeometryType">
  132. <xs:attribute name="gid" type="xs:ID" use="optional" id="___d15e54-1_gid"/>
  133. <xs:attribute name="srsName"
  134. type="xs:anyURI"
  135. use="required"
  136. id="___d15e55-1_srsName"/>
  137. </xs:restriction>
  138. </xs:complexContent>
  139. </xs:complexType>
  140. <xs:attributeGroup name="AssociationAttributeGroup"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  141. <xs:annotation>
  142. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  143. These attributes can be attached to any element, thus allowing it
  144. to act as a pointer. The 'remoteSchema' attribute allows an element
  145. that carries link attributes to indicate that the element is declared
  146. in a remote schema rather than by the schema that constrains the
  147. current document instance.
  148. </documentation>
  149. </xs:annotation>
  150. <xs:attributeGroup ref="xlink:simpleLink"/>
  151. <xs:attribute ref="gml:remoteSchema" use="optional" id="___d15e61-1"/>
  152. </xs:attributeGroup>
  153. <xs:complexType name="GeometryAssociationType" id="___d15e62-1_GeometryAs"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  154. <xs:annotation>
  155. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  156. An instance of this type (e.g. a geometryMember) can either
  157. enclose or point to a primitive geometry element. When serving
  158. as a simple link that references a remote geometry instance,
  159. the value of the gml:remoteSchema attribute can be used to
  160. locate a schema fragment that constrains the target instance.
  161. </documentation>
  162. </xs:annotation>
  163. <xs:sequence minOccurs="0" id="___d15e66-1">
  164. <xs:element ref="gml:_Geometry" id="___d15e67-1"/>
  165. </xs:sequence>
  166. <!-- <attributeGroup ref="gml:AssociationAttributeGroup"/> -->
  167. <xs:attributeGroup ref="xlink:simpleLink"/>
  168. <xs:attribute ref="gml:remoteSchema" use="optional" id="___d15e70-1"/>
  169. </xs:complexType>
  170. <xs:complexType name="PointMemberType" id="___d15e72-1_PointMembe"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  171. <xs:annotation>
  172. <documentation xmlns="http://www.w3.org/2001/XMLSchema">Restricts the geometry member to being a Point instance.</documentation>
  173. </xs:annotation>
  174. <xs:complexContent id="___d15e76-1">
  175. <xs:restriction base="gml:GeometryAssociationType">
  176. <xs:sequence minOccurs="0" id="___d15e78-1">
  177. <xs:element ref="gml:Point" id="___d15e79-1"/>
  178. </xs:sequence>
  179. <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
  180. </xs:restriction>
  181. </xs:complexContent>
  182. </xs:complexType>
  183. <xs:complexType name="LineStringMemberType" id="___d15e81-1_LineString"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  184. <xs:annotation>
  185. <documentation xmlns="http://www.w3.org/2001/XMLSchema">Restricts the geometry member to being a LineString instance.</documentation>
  186. </xs:annotation>
  187. <xs:complexContent id="___d15e85-1">
  188. <xs:restriction base="gml:GeometryAssociationType">
  189. <xs:sequence minOccurs="0" id="___d15e87-1">
  190. <xs:element ref="gml:LineString" id="___d15e88-1"/>
  191. </xs:sequence>
  192. <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
  193. </xs:restriction>
  194. </xs:complexContent>
  195. </xs:complexType>
  196. <xs:complexType name="PolygonMemberType" id="___d15e90-1_PolygonMem"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  197. <xs:annotation>
  198. <documentation xmlns="http://www.w3.org/2001/XMLSchema">Restricts the geometry member to being a Polygon instance.</documentation>
  199. </xs:annotation>
  200. <xs:complexContent id="___d15e94-1">
  201. <xs:restriction base="gml:GeometryAssociationType">
  202. <xs:sequence minOccurs="0" id="___d15e96-1">
  203. <xs:element ref="gml:Polygon" id="___d15e97-1"/>
  204. </xs:sequence>
  205. <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
  206. </xs:restriction>
  207. </xs:complexContent>
  208. </xs:complexType>
  209. <xs:complexType name="LinearRingMemberType" id="___d15e99-1_LinearRing"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  210. <xs:annotation>
  211. <documentation xmlns="http://www.w3.org/2001/XMLSchema">Restricts the outer or inner boundary of a polygon instance
  212. to being a LinearRing.</documentation>
  213. </xs:annotation>
  214. <xs:complexContent id="___d15e103-1">
  215. <xs:restriction base="gml:GeometryAssociationType">
  216. <xs:sequence minOccurs="0" id="___d15e105-1">
  217. <xs:element ref="gml:LinearRing" id="___d15e106-1"/>
  218. </xs:sequence>
  219. <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
  220. </xs:restriction>
  221. </xs:complexContent>
  222. </xs:complexType>
  223. <!-- ==============================================================
  224. primitive geometry types
  225. =================================================================== -->
  226. <xs:complexType name="PointType" id="___d15e109-1_PointType"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  227. <xs:annotation>
  228. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  229. A Point is defined by a single coordinate tuple.
  230. </documentation>
  231. </xs:annotation>
  232. <xs:complexContent id="___d15e113-1">
  233. <xs:extension base="gml:AbstractGeometryType" id="___d15e114-1">
  234. <xs:sequence id="___d15e115-1">
  235. <xs:choice id="___d15e116-1">
  236. <xs:element ref="gml:coord" id="___d15e117-1"/>
  237. <xs:element ref="gml:coordinates" id="___d15e118-1"/>
  238. </xs:choice>
  239. </xs:sequence>
  240. </xs:extension>
  241. </xs:complexContent>
  242. </xs:complexType>
  243. <xs:complexType name="LineStringType" id="___d15e119-1_LineString"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  244. <xs:annotation>
  245. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  246. A LineString is defined by two or more coordinate tuples, with
  247. linear interpolation between them.
  248. </documentation>
  249. </xs:annotation>
  250. <xs:complexContent id="___d15e123-1">
  251. <xs:extension base="gml:AbstractGeometryType" id="___d15e124-1">
  252. <xs:sequence id="___d15e125-1">
  253. <xs:choice id="___d15e126-1">
  254. <xs:element ref="gml:coord"
  255. minOccurs="2"
  256. maxOccurs="unbounded"
  257. id="___d15e127-1"/>
  258. <xs:element ref="gml:coordinates" id="___d15e128-1"/>
  259. </xs:choice>
  260. </xs:sequence>
  261. </xs:extension>
  262. </xs:complexContent>
  263. </xs:complexType>
  264. <xs:complexType name="LinearRingType" id="___d15e129-1_LinearRing"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  265. <xs:annotation>
  266. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  267. A LinearRing is defined by four or more coordinate tuples, with
  268. linear interpolation between them; the first and last coordinates
  269. must be coincident.
  270. </documentation>
  271. </xs:annotation>
  272. <xs:complexContent id="___d15e133-1">
  273. <xs:extension base="gml:AbstractGeometryType" id="___d15e134-1">
  274. <xs:sequence id="___d15e135-1">
  275. <xs:choice id="___d15e136-1">
  276. <xs:element ref="gml:coord"
  277. minOccurs="4"
  278. maxOccurs="unbounded"
  279. id="___d15e137-1"/>
  280. <xs:element ref="gml:coordinates" id="___d15e138-1"/>
  281. </xs:choice>
  282. </xs:sequence>
  283. </xs:extension>
  284. </xs:complexContent>
  285. </xs:complexType>
  286. <xs:complexType name="BoxType" id="___d15e139-1_BoxType"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  287. <xs:annotation>
  288. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  289. The Box structure defines an extent using a pair of coordinate tuples.
  290. </documentation>
  291. </xs:annotation>
  292. <xs:complexContent id="___d15e143-1">
  293. <xs:extension base="gml:AbstractGeometryType" id="___d15e144-1">
  294. <xs:sequence id="___d15e145-1">
  295. <xs:choice id="___d15e146-1">
  296. <xs:element ref="gml:coord" minOccurs="2" maxOccurs="2" id="___d15e147-1"/>
  297. <xs:element ref="gml:coordinates" id="___d15e148-1"/>
  298. </xs:choice>
  299. </xs:sequence>
  300. </xs:extension>
  301. </xs:complexContent>
  302. </xs:complexType>
  303. <xs:complexType name="PolygonType" id="___d15e149-1_PolygonTyp"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  304. <xs:annotation>
  305. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  306. A Polygon is defined by an outer boundary and zero or more inner
  307. boundaries which are in turn defined by LinearRings.
  308. </documentation>
  309. </xs:annotation>
  310. <xs:complexContent id="___d15e153-1">
  311. <xs:extension base="gml:AbstractGeometryType" id="___d15e154-1">
  312. <xs:sequence id="___d15e155-1">
  313. <xs:element ref="gml:outerBoundaryIs" id="___d15e156-1"/>
  314. <xs:element ref="gml:innerBoundaryIs"
  315. minOccurs="0"
  316. maxOccurs="unbounded"
  317. id="___d15e157-1"/>
  318. </xs:sequence>
  319. </xs:extension>
  320. </xs:complexContent>
  321. </xs:complexType>
  322. <!-- ==============================================================
  323. aggregate geometry types
  324. =================================================================== -->
  325. <xs:complexType name="GeometryCollectionType" id="___d15e160-1_GeometryCo"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  326. <xs:annotation>
  327. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  328. A geometry collection must include one or more geometries, referenced
  329. through geometryMember elements. User-defined geometry collections
  330. that accept GML geometry classes as members must instantiate--or
  331. derive from--this type.
  332. </documentation>
  333. </xs:annotation>
  334. <xs:complexContent id="___d15e164-1">
  335. <xs:extension base="gml:AbstractGeometryCollectionBaseType" id="___d15e165-1">
  336. <xs:sequence maxOccurs="unbounded" id="___d15e166-1">
  337. <xs:element ref="gml:geometryMember" id="___d15e167-1"/>
  338. </xs:sequence>
  339. </xs:extension>
  340. </xs:complexContent>
  341. </xs:complexType>
  342. <xs:complexType name="MultiPointType" id="___d15e168-1_MultiPoint"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  343. <xs:annotation>
  344. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  345. A MultiPoint is defined by one or more Points, referenced through
  346. pointMember elements.
  347. </documentation>
  348. </xs:annotation>
  349. <xs:complexContent id="___d15e172-1">
  350. <xs:restriction base="gml:GeometryCollectionType">
  351. <xs:sequence maxOccurs="unbounded" id="___d15e174-1">
  352. <xs:element ref="gml:pointMember" id="___d15e175-1"/>
  353. </xs:sequence>
  354. <xs:attribute name="gid" type="xs:ID" use="optional" id="___d15e176-1_gid"/>
  355. <xs:attribute name="srsName"
  356. type="xs:anyURI"
  357. use="required"
  358. id="___d15e177-1_srsName"/>
  359. </xs:restriction>
  360. </xs:complexContent>
  361. </xs:complexType>
  362. <xs:complexType name="MultiLineStringType" id="___d15e178-1_MultiLineS"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  363. <xs:annotation>
  364. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  365. A MultiLineString is defined by one or more LineStrings, referenced
  366. through lineStringMember elements.
  367. </documentation>
  368. </xs:annotation>
  369. <xs:complexContent id="___d15e182-1">
  370. <xs:restriction base="gml:GeometryCollectionType">
  371. <xs:sequence maxOccurs="unbounded" id="___d15e184-1">
  372. <xs:element ref="gml:lineStringMember" id="___d15e185-1"/>
  373. </xs:sequence>
  374. <xs:attribute name="gid" type="xs:ID" use="optional" id="___d15e186-1_gid"/>
  375. <xs:attribute name="srsName"
  376. type="xs:anyURI"
  377. use="required"
  378. id="___d15e187-1_srsName"/>
  379. </xs:restriction>
  380. </xs:complexContent>
  381. </xs:complexType>
  382. <xs:complexType name="MultiPolygonType" id="___d15e188-1_MultiPolyg"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  383. <xs:annotation>
  384. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  385. A MultiPolygon is defined by one or more Polygons, referenced through
  386. polygonMember elements.
  387. </documentation>
  388. </xs:annotation>
  389. <xs:complexContent id="___d15e192-1">
  390. <xs:restriction base="gml:GeometryCollectionType">
  391. <xs:sequence maxOccurs="unbounded" id="___d15e194-1">
  392. <xs:element ref="gml:polygonMember" id="___d15e195-1"/>
  393. </xs:sequence>
  394. <xs:attribute name="gid" type="xs:ID" use="optional" id="___d15e196-1_gid"/>
  395. <xs:attribute name="srsName"
  396. type="xs:anyURI"
  397. use="required"
  398. id="___d15e197-1_srsName"/>
  399. </xs:restriction>
  400. </xs:complexContent>
  401. </xs:complexType>
  402. <!-- ==============================================================
  403. There are two ways to represent coordinates: (1) as a sequence
  404. of <coord> elements that encapsulate tuples, or (2) using a
  405. single <coordinates> string.
  406. =================================================================== -->
  407. <xs:complexType name="CoordType" id="___d15e199-1_CoordType"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  408. <xs:annotation>
  409. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  410. Represents a coordinate tuple in one, two, or three dimensions.
  411. </documentation>
  412. </xs:annotation>
  413. <xs:sequence id="___d15e203-1">
  414. <xs:element name="X" type="xs:decimal" id="___d15e204-1_X"/>
  415. <xs:element name="Y" type="xs:decimal" minOccurs="0" id="___d15e205-1_Y"/>
  416. <xs:element name="Z" type="xs:decimal" minOccurs="0" id="___d15e206-1_Z"/>
  417. </xs:sequence>
  418. </xs:complexType>
  419. <xs:complexType name="CoordinatesType" id="___d15e207-1_Coordinate"><!--#375 match annotation with (prefix:);(root/schema/@xmlns=())-->
  420. <xs:annotation>
  421. <documentation xmlns="http://www.w3.org/2001/XMLSchema">
  422. Coordinates can be included in a single string, but there is no
  423. facility for validating string content. The value of the 'cs' attribute
  424. is the separator for coordinate values, and the value of the 'ts'
  425. attribute gives the tuple separator (a single space by default); the
  426. default values may be changed to reflect local usage.
  427. </documentation>
  428. </xs:annotation>
  429. <xs:simpleContent>
  430. <xs:extension base="xs:string" id="___d15e212-1">
  431. <xs:attribute name="decimal"
  432. type="xs:string"
  433. use="optional"
  434. default="."
  435. id="___d15e213-1_decimal"/>
  436. <xs:attribute name="cs"
  437. type="xs:string"
  438. use="optional"
  439. default=","
  440. id="___d15e214-1_cs"/>
  441. <xs:attribute name="ts"
  442. type="xs:string"
  443. use="optional"
  444. default=" "
  445. id="___d15e215-1_ts"/>
  446. </xs:extension>
  447. </xs:simpleContent>
  448. </xs:complexType>
  449. </xs:schema>