build.xsd 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
  4. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  5. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  8. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  9. 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"
  10. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  11. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  12. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  13. elementFormDefault="qualified"
  14. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
  15. vc:minVersion="1.1">
  16. <xs:import schemaLocation="Types/system_cache__appinfo/PRODUCT.xsd"
  17. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
  18. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  19. schemaLocation="SystemObjects/File.xsd"/>
  20. <xs:import schemaLocation="WPS_Functions/WPS_Functions.xsd"
  21. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
  22. <xs:element name="PRODUCT" type="p5build:PRODUCT" id="p5b___d15e7-1_PRODUCT"/>
  23. <xs:simpleType name="Shared_Git_Root" id="p5b___d15e8-1_Shared_Git">
  24. <xs:annotation>
  25. <xs:documentation>Root project git of procesy5 - may be ${basedir} dependent - like ../../../</xs:documentation>
  26. </xs:annotation>
  27. <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
  28. </xs:simpleType>
  29. <xs:simpleType name="remote" id="p5b___d15e13-1_remote">
  30. <xs:annotation>
  31. <xs:documentation>Path to where is Procesy5/schema installed typical /Library/Server/Web/Data/Sites/Default/SE/schema
  32. - dependent on SharedGitRoot</xs:documentation>
  33. </xs:annotation>
  34. <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
  35. </xs:simpleType>
  36. <xs:simpleType name="remote.SE" id="p5b___d15e18-1_remote.SE">
  37. <xs:annotation>
  38. <xs:documentation>Path to where is Procesy5/schema installed typical /Library/Server/Web/Data/Sites/Default/SE
  39. - dependent on SharedGitRoot - sometimes locally SharedGitRoot/se/SE</xs:documentation>
  40. </xs:annotation>
  41. <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
  42. </xs:simpleType>
  43. <xs:complexType name="PRODUCT" id="p5b___d15e23-1_PRODUCT">
  44. <xs:complexContent id="p5b___d15e24-1">
  45. <xs:extension base="system_cache__appinfo:PRODUCT" id="p5b___d15e25-1">
  46. <xs:sequence id="p5b___d15e26-1">
  47. <xs:element name="SYSTEM" id="p5b___d15e27-1_SYSTEM">
  48. <xs:complexType id="p5b___d15e28-1">
  49. <xs:complexContent id="p5b___d15e29-1">
  50. <xs:extension base="system_cache__appinfo:SYSTEM" id="p5b___d15e30-1">
  51. <xs:sequence id="p5b___d15e31-1">
  52. <xs:element name="Shared_Git_Root" id="p5b___d15e32-1_Shared_Git">
  53. <xs:simpleType id="p5b___d15e33-1">
  54. <xs:annotation>
  55. <xs:documentation>Root project git of procesy5 - may be ${basedir} dependent - like ../../../</xs:documentation>
  56. </xs:annotation>
  57. <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
  58. </xs:simpleType>
  59. </xs:element>
  60. <xs:element name="remote" type="p5build:remote" id="p5b___d15e38-1_remote"/>
  61. <xs:element name="remote.SE"
  62. type="p5build:remote.SE"
  63. id="p5b___d15e39-1_remote.SE"/>
  64. </xs:sequence>
  65. </xs:extension>
  66. </xs:complexContent>
  67. </xs:complexType>
  68. </xs:element>
  69. <xs:element name="GLOBALS"
  70. type="system_cache__appinfo:GLOBALS"
  71. id="p5b___d15e40-1_GLOBALS"/>
  72. <xs:element name="INSTALL"
  73. type="system_cache__appinfo:INSTALL"
  74. id="p5b___d15e41-1_INSTALL"/>
  75. </xs:sequence>
  76. </xs:extension>
  77. </xs:complexContent>
  78. </xs:complexType>
  79. <xs:group name="PRODUCT">
  80. <xs:sequence id="p5b___d15e43-1">
  81. <xs:element name="PRODUCT" type="p5build:PRODUCT" id="p5b___d15e44-1_PRODUCT"/>
  82. <xs:group ref="p5bws:PRODUCT"/>
  83. </xs:sequence>
  84. </xs:group>
  85. </xs:schema>