| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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_to="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_to.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"
- xmlns:p5="https://biuro.biall-net.pl/wfs" elementFormDefault="qualified"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/BI_to.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:simpleType name="targetNamespace">
- <xs:restriction base="xs:anyURI"/>
- </xs:simpleType>
- <xs:complexType name="BI_to">
- <xs:annotation>
- <xs:documentation> ewentualna abstrakcyjna definicja BI_to (było BI_audit_POWIAZANIA_DO )</xs:documentation>
- </xs:annotation>
- <xs:sequence> </xs:sequence>
- </xs:complexType>
- <xs:complexType name="BI_to_instance">
- <xs:annotation>
- <xs:documentation>Dla modelu instancjonowania wyszukiwan BI</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="SystemObjects__x3A__BI_to:BI_to">
- <xs:sequence>
- <xs:element name="ID" type="xs:int"/>
- <xs:element id="_row_object___d5e8359-1_relation_f" name="targetNamespace"
- type="SystemObjects__x3A__BI_to:targetNamespace"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:element name="BI_to">
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="SystemObjects__x3A__BI_to:BI_to_instance">
- <xs:sequence>
- <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:unique name="BI_to">
- <xs:selector xpath="*"/>
- <xs:field xpath="p5:primaryKey">
- <xs:annotation>
- <xs:documentation>TODO tu chodzi o primary key</xs:documentation>
- </xs:annotation>
- </xs:field>
- </xs:unique>
- </xs:element>
- <xs:group name="BI_to">
- <xs:annotation>
- <xs:documentation>Abstrakcyjny element dla przykladowej struktury</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element ref="SystemObjects__x3A__BI_to:BI_to"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|