layers.xsd 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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__layers="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layers.xsd"
  5. xmlns:SystemObjects__x3A__layer="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layer.xsd"
  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/layers.xsd"
  12. vc:minVersion="1.0"
  13. vc:maxVersion="1.1">
  14. <xs:annotation>
  15. <xs:documentation>Na podstawie dok Procesy5AndroidApp 2017-05 - do wdrozenia/dyskusji</xs:documentation>
  16. </xs:annotation>
  17. <xs:import namespace="http://www.opengis.net/gml/3.2"
  18. schemaLocation="../Types/gml.xsd"/>
  19. <!-- wchodzi import schematu gdzie jest jakis ref do niego -->
  20. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/layer.xsd"
  21. schemaLocation="layer.xsd"/>
  22. <xs:complexType name="layers" id="x3A__layers___d4e4176-1_layers">
  23. <xs:sequence id="x3A__layers___d4e4177-1">
  24. <xs:element minOccurs="1"
  25. maxOccurs="1"
  26. nillable="true"
  27. name="ID"
  28. type="xs:integer"
  29. id="x3A__layers___d4e4178-1_ID"/>
  30. <xs:element maxOccurs="unbounded"
  31. minOccurs="1"
  32. ref="SystemObjects__x3A__layer:layer"
  33. id="x3A__layers___d4e4179-1">
  34. <xs:annotation>
  35. <xs:appinfo>
  36. <system_cache__appinfo:flat_relation_cache>
  37. <system_cache__appinfo:source system_cache__appinfo:name="ID"
  38. system_cache__appinfo:xpath="SystemObjects__x3A__layer:layer/ID_LAYERS"/>
  39. </system_cache__appinfo:flat_relation_cache>
  40. </xs:appinfo>
  41. </xs:annotation>
  42. </xs:element>
  43. </xs:sequence>
  44. </xs:complexType>
  45. <xs:element name="layers"
  46. type="SystemObjects__x3A__layers:layers"
  47. id="x3A__layers___d4e4180-1_layers"/>
  48. </xs:schema>