| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:default_db__x3A__STRUCTURE="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE.xsd"
- vc:minVersion="1.1"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- xmlns:default_db__x3A__STRUCTURE__CHILD="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__SCHEMA="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__SCHEMA.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XML="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XML.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__XSLT.serialize="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__XSLT.serialize.xsd"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__ANT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd">
- <xs:annotation>
- <xs:documentation>Tu wydobywamy liste unikalnych schematow do zabrania oraz potem bedziemy dokladnie analizowac kazdne z nich</xs:documentation>
- </xs:annotation>
- <xs:include schemaLocation="STRUCTURE.dependency..xsd"/>
- <xs:complexType name="dependency.context">
- <xs:complexContent>
- <xs:extension base="default_db__x3A__STRUCTURE:dependency">
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context"/>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="dependency.context" type="default_db__x3A__STRUCTURE:dependency.context"/>
- <xs:group name="dependency.context.self.targetNamespace">
- <xs:sequence>
- <xs:element name="dependency.context.self.targetNamespace">
- <xs:annotation>
- <xs:documentation>jaki schema jest kontekstem zbieranych kacji </xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:group>
- <xs:group name="dependency.context">
- <xs:sequence>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.self.targetNamespace"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="dependency.context.preceding">
- <xs:sequence/>
- </xs:group>
- <xs:group name="dependency.context.child">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="dependency.context.child"/>
- <xs:complexType name="dependency.context.sibling"/>
- <xs:group name="dependency.context.sibling">
- <xs:sequence/>
- </xs:group>
- <xs:complexType name="dependency.context.self"/>
- <xs:complexType name="dependency.context.parent"/>
- <xs:element name="dependency.context.parent"/>
- <xs:group name="dependency.access">
- <xs:sequence/>
- </xs:group>
- <xs:group name="dependency.context.parent">
- <xs:sequence> </xs:sequence>
- </xs:group>
- <xs:complexType name="dependency.context.descendant"/>
- <xs:group name="dependency.context.descendant">
- <xs:sequence/>
- </xs:group>
- <xs:group name="dependency.context.anchestor">
- <xs:sequence/>
- </xs:group>
- <xs:group name="dependency.resolution">
- <xs:annotation>
- <xs:documentation>jak co widac ze schematu i ze strony elementu</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.parent"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="dependency.context.relation">
- <xs:sequence>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.anchestor">
- <xs:annotation>
- <xs:documentation>nie jest bezposrednio nad nami, koomunikacja generalizujaca</xs:documentation>
- </xs:annotation>
- </xs:group>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.parent">
- <xs:annotation>
- <xs:documentation>albo jest parent i kontroluje model (umozliwia importowanie)</xs:documentation>
- </xs:annotation>
- </xs:group>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.sibling">
- <xs:annotation>
- <xs:documentation>albo jest powiazany krawedziowo - sibling - przetwarzanie sekwencyjne</xs:documentation>
- </xs:annotation>
- </xs:group>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.child">
- <xs:annotation>
- <xs:documentation>albo jest dzieckiem i przekazuje (matchowanie)</xs:documentation>
- </xs:annotation>
- </xs:group>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.preceding">
- <xs:annotation>
- <xs:documentation>jest za dzieckiem - czyli mechanizm komunikacyjny trzeba uruchomic</xs:documentation>
- </xs:annotation>
- </xs:group>
- <xs:group ref="default_db__x3A__STRUCTURE:dependency.context.descendant">
- <xs:annotation>
- <xs:documentation>jest daleko w dole - budowa komunikacji, naturalna sytuacja</xs:documentation>
- </xs:annotation>
- </xs:group>
- </xs:sequence>
- </xs:group>
- <xs:group name="dependency.subject.element">
- <xs:sequence>
- <xs:element name="schema"/>
- <xs:element name="complexType"/>
- <xs:element name="element"/>
- <xs:element name="group"/>
- <xs:element name="assert"/>
- <xs:element name="group"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|