STRUCTURE.dependency.model.xsd 1.7 KB

123456789101112131415161718192021222324252627282930
  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__SCHEMA="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd">
  9. <xs:annotation>
  10. <xs:documentation>Ten schemat ma służyć do efektywnego tworzenia mechanizmow przetwarzania schematow w zakresie plikow ant.build xsl dla porzadku</xs:documentation>
  11. </xs:annotation>
  12. <xs:import
  13. namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
  14. schemaLocation="STRUCTURE__ENTITIES__SCHEMA.xsd"/>
  15. <xs:include schemaLocation="STRUCTURE.dependency.subject.xsd"/>
  16. <xs:complexType name="dependency.model">
  17. <xs:group ref="default_db__x3A__STRUCTURE:dependency.model"/>
  18. </xs:complexType>
  19. <xs:group name="dependency.model">
  20. <xs:choice>
  21. <xs:any minOccurs="0" namespace="http://www.w3.org/2001/XMLSchema" processContents="skip">
  22. <xs:annotation>
  23. <xs:documentation>Nie sprawdzamy czy dobre elementy</xs:documentation>
  24. </xs:annotation>
  25. </xs:any>
  26. <xs:element ref="default_db__x3A__STRUCTURE:dependency.subject"/>
  27. </xs:choice>
  28. </xs:group>
  29. <xs:element name="dependency.model" type="default_db__x3A__STRUCTURE:dependency.model"/>
  30. </xs:schema>