File.xsd 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:gml="http://www.opengis.net/gml/3.2"
  4. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  7. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  8. 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"
  9. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  10. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  11. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  12. elementFormDefault="qualified"
  13. targetNamespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  14. vc:minVersion="1.1"><!-- wchodzi import schematu gdzie jest jakis ref do niego -->
  15. <xs:simpleType name="FilePath" id="__x3A__File___d15e121310-1_FilePath">
  16. <xs:restriction base="xs:string"/>
  17. </xs:simpleType>
  18. <xs:attribute name="FilePath"
  19. type="SystemObjects__x3A__File:FilePath"
  20. id="__x3A__File___d15e121312-1_FilePath"/>
  21. <xs:complexType mixed="false"
  22. name="FileContent"
  23. id="__x3A__File___d15e118164-1_FileConten">
  24. <xs:simpleContent>
  25. <xs:extension base="xs:base64Binary" id="__x3A__File___d15e118166-1"/>
  26. </xs:simpleContent>
  27. </xs:complexType>
  28. <xs:complexType name="FileType" id="SystemObjects__x3A__File___d13e9009-1_FileType">
  29. <xs:sequence id="SystemObjects__x3A__File___d13e9015-1">
  30. <xs:element minOccurs="1" maxOccurs="1" nillable="true" name="id" type="xs:integer"
  31. id="SystemObjects__x3A__File___d13e9017-1_id"/>
  32. <xs:element minOccurs="0" maxOccurs="1" nillable="true" name="name" type="xs:string"
  33. id="SystemObjects__x3A__File___d13e9019-1_name"/>
  34. <xs:element minOccurs="0" maxOccurs="1" nillable="true" name="size" type="xs:integer"
  35. id="SystemObjects__x3A__File___d13e9021-1_size"/>
  36. <xs:element minOccurs="0" maxOccurs="1" nillable="true" name="mimeType" type="xs:string"
  37. id="SystemObjects__x3A__File___d13e9023-1_mimeType"/>
  38. <xs:element minOccurs="0" maxOccurs="1" nillable="true" name="version" type="xs:integer"
  39. id="SystemObjects__x3A__File___d13e9025-1_version"/>
  40. <xs:choice id="__x3A__File___d15e121323-1">
  41. <xs:element minOccurs="0"
  42. maxOccurs="1"
  43. nillable="true"
  44. name="content"
  45. type="SystemObjects__x3A__File:FileContent"
  46. id="SystemObjects__x3A__File___d13e9028-1_content"/>
  47. <xs:any namespace="##other" processContents="lax">
  48. <xs:annotation>
  49. <xs:documentation>albo binary, albo jest tam zwracany xml</xs:documentation>
  50. </xs:annotation>
  51. </xs:any>
  52. </xs:choice>
  53. </xs:sequence>
  54. <xs:attribute ref="SystemObjects__x3A__File:FilePath"
  55. use="optional"
  56. id="__x3A__File___d15e121329-1"/>
  57. </xs:complexType>
  58. <xs:element name="File"
  59. id="SystemObjects__x3A__File___d13e9034-1_File"
  60. type="SystemObjects__x3A__File:FileType"/>
  61. <xs:complexType name="Directory" id="__x3A__File___d15e118185-1_Directory">
  62. <xs:choice maxOccurs="unbounded" minOccurs="0" id="__x3A__File___d15e118186-1">
  63. <xs:element ref="SystemObjects__x3A__File:File" id="__x3A__File___d15e118187-1"/>
  64. <xs:element ref="SystemObjects__x3A__File:Directory"
  65. id="__x3A__File___d15e118188-1"/>
  66. </xs:choice>
  67. </xs:complexType>
  68. <xs:element name="Directory"
  69. type="SystemObjects__x3A__File:Directory"
  70. id="__x3A__File___d15e118189-1_Directory"/>
  71. </xs:schema>