| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.safety.xsd"
- vc:minVersion="1.1"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5antSg="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.storage.xsd"
- xmlns:p5antSf="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.safety.xsd">
- <xs:annotation>
- <xs:documentation>Funkcje do pomocnego otwierania i informowania</xs:documentation>
- </xs:annotation>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.storage.xsd"
- schemaLocation="p5ant.storage.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- schemaLocation="ant.xsd"/>
- <xs:group name="safety">
- <xs:sequence/>
- </xs:group>
- <xs:group name="say_and_open_file.drop_overflow">
- <xs:annotation>
- <xs:documentation>otworz plik jak bezpieczny zinformowaniem</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element default="2" name="local.p5ant.safety.limit.file.size__x3A__open_file"/>
- <xs:element default="M" name="local.p5ant.safety.limit.file.size__x3A__open_file.units"/>
- <xs:element default="${local.p5xslSCDGA.files.index.out.xml}"
- name="local.p5ant.safety.filename"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="open_file">
- <xs:annotation>
- <xs:documentation>to safe open file when it not exceeds $p5ant.safety.limit.file.size__x3A__open_file</xs:documentation>
- </xs:annotation>
- <xs:sequence/>
- </xs:group>
- </xs:schema>
|