| 123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
- vc:minVersion="1.1"
- xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
- <xs:annotation>
- <xs:documentation>Struktura dla pliku indeksu stringow</xs:documentation>
- </xs:annotation>
- <xs:include schemaLocation="p5dkp.ditafiles.wordindex.xsd"/>
- <xs:element name="wordindex.strings.xml">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="p5dkp:ditafiles.wordindex"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|