| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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"
- xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd">
- <xs:annotation>
- <xs:documentation>Struktura dla pliku indeksu stringow</xs:documentation>
- </xs:annotation>
- <xs:include schemaLocation="p5dkp.ditafiles.wordindex.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
- schemaLocation="../ant_interface/ant_interface.dir.xsd"/>
- <xs:element name="ditafiles.wordindex.merge">
- <xs:annotation>
- <xs:documentation>wynik analizy powiazan tekstowych</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="HIT" type="p5dkp:HIT"/>
- </xs:sequence>
- <xs:attribute name="node" type="xs:string">
- <xs:annotation>
- <xs:documentation>np. p5dkp:ditafiles.wordindex</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- <xs:attribute name="thread.no" type="xs:positiveInteger"/>
- <xs:attribute name="p5dkp.dita_root.ditamap.dir" type="xs:string"/>
- <xs:attribute ref="p5ant-interface:dir.filename"/>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="HIT">
- <xs:sequence>
- <xs:element name="HIT.s" type="p5dkp:HIT.s"/>
- <xs:element name="HIT.t.p" type="p5dkp:HIT.t.p"/>
- </xs:sequence>
- <xs:attribute ref="p5ant-interface:dir.filename.remote"/>
- <xs:attribute name="count.s" type="xs:positiveInteger"/>
- <xs:attribute name="count.t.p" type="xs:positiveInteger"/>
- <xs:attribute name="t.p" type="xs:string">
- <xs:annotation>
- <xs:documentation>like topic/body/table/tgroup/tbody/row/entry/</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- </xs:complexType>
- <xs:complexType name="HIT.s">
- <xs:annotation>
- <xs:documentation>np. Diagram</xs:documentation>
- </xs:annotation>
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- </xs:complexType>
- <xs:complexType name="HIT.t.p">
- <xs:annotation>
- <xs:documentation>np. tbody.row.entry</xs:documentation>
- </xs:annotation>
- <xs:attribute name="pos" type="xs:positiveInteger"/>
- <xs:attribute name="len" type="xs:positiveInteger"/>
- </xs:complexType>
- </xs:schema>
|