| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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:p5fi="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/folders_interface/p5fi.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/folders_interface/p5fi.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="p5fi:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- <xs:simpleType name="NamespaceObjectInstanceTable">
- <xs:annotation>
- <xs:documentation>value="Rozdzielcza_Kabel_swiatl_obcy"</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:schema>
|