p5.xsd 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:p5="https://biuro.biall-net.pl/wfs"
  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. xmlns:ant-object="http://biuro.biall-net.pl/xmlschema_procesy5/ant-object/ant-object.xsd"
  13. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  14. elementFormDefault="qualified"
  15. vc:minVersion="1.1"
  16. targetNamespace="https://biuro.biall-net.pl/wfs"
  17. system_cache__appinfo:document-uri="Types/p5.xsd"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  18. <xs:annotation>
  19. <xs:documentation>Schemat dla mozliwych akcji api w zakresie zwłaszcza pozyskiwania kontekstowych danych zagłębionych, stronicowania</xs:documentation>
  20. </xs:annotation>
  21. <xs:import namespace="http://biuro.biall-net.pl/p5/schema/types"
  22. schemaLocation="types.xsd"/>
  23. <xs:simpleType name="primaryKey" id="___d20e80396-1_primaryKey">
  24. <xs:restriction base="p5Type:integer"/>
  25. </xs:simpleType>
  26. <xs:attribute name="primaryKey"
  27. type="p5:primaryKey"
  28. id="___d20e80398-1_primaryKey"/>
  29. <xs:simpleType name="typeName" id="___d20e80399-1_typeName"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  30. <xs:annotation>
  31. <xs:documentation>p5:typeName="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object"</xs:documentation>
  32. </xs:annotation>
  33. <xs:restriction base="xs:Name">
  34. <xs:minLength value="1"/>
  35. </xs:restriction>
  36. </xs:simpleType>
  37. <xs:attribute name="typeName" type="p5:typeName" id="___d20e80405-1_typeName"/>
  38. <xs:simpleType name="backRefNS" id="___d20e80406-1_backRefNS">
  39. <xs:restriction base="xs:string">
  40. <xs:pattern value="[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+"/>
  41. </xs:restriction>
  42. </xs:simpleType>
  43. <xs:attribute name="backRefNS" type="p5:backRefNS" id="___d20e80409-1_backRefNS"/>
  44. <xs:simpleType name="backRefPK" id="___d20e80410-1_backRefPK">
  45. <xs:restriction base="p5:primaryKey"/>
  46. </xs:simpleType>
  47. <xs:attribute name="backRefPK" type="p5:backRefPK" id="___d20e80412-1_backRefPK"/>
  48. <xs:simpleType name="startIndex" id="___d20e80413-1_startIndex">
  49. <xs:restriction base="p5Type:integer">
  50. <xs:minInclusive value="0"/>
  51. </xs:restriction>
  52. </xs:simpleType>
  53. <xs:attribute name="startIndex"
  54. type="p5:startIndex"
  55. id="___d20e80417-1_startIndex"/>
  56. <xs:simpleType name="next.url.string" id="___d20e80418-1_next.url.s">
  57. <xs:restriction base="xs:string">
  58. <xs:minLength value="1"/>
  59. <xs:pattern value="(.*)(&amp;TYPENAME=.+)(&amp;backRefNS=([a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+))(&amp;backRefPK=[0-9]+)(&amp;backRefField=.+)(&amp;startIndex=[0-9]+)(.*)"/>
  60. </xs:restriction>
  61. </xs:simpleType>
  62. <xs:complexType mixed="true" name="next" id="___d20e80422-1_next">
  63. <xs:simpleContent>
  64. <xs:extension base="p5:next.url.string" id="___d20e80424-1">
  65. <xs:attribute ref="p5:typeName" use="required" id="___d20e80425-1"/>
  66. <xs:attribute ref="p5:backRefNS" use="required" id="___d20e80426-1"/>
  67. <xs:attribute ref="p5:backRefPK" use="required" id="___d20e80427-1"/>
  68. <xs:attribute ref="p5:startIndex" use="required" id="___d20e80428-1"/>
  69. </xs:extension>
  70. </xs:simpleContent>
  71. </xs:complexType>
  72. <xs:element name="next" type="p5:next" id="___d20e80429-1_next"/>
  73. <xs:simpleType name="link" id="___d20e80430-1_link"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
  74. <xs:annotation>
  75. <xs:documentation>Used in DEALS_TABLE/AKTYWACJA_link</xs:documentation>
  76. </xs:annotation>
  77. <xs:restriction base="xs:string"/>
  78. </xs:simpleType>
  79. </xs:schema>