| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:p5="https://biuro.biall-net.pl/wfs"
- xmlns:p5Type="http://biuro.biall-net.pl/p5/schema/types"
- 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:ant-object="http://biuro.biall-net.pl/xmlschema_procesy5/ant-object/ant-object.xsd"
- xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
- elementFormDefault="qualified"
- vc:minVersion="1.1"
- targetNamespace="https://biuro.biall-net.pl/wfs"
- system_cache__appinfo:document-uri="Types/p5.xsd"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
- <xs:annotation>
- <xs:documentation>Schemat dla mozliwych akcji api w zakresie zwłaszcza pozyskiwania kontekstowych danych zagłębionych, stronicowania</xs:documentation>
- </xs:annotation>
- <xs:import namespace="http://biuro.biall-net.pl/p5/schema/types"
- schemaLocation="types.xsd"/>
- <xs:simpleType name="primaryKey" id="___d20e80396-1_primaryKey">
- <xs:restriction base="p5Type:integer"/>
- </xs:simpleType>
- <xs:attribute name="primaryKey"
- type="p5:primaryKey"
- id="___d20e80398-1_primaryKey"/>
- <xs:simpleType name="typeName" id="___d20e80399-1_typeName"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
- <xs:annotation>
- <xs:documentation>p5:typeName="default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object:BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row_object"</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:Name">
- <xs:minLength value="1"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:attribute name="typeName" type="p5:typeName" id="___d20e80405-1_typeName"/>
- <xs:simpleType name="backRefNS" id="___d20e80406-1_backRefNS">
- <xs:restriction base="xs:string">
- <xs:pattern value="[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:attribute name="backRefNS" type="p5:backRefNS" id="___d20e80409-1_backRefNS"/>
- <xs:simpleType name="backRefPK" id="___d20e80410-1_backRefPK">
- <xs:restriction base="p5:primaryKey"/>
- </xs:simpleType>
- <xs:attribute name="backRefPK" type="p5:backRefPK" id="___d20e80412-1_backRefPK"/>
- <xs:simpleType name="startIndex" id="___d20e80413-1_startIndex">
- <xs:restriction base="p5Type:integer">
- <xs:minInclusive value="0"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:attribute name="startIndex"
- type="p5:startIndex"
- id="___d20e80417-1_startIndex"/>
- <xs:simpleType name="next.url.string" id="___d20e80418-1_next.url.s">
- <xs:restriction base="xs:string">
- <xs:minLength value="1"/>
- <xs:pattern value="(.*)(&TYPENAME=.+)(&backRefNS=([a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+/[a-zA-Z0-9-_]+))(&backRefPK=[0-9]+)(&backRefField=.+)(&startIndex=[0-9]+)(.*)"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:complexType mixed="true" name="next" id="___d20e80422-1_next">
- <xs:simpleContent>
- <xs:extension base="p5:next.url.string" id="___d20e80424-1">
- <xs:attribute ref="p5:typeName" use="required" id="___d20e80425-1"/>
- <xs:attribute ref="p5:backRefNS" use="required" id="___d20e80426-1"/>
- <xs:attribute ref="p5:backRefPK" use="required" id="___d20e80427-1"/>
- <xs:attribute ref="p5:startIndex" use="required" id="___d20e80428-1"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- <xs:element name="next" type="p5:next" id="___d20e80429-1_next"/>
- <xs:simpleType name="link" id="___d20e80430-1_link"><!--#375 match annotation with (prefix:xs);(root/schema/@xmlns=())-->
- <xs:annotation>
- <xs:documentation>Used in DEALS_TABLE/AKTYWACJA_link</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:schema>
|