| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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__XML.xsd"
- vc:minVersion="1.1"
- 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="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd">
- <xs:annotation>
- <xs:documentation>Elementy plikow XML ktore maja byc tworzone</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__XSLT.serialize.xsd"
- schemaLocation="STRUCTURE__ENTITIES__XSLT.serialize.xsd"/>
- <xs:group name="STRUCTURE.init.xml">
- <xs:annotation>
- <xs:documentation>plik inicjalizacji czystych struktur</xs:documentation>
- </xs:annotation>
- <xs:sequence/>
- </xs:group>
- <xs:group name="STRUCTURE.xsd">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="STRUCTURE.xsd"/>
- <xs:element name="STRUCTURE.xsd">
- <xs:annotation>
- <xs:documentation>definicja struktury</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="STRUCTURE.init.xml"/>
- <xs:complexType name="STRUCTURE.init.xml"/>
- <xs:complexType name="STRUCTURE.serialize.xml">
- <xs:annotation>
- <xs:documentation>strukura zamieniona juz na pliki xml</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- <xs:complexType name="STRUCTURE.root-element.serialize">
- <xs:annotation>
- <xs:documentation>glowny element instancyjny w XML</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension
- base="default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize:STRUCTURE.root-element.serialize"
- > </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="STRUCTURE.root-element.serialize"/>
- <xs:complexType name="element.serialize">
- <xs:annotation>
- <xs:documentation>element zaraz pod glownym </xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension
- base="default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize:STRUCTURE.complexType.element"
- > </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="atrybut.serialize"/>
- <xs:complexType name="text.serialize">
- <xs:annotation>
- <xs:documentation>zawartosc tekstu w elemencie</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- </xs:schema>
|