| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:SystemObjects__x3A__BI_row="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_row.xsd"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
- xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
- elementFormDefault="qualified"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_row.xsd"
- vc:minVersion="1.1" attributeFormDefault="qualified"
- xmlns:SystemObjects__x3A__BI_row_object="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_row_object.xsd">
- <xs:annotation>
- <xs:documentation>@2018-03 Bindera: propozycja dla bazowych dziedziczen do tworzenia patternow dla silnik a BI.
- Silnik BI potrzebuje konfiguracji, które obiekty są początkowe, które są końcowe oraz które są pomiędzy.
- Jest też czasami konieczność aby znać kolejność wyszukanych elementów.
- Zatem należy zdefiniować OD (było pracownicy), DO (było Kontrahenci) oraz ROW (było BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row), ROW_object (było BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object) oraz ewentualna abstrakcyjna definicja BI (było BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA )</xs:documentation>
- </xs:annotation>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_row_object.xsd"
- schemaLocation="BI_row_object.xsd"/>
- <xs:complexType name="BI_row">
- <xs:annotation>
- <xs:documentation> ewentualna abstrakcyjna definicja BI_row (było BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row )
- Schema dla modelu pattern</xs:documentation>
- </xs:annotation>
- <xs:sequence> </xs:sequence>
- <xs:attribute name="label">
- <xs:annotation>
- <xs:documentation>TODO doswiadczalny atrybut label brany z obiektu, do ktorego jest podczepione dziedziczenie - TODO nie jest jasne "resolution" dla dziedziczen z innych namespace oraz odwolanie namespace.
- Atrybut dziedzicozny z tego obiektu musi byc unikalny, w przypadku unqualified attributes - inaczej jest error.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:assert test="@label = concat('Dlugosc sciezki:', count(*/*))"/>
- </xs:complexType>
- <xs:complexType name="BI_row_instance">
- <xs:annotation>
- <xs:documentation>Schema dla instancjonowania wynikow</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="SystemObjects__x3A__BI_row:BI_row">
- <xs:sequence>
- <xs:element name="ID" type="xs:int">
- <xs:annotation>
- <xs:documentation>Primay key</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element maxOccurs="unbounded"
- ref="SystemObjects__x3A__BI_row_object:BI_row_object">
- <xs:annotation>
- <xs:documentation>Scieżka wyszukiwania</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="BI_row" type="SystemObjects__x3A__BI_row:BI_row_instance">
- <xs:annotation>
- <xs:documentation>Abstrakcyjny element dla budowania przykładowej struktury</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="BI_row_instance" type="SystemObjects__x3A__BI_row:BI_row_instance"/>
- <xs:group name="BI_row">
- <xs:annotation>
- <xs:documentation>Abstrakcyjny element dla budowania przykładowej struktury</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element ref="SystemObjects__x3A__BI_row:BI_row"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|