| 123456789101112131415161718192021222324252627282930 |
- <?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: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__ENTITIES__XSLT.xsd"
- vc:minVersion="1.1"
- 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="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd">
- <xs:annotation>
- <xs:documentation>Elementy plikow xslt</xs:documentation>
- </xs:annotation>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- schemaLocation="STRUCTURE__ENTITIES.xsd"/>
- <xs:complexType name="stylesheet">
- <xs:complexContent>
- <xs:extension base="xs:anyType"/>
- </xs:complexContent>
- </xs:complexType>
- <xs:group name="stylesheet">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="template-mode"/>
- <xs:complexType name="template-name"/>
- <xs:group name="template-name">
- <xs:sequence/>
- </xs:group>
- <xs:group name="template-mode">
- <xs:sequence/>
- </xs:group>
- </xs:schema>
|