| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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.serialize.xsd"
- vc:minVersion="1.1"
- 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="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.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.serialize.match="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.match.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize.select="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.select.xsd">
- <xs:annotation>
- <xs:documentation>Elementy plikow xslt - implementacja transformacji czegos na cos - w select</xs:documentation>
- </xs:annotation>
- <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.serialize.match.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XSLT.serialize.match.xsd"/>
- <xs:import
- namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.select.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XSLT.serialize.select.xsd"/>
- <xs:complexType name="STRUCTURE.root-element.serialize">
- <xs:annotation>
- <xs:documentation>tworzenie de facto elementu root-element w xmlu</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="default_db__x3A__STRUCTURE__ENTITIES__SCHEMA:STRUCTURE.root-element">
- <xs:group
- ref="default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize:STRUCTURE.root-element.serialize"
- />
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="STRUCTURE.root-element.serialize"
- type="default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize:STRUCTURE.root-element.serialize"/>
- <xs:group name="STRUCTURE.root-element.serialize">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="STRUCTURE.complexType.element">
- <xs:annotation>
- <xs:documentation>serializacja elementu ze schema</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension
- base="default_db__x3A__STRUCTURE__ENTITIES__SCHEMA:STRUCTURE.complexType.element"/>
- </xs:complexContent>
- </xs:complexType>
- </xs:schema>
|