STRUCTURE.dependency.xsd 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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:include schemaLocation="STRUCTURE.dependency.resolution.xsd"/>
  40. <xs:include schemaLocation="STRUCTURE.dependency.model.xsd"/>
  41. <xs:simpleType name="debug">
  42. <xs:restriction base="xs:string"/>
  43. </xs:simpleType>
  44. <xs:complexType name="dependency">
  45. <xs:group ref="default_db__x3A__STRUCTURE:dependency"/>
  46. <xs:attribute name="debug" type="default_db__x3A__STRUCTURE:debug"/>
  47. <xs:attribute ref="default_db__x3A__STRUCTURE:generate-id"/>
  48. <xs:attribute name="dependency.subject.concept" type="default_db__x3A__STRUCTURE:concept"/>
  49. </xs:complexType>
  50. <xs:group name="dependency">
  51. <xs:sequence>
  52. <xs:element ref="default_db__x3A__STRUCTURE:dependency.model"/>
  53. </xs:sequence>
  54. </xs:group>
  55. <xs:element name="dependency" type="default_db__x3A__STRUCTURE:dependency"> </xs:element>
  56. <xs:group name="loop.path.init">
  57. <xs:annotation>
  58. <xs:documentation>wykrywanie zapetlenia przetwasrzania</xs:documentation>
  59. </xs:annotation>
  60. <xs:sequence>
  61. <xs:element name="loop.path.init">
  62. <xs:complexType>
  63. <xs:sequence>
  64. <xs:element name="loop.path" maxOccurs="unbounded">
  65. <xs:complexType>
  66. <xs:attribute name="ref"/>
  67. <xs:attribute name="name"/>
  68. </xs:complexType>
  69. </xs:element>
  70. </xs:sequence>
  71. </xs:complexType>
  72. </xs:element>
  73. </xs:sequence>
  74. </xs:group>
  75. <xs:simpleType name="concept">
  76. <xs:annotation>
  77. <xs:documentation>koncepcje celu w schematach i elemntach glownych</xs:documentation>
  78. </xs:annotation>
  79. <xs:restriction base="xs:string"/>
  80. </xs:simpleType>
  81. <xs:attribute name="generate-id" type="default_db__x3A__STRUCTURE:generate-id"/>
  82. <xs:simpleType name="generate-id">
  83. <xs:restriction base="xs:ID"/>
  84. </xs:simpleType>
  85. </xs:schema>