style.xsd 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:gml="http://www.opengis.net/gml/3.2"
  4. xmlns:SystemObjects__x3A__style="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/style.xsd"
  5. xmlns:ogc="http://www.opengis.net/ogc"
  6. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  7. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  8. 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"
  9. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  10. elementFormDefault="qualified"
  11. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/style.xsd"
  12. vc:minVersion="1.0"
  13. vc:maxVersion="1.1">
  14. <xs:import namespace="http://www.opengis.net/gml/3.2"
  15. schemaLocation="../Types/gml.xsd"/>
  16. <!-- wchodzi import schematu gdzie jest jakis ref do niego -->
  17. <xs:complexType name="style" id="_x3A__style___d4e4185-1_style">
  18. <xs:sequence id="_x3A__style___d4e4186-1">
  19. <xs:element minOccurs="1"
  20. maxOccurs="1"
  21. nillable="true"
  22. name="ID"
  23. type="xs:integer"
  24. id="_x3A__style___d4e4187-1_ID"/>
  25. <xs:element name="layerName"
  26. type="xs:NMTOKEN"
  27. id="_x3A__style___d4e4188-1_layerName"/>
  28. <xs:element name="StrokeColor"
  29. type="xs:string"
  30. id="_x3A__style___d4e4189-1_StrokeColo"/>
  31. <xs:element name="StrokeWidth"
  32. type="xs:string"
  33. id="_x3A__style___d4e4190-1_StrokeWidt"/>
  34. <xs:element name="FillColor"
  35. type="xs:string"
  36. id="_x3A__style___d4e4191-1_FillColor"/>
  37. <xs:element name="ID_LAYER" type="xs:int" id="_x3A__style___d4e4206-1_ID_LAYER"/>
  38. </xs:sequence>
  39. </xs:complexType>
  40. <xs:element name="style"
  41. type="SystemObjects__x3A__style:style"
  42. id="_x3A__style___d4e4192-1_style"/>
  43. </xs:schema>