types.xsd 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:p5TypeParam="http://biuro.biall-net.pl/p5/schema/typeParams"
  4. xmlns:p5Type="http://biuro.biall-net.pl/p5/schema/types"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  11. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  12. elementFormDefault="qualified" targetNamespace="http://biuro.biall-net.pl/p5/schema/types">
  13. <!--<xs:import namespace="http://biuro.biall-net.pl/p5/schema/typeParams" schemaLocation=""/>
  14. @2018-03-23 bindera: widze, ze tego nie ma i raczej jest niepotrzebne?
  15. -->
  16. <xs:annotation>
  17. <xs:documentation>Types should be in dir Types to be included in dependency calculations</xs:documentation>
  18. </xs:annotation>
  19. <xs:include schemaLocation="Types/types.xsd"/>
  20. <!--
  21. TODO: Geometry
  22. TODO: MultiPolygon
  23. TODO: MultiPoint
  24. TODO: MultiLineString
  25. TODO: GeometryCollection
  26. <gml:MultiPolygon>
  27. <gml:polygonMember>
  28. <gml:Polygon>
  29. ...
  30. -->
  31. </xs:schema>