STRUCTURE.dependency..xsd 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  4. xmlns:default_db__x3A__STRUCTURE="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
  7. vc:minVersion="1.1"
  8. xmlns:default_db__x3A__STRUCTURE__ENTITIES="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
  9. xmlns:default_db__x3A__STRUCTURE__CHILD="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
  10. xmlns:default_db__x3A__STRUCTURE__ENTITIES__SCHEMA="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
  11. xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.xsd"
  12. xmlns:default_db__x3A__STRUCTURE__ENTITIES__XML="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XML.xsd"
  13. xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd"
  14. xmlns:default_db__x3A__STRUCTURE__ENTITIES__ANT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd">
  15. <xs:annotation>
  16. <xs:documentation>Ten schemat ma służyć do efektywnego tworzenia mechanizmow przetwarzania schematow w zakresie plikow ant.build xsl dla porzadku</xs:documentation>
  17. </xs:annotation>
  18. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
  19. schemaLocation="STRUCTURE__CHILD.xsd"/>
  20. <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
  21. schemaLocation="STRUCTURE__ENTITIES.xsd"/>
  22. <xs:import
  23. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
  24. schemaLocation="STRUCTURE__ENTITIES__SCHEMA.xsd"/>
  25. <xs:import
  26. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.xsd"
  27. schemaLocation="STRUCTURE__ENTITIES__XSLT.xsd"/>
  28. <xs:import
  29. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XML.xsd"
  30. schemaLocation="STRUCTURE__ENTITIES__XML.xsd"/>
  31. <xs:import
  32. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd"
  33. schemaLocation="STRUCTURE__ENTITIES__XSLT.serialize.xsd"/>
  34. <xs:include schemaLocation="STRUCTURE.include.xsd"/>
  35. <xs:import
  36. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd"
  37. schemaLocation="STRUCTURE__ENTITIES__ANT.xsd"/>
  38. <xs:include schemaLocation="STRUCTURE.dependency.context.xsd"/>
  39. <xs:element name="dependency__begin">
  40. <xs:complexType>
  41. <xs:sequence>
  42. <xs:element ref="default_db__x3A__STRUCTURE:dependency"/>
  43. </xs:sequence>
  44. </xs:complexType>
  45. </xs:element>
  46. <xs:complexType name="dependency">
  47. <xs:group ref="default_db__x3A__STRUCTURE:dependency"/>
  48. </xs:complexType>
  49. <xs:group name="dependency">
  50. <xs:sequence>
  51. <xs:element name="import">
  52. <xs:annotation>
  53. <xs:documentation>xs:import</xs:documentation>
  54. </xs:annotation>
  55. <xs:complexType>
  56. <xs:sequence>
  57. <xs:element ref="default_db__x3A__STRUCTURE:dependency"/>
  58. </xs:sequence>
  59. </xs:complexType>
  60. </xs:element>
  61. <xs:element name="schema">
  62. <xs:complexType>
  63. <xs:sequence>
  64. <xs:element name="import"/>
  65. </xs:sequence>
  66. </xs:complexType>
  67. </xs:element>
  68. </xs:sequence>
  69. </xs:group>
  70. <xs:element name="dependency" type="default_db__x3A__STRUCTURE:dependency"> </xs:element>
  71. <xs:group name="loop.path.init">
  72. <xs:annotation>
  73. <xs:documentation>wykrywanie zapetlenia przetwasrzania</xs:documentation>
  74. </xs:annotation>
  75. <xs:sequence>
  76. <xs:element name="loop.path.init">
  77. <xs:complexType>
  78. <xs:sequence>
  79. <xs:element name="loop.path" maxOccurs="unbounded">
  80. <xs:complexType>
  81. <xs:attribute name="ref"/>
  82. <xs:attribute name="name"/>
  83. </xs:complexType>
  84. </xs:element>
  85. </xs:sequence>
  86. </xs:complexType>
  87. </xs:element>
  88. </xs:sequence>
  89. </xs:group>
  90. </xs:schema>