| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?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:Storage_AclStruct="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/Storage_AclStruct/Storage_AclStruct.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/Storage_AclStruct/Storage_AclStruct.xsd"
- xmlns:fix_se_defaultdb_schema="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/fix_se_defaultdb_schema/fix_se_defaultdb_schema.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:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- schemaLocation="../WPS_Functions.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/fix_se_defaultdb_schema/fix_se_defaultdb_schema.xsd"
- schemaLocation="../fix_se_defaultdb_schema/fix_se_defaultdb_schema.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:simpleType name="namespace">
- <xs:annotation>
- <xs:documentation>Type namespace - like default_db/Rozdzielcza_struktura_wewnetrzna_wsg84/Rozdzielcza_struktura_wewnetrzna_wsg84_OFFER</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="fieldNamespace">
- <xs:annotation>
- <xs:documentation>defaultvalue="${Storage_AclStruct.url.post.namespace}/${Storage_AclStruct.addFieldToZasobyAjax.field}" message="Type field Namespace like default_db/Rozdzielcza_struktura_wewnetrzna_wsg84/Rozdzielcza_struktura_wewnetrzna_wsg84_OFFER/default_db__x3A__IN7_MK_BAZA_DYSTRYBUCJI:ID_PROJECT"</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element ref="Storage_AclStruct:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- <!--<xs:element name="StorageAclStruct">
- <xs:annotation>
- <xs:documentation>macdodef</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence maxOccurs="unbounded">
- <xs:element name="addAclObjectToZasobyAjax">
- <xs:complexType>
- <xs:attribute name="namespace" type="Storage_AclStruct:namespace"/>
- <xs:attribute name="fieldNamespace" type="Storage_AclStruct:fieldNamespace"/>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="namespace" type="Storage_AclStruct:namespace"/>
- </xs:complexType>
- </xs:element>-->
- <xs:element name="addAclObjectToZasobyAjax">
- <xs:complexType>
- <xs:attribute name="name" type="xs:string"/>
- <xs:attribute name="namespace" type="Storage_AclStruct:namespace"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="addFieldToZasobyAjax">
- <xs:complexType>
- <xs:attribute name="fieldNamespace" type="Storage_AclStruct:fieldNamespace"/>
- <xs:attribute name="namespace" type="Storage_AclStruct:namespace"/>
- <xs:attribute name="field" type="xs:string"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="activateObjectAjax">
- <xs:complexType>
- <xs:attribute name="namespace" type="Storage_AclStruct:namespace"/>
- <xs:attribute name="name" type="xs:string"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|