| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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_map.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"
- xmlns:p5dkp.entities.no_map="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.no_map.xsd"
- xmlns:p5dkp.entities.map="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.map.xsd"
- xmlns:p5dkp.entities="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.xsd">
- <xs:annotation>
- <xs:documentation>Do asocjacji czegos </xs:documentation>
- </xs:annotation>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.no.xsd"
- schemaLocation="p5dkp.entities.no.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.map.xsd"
- schemaLocation="p5dkp.entities.map.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.entities.xsd"
- schemaLocation="p5dkp.entities.xsd"/>
- <xs:simpleType name="idRef">
- <xs:restriction base="xs:IDREF"/>
- </xs:simpleType>
- <xs:simpleType name="primaryKeyRef">
- <xs:union memberTypes="p5dkp.entities.no_map:idRef xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="no_map">
- <xs:annotation>
- <xs:documentation>Pokazane dziedziczenie ze schematu map</xs:documentation>
- </xs:annotation>
- <xs:restriction base="p5dkp.entities.no_map:primaryKeyRef"/>
- </xs:simpleType>
- <xs:attribute name="idref" type="p5dkp.entities.no_map:primaryKeyRef"/>
- <xs:complexType name="entities__x3A___no_map">
- <xs:simpleContent>
- <xs:extension base="p5dkp.entities.no_map:no_map">
- <xs:attribute name="keyref" type="p5dkp.entities.no_map:primaryKeyRef"/>
- <xs:attribute ref="p5dkp.entities.no:idref"/>
- </xs:extension>
- </xs:simpleContent>
- </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_map:entities.basic"/>
- </xs:sequence>
- </xs:complexType>
- <xs:group name="entities" id="entities_x123">
- <xs:sequence id="seq_ent">
- <xs:group ref="p5dkp.entities.no_map:entities.basic"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="entities.basic">
- <xs:sequence>
- <xs:annotation>
- <xs:documentation>BASIC</xs:documentation>
- </xs:annotation>
- <xs:group ref="p5dkp.entities.no_map:no_map"/>
- </xs:sequence>
- </xs:group>
- <!--<xs:simpleType name="time">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>-->
- <xs:complexType name="derived_sibling"/>
- <xs:group name="no_map">
- <xs:sequence>
- <xs:element name="entities__x3A___no_map" type="p5dkp.entities.no_map:no_map"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|