| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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:element name="ditafiles.wordindex">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="t" type="p5dkp:t"/>
- </xs:sequence>
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- <xs:attribute name="thread.count" type="xs:positiveInteger"/>
- <xs:attribute name="thread.no" type="xs:positiveInteger"/>
- <xs:attribute name="p5dkp.dita_root.ditamap.dir" type="xs:string"/>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="t">
- <xs:sequence>
- <xs:element name="s" type="p5dkp:s"/>
- <xs:element name="t.p" type="p5dkp:t.p"/>
- <xs:element name="ss" type="p5dkp:ss"/>
- </xs:sequence>
- <xs:attribute name="count.s" type="xs:positiveInteger"/>
- </xs:complexType>
- <xs:complexType name="s">
- <xs:simpleContent>
- <xs:extension base="xs:string"/>
- </xs:simpleContent>
- </xs:complexType>
- <xs:complexType name="t.p">
- <xs:sequence>
- <xs:element name="t.p.v" type="p5dkp:t.p.v"/>
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="t.p.v">
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- <xs:attribute name="len" type="xs:positiveInteger"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- <xs:complexType name="ss">
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- <xs:attribute name="len" type="xs:positiveInteger"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:schema>
|