| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:default_db__x3A__STRUCTURE="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
- vc:minVersion="1.1"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- xmlns:default_db__x3A__STRUCTURE__CHILD="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__SCHEMA="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XML="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XML.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__ANT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd">
- <xs:annotation>
- <xs:documentation>Ten schemat ma służyć do efektywnego tworzenia mechanizmow przetwarzania schematow w zakresie plikow ant.build xsl dla porzadku</xs:documentation>
- </xs:annotation>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
- schemaLocation="STRUCTURE__CHILD.xsd"/>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- schemaLocation="STRUCTURE__ENTITIES.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
- schemaLocation="STRUCTURE__ENTITIES__SCHEMA.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XSLT.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XML.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XML.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XSLT.serialize.xsd"/>
- <xs:include schemaLocation="STRUCTURE.include.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd"
- schemaLocation="STRUCTURE__ENTITIES__ANT.xsd"/>
- <xs:include schemaLocation="STRUCTURE.dependency.context.xsd"/>
- <xs:element name="dependency__begin">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="default_db__x3A__STRUCTURE:dependency"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="dependency">
- <xs:group ref="default_db__x3A__STRUCTURE:dependency"/>
- </xs:complexType>
- <xs:group name="dependency">
- <xs:sequence>
- <xs:element name="import">
- <xs:annotation>
- <xs:documentation>xs:import</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="default_db__x3A__STRUCTURE:dependency"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="schema">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="import"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:group>
- <xs:element name="dependency" type="default_db__x3A__STRUCTURE:dependency"> </xs:element>
- <xs:group name="loop.path.init">
- <xs:annotation>
- <xs:documentation>wykrywanie zapetlenia przetwasrzania</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element name="loop.path.init">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="loop.path" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="ref"/>
- <xs:attribute name="name"/>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|