| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- 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"
- elementFormDefault="qualified"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- vc:minVersion="1.1"><!-- wchodzi import schematu gdzie jest jakis ref do niego -->
- <xs:simpleType name="Path" id="__x3A__File___d15e121072-1_Path">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="FilePath" id="__x3A__File___d15e121310-1_FilePath">
- <xs:restriction base="SystemObjects__x3A__File:Path"/>
- </xs:simpleType>
- <xs:simpleType name="DirPath" id="__x3A__File___d15e121076-1_DirPath">
- <xs:restriction base="SystemObjects__x3A__File:Path"/>
- </xs:simpleType>
- <xs:attribute name="FilePath"
- type="SystemObjects__x3A__File:FilePath"
- id="__x3A__File___d15e121312-1_FilePath"/>
- <xs:attribute name="DirPath"
- type="SystemObjects__x3A__File:DirPath"
- id="__x3A__File___d15e121079-1_DirPath"/>
- <xs:complexType mixed="false"
- name="FileContent"
- id="__x3A__File___d15e118164-1_FileConten">
- <xs:simpleContent>
- <xs:extension base="xs:base64Binary" id="__x3A__File___d15e118166-1"/>
- </xs:simpleContent>
- </xs:complexType>
- <xs:complexType name="FileType" id="SystemObjects__x3A__File___d13e9009-1_FileType">
- <xs:sequence id="SystemObjects__x3A__File___d13e9015-1">
- <xs:element minOccurs="1"
- maxOccurs="1"
- nillable="true"
- name="id"
- type="xs:integer"
- id="SystemObjects__x3A__File___d13e9017-1_id"/>
- <xs:element minOccurs="0"
- maxOccurs="1"
- nillable="true"
- name="name"
- type="xs:string"
- id="SystemObjects__x3A__File___d13e9019-1_name"/>
- <xs:element minOccurs="0"
- maxOccurs="1"
- nillable="true"
- name="size"
- type="xs:integer"
- id="SystemObjects__x3A__File___d13e9021-1_size"/>
- <xs:element minOccurs="0"
- maxOccurs="1"
- nillable="true"
- name="mimeType"
- type="xs:string"
- id="SystemObjects__x3A__File___d13e9023-1_mimeType"/>
- <xs:element minOccurs="0"
- maxOccurs="1"
- nillable="true"
- name="version"
- type="xs:integer"
- id="SystemObjects__x3A__File___d13e9025-1_version"/>
- <xs:choice id="__x3A__File___d15e121323-1">
- <xs:element minOccurs="0"
- maxOccurs="1"
- nillable="true"
- name="content"
- type="SystemObjects__x3A__File:FileContent"
- id="SystemObjects__x3A__File___d13e9028-1_content"/>
- <xs:any namespace="##other" processContents="lax">
- <xs:annotation>
- <xs:documentation>albo binary, albo jest tam zwracany xml</xs:documentation>
- </xs:annotation>
- </xs:any>
- </xs:choice>
- </xs:sequence>
- <xs:attribute ref="SystemObjects__x3A__File:FilePath"
- use="optional"
- id="__x3A__File___d15e121329-1"/>
- </xs:complexType>
- <xs:element name="File"
- id="SystemObjects__x3A__File___d13e9034-1_File"
- type="SystemObjects__x3A__File:FileType"/>
- <xs:complexType name="Directory" id="__x3A__File___d15e118185-1_Directory">
- <xs:choice maxOccurs="unbounded" minOccurs="0" id="__x3A__File___d15e118186-1">
- <xs:element ref="SystemObjects__x3A__File:File" id="__x3A__File___d15e118187-1"/>
- <xs:element ref="SystemObjects__x3A__File:Directory"
- id="__x3A__File___d15e118188-1"/>
- </xs:choice>
- <xs:attribute ref="SystemObjects__x3A__File:DirPath" id="__x3A__File___d15e121102-1"/>
- </xs:complexType>
- <xs:element name="Directory"
- type="SystemObjects__x3A__File:Directory"
- id="__x3A__File___d15e118189-1_Directory"/>
- </xs:schema>
|