| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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_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_object.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:complexType name="BI_row_object">
- <xs:annotation>
- <xs:documentation> ewentualna abstrakcyjna definicja BI_row_object (było BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object )</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element name="ID" type="xs:int"/>
- <xs:element id="_row_object___d5e8359-1_relation_f" name="relation_from" type="xs:string"/>
- </xs:sequence>
- <xs:attribute name="label" type="xs:string">
- <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(relation_from, */name())"/>
- </xs:complexType>
- <xs:element abstract="false" name="BI_row_object" nillable="false">
- <xs:annotation>
- <xs:documentation>Abstrakcyjny element dla budowania przykładowej struktury</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="SystemObjects__x3A__BI_row_object:BI_row_object">
- <xs:sequence>
- <xs:any namespace="##other">
- <xs:annotation>
- <xs:documentation>Abstrakcyjnie moze to być dowolny typ obiektu jako pojedyncze powiazanie</xs:documentation>
- </xs:annotation>
- </xs:any>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:element>
- <xs:group name="BI_row_object">
- <xs:sequence>
- <xs:element ref="SystemObjects__x3A__BI_row_object:BI_row_object"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|