| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?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:SystemObjects__x3A__BI_row_object="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_row_object.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">
- <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" id="x3A__BI_row___d15e8933-1_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 id="x3A__BI_row___d15e8937-1"/>
- <xs:attribute name="label" id="x3A__BI_row___d15e8938-1_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(*/*))"
- id="x3A__BI_row___d15e8942-1"/>
- </xs:complexType>
- <xs:complexType name="BI_row_instance" id="x3A__BI_row___d15e8943-1_BI_row_ins">
- <xs:annotation>
- <xs:documentation>Schema dla instancjonowania wynikow</xs:documentation>
- </xs:annotation>
- <xs:complexContent id="x3A__BI_row___d15e8947-1">
- <xs:extension base="SystemObjects__x3A__BI_row:BI_row" id="x3A__BI_row___d15e8948-1">
- <xs:sequence id="x3A__BI_row___d15e8949-1">
- <xs:element name="ID" type="xs:int" id="x3A__BI_row___d15e8950-1_ID">
- <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"
- id="x3A__BI_row___d15e8954-1">
- <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"
- id="x3A__BI_row___d15e8958-1_BI_row">
- <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"
- id="x3A__BI_row___d15e8962-1_BI_row_ins"/>
- <xs:group name="BI_row">
- <xs:annotation>
- <xs:documentation>Abstrakcyjny element dla budowania przykładowej struktury</xs:documentation>
- </xs:annotation>
- <xs:sequence id="x3A__BI_row___d15e8967-1">
- <xs:element ref="SystemObjects__x3A__BI_row:BI_row" id="x3A__BI_row___d15e8968-1"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|