| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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.entities.no.xsd"
- vc:minVersion="1.1"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5xsda="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsd_asserts/p5xsda.xsd"
- xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
- xmlns:p5dkp.entities.no="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.no.xsd">
- <xs:simpleType id="___d15e109839-1_id" name="id">
- <xs:annotation>
- <xs:appinfo><system_cache__appinfo:primaryKey/></xs:appinfo>
- <xs:documentation>To jest primary key</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:ID">
- <xs:pattern value="\i\c*.*_*"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="idRef">
- <xs:restriction base="xs:IDREF"/>
- </xs:simpleType>
- <xs:simpleType name="primaryKeyRef">
- <xs:union memberTypes="p5dkp.entities.no:idRef xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="primaryKey">
- <xs:annotation>
- <xs:documentation>PrimaryKey</xs:documentation>
- <xs:appinfo>
- <system_cache__appinfo:primaryKey/>
- <!-- Bledna deklaracja -->
- </xs:appinfo>
- </xs:annotation>
- <xs:union memberTypes="xs:string p5dkp.entities.no:id"/>
- </xs:simpleType>
- <xs:simpleType name="entities.string">
- <xs:annotation>
- <xs:documentation>Used in ditamap scope</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="map">
- <xs:restriction base="p5dkp.entities.no:primaryKeyRef"/>
- </xs:simpleType>
- <xs:attribute name="id" type="p5dkp.entities.no:id"/>
- <xs:attribute name="idref" type="p5dkp.entities.no:primaryKeyRef"/>
- <xs:complexType name="no">
- <xs:annotation>
- <xs:documentation>Object entity number ID</xs:documentation>
- </xs:annotation>
- <xs:simpleContent>
- <xs:extension base="p5dkp.entities.no:id">
- <xs:attribute ref="p5dkp.entities.no:id"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- <xs:complexType id="___d15e109442-1_object_no" name="entities__x3A___no">
- <xs:annotation>
- <xs:documentation>Np wymagania_no - oznaczenie wymagan, zadania itp... sposob zapisu w ditamap</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="p5dkp.entities.no:no"> </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="sequence">
- <xs:annotation>
- <xs:documentation>sekwencja elementow np wymagania/sequence/wymagnia_prio...
- </xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:group ref="p5dkp.entities.no:entities.basic"/>
- </xs:sequence>
- </xs:complexType>
- <xs:group name="entities" id="entities_x123">
- <xs:sequence id="seq_ent">
- <xs:group ref="p5dkp.entities.no:entities.basic"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="entities.basic">
- <xs:sequence>
- <xs:annotation>
- <xs:documentation>BASIC</xs:documentation>
- </xs:annotation>
- <xs:element name="entities__x3A___no" type="p5dkp.entities.no:entities__x3A___no"/>
- </xs:sequence>
- </xs:group>
- <!--<xs:simpleType name="time">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>-->
- </xs:schema>
|