| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- xmlns:p5xmli="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xmlschema_interface/p5xmli.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xmlschema_interface/p5xmli.xsd">
- <xs:import schemaLocation="../../default_db_xml_cache.public/system_cache__appinfo/PRODUCT.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
- <xs:element name="PRODUCT">
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:PRODUCT">
- <xs:sequence>
- <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
- <xs:element name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
- <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:element>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element ref="p5xmli:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- <xs:simpleType name="NamespaceDatabaseStorageDefinitionOptSuffix">
- <xs:annotation>
- <xs:documentation>Sometimes used in p5_default_db:IN7_DZIENNIK_KORESP - the suffix is p5</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string">
- <xs:enumeration value="p5"/>
- <xs:enumeration value=""/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="NamespaceDatabaseStorageDefinitionPrefix">
- <xs:annotation>
- <xs:documentation>value="default_db"</xs:documentation>
- </xs:annotation>
- <xs:union memberTypes="p5xmli:NamespaceDatabaseStorageDefinitionOptSuffix xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="default_db_targetNamespace_detect_string">
- <xs:annotation>
- <xs:documentation>value="default_db/table/" intended to be in ${basedir}/table</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="zasob_id_db_targetNamespace_detect_string">
- <xs:annotation>
- <xs:documentation>value="https://biuro.biall-net.pl/api/" example targetNamespace="https://biuro.biall-net.pl/api/17666/"</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="newSimpleType">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:schema>
|