| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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="FilePath" id="__x3A__File___d15e121310-1_FilePath">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:attribute name="FilePath"
- type="SystemObjects__x3A__File:FilePath"
- id="__x3A__File___d15e121312-1_FilePath"/>
- <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:complexType>
- <xs:element name="Directory"
- type="SystemObjects__x3A__File:Directory"
- id="__x3A__File___d15e118189-1_Directory"/>
- </xs:schema>
|