File.xsd 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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="Path" id="__x3A__File___d15e121072-1_Path">
  16. <xs:restriction base="xs:string"/>
  17. </xs:simpleType>
  18. <xs:simpleType name="FilePath" id="__x3A__File___d15e121310-1_FilePath">
  19. <xs:restriction base="SystemObjects__x3A__File:Path"/>
  20. </xs:simpleType>
  21. <xs:simpleType name="DirPath" id="__x3A__File___d15e121076-1_DirPath">
  22. <xs:restriction base="SystemObjects__x3A__File:Path"/>
  23. </xs:simpleType>
  24. <xs:attribute name="FilePath"
  25. type="SystemObjects__x3A__File:FilePath"
  26. id="__x3A__File___d15e121312-1_FilePath"/>
  27. <xs:attribute name="DirPath"
  28. type="SystemObjects__x3A__File:DirPath"
  29. id="__x3A__File___d15e121079-1_DirPath"/>
  30. <xs:complexType mixed="false"
  31. name="FileContent"
  32. id="__x3A__File___d15e118164-1_FileConten">
  33. <xs:simpleContent>
  34. <xs:extension base="xs:base64Binary" id="__x3A__File___d15e118166-1"/>
  35. </xs:simpleContent>
  36. </xs:complexType>
  37. <xs:complexType name="FileType" id="SystemObjects__x3A__File___d13e9009-1_FileType">
  38. <xs:sequence id="SystemObjects__x3A__File___d13e9015-1">
  39. <xs:element minOccurs="1"
  40. maxOccurs="1"
  41. nillable="true"
  42. name="id"
  43. type="xs:integer"
  44. id="SystemObjects__x3A__File___d13e9017-1_id"/>
  45. <xs:element minOccurs="0"
  46. maxOccurs="1"
  47. nillable="true"
  48. name="name"
  49. type="xs:string"
  50. id="SystemObjects__x3A__File___d13e9019-1_name"/>
  51. <xs:element minOccurs="0"
  52. maxOccurs="1"
  53. nillable="true"
  54. name="size"
  55. type="xs:integer"
  56. id="SystemObjects__x3A__File___d13e9021-1_size"/>
  57. <xs:element minOccurs="0"
  58. maxOccurs="1"
  59. nillable="true"
  60. name="mimeType"
  61. type="xs:string"
  62. id="SystemObjects__x3A__File___d13e9023-1_mimeType"/>
  63. <xs:element minOccurs="0"
  64. maxOccurs="1"
  65. nillable="true"
  66. name="version"
  67. type="xs:integer"
  68. id="SystemObjects__x3A__File___d13e9025-1_version"/>
  69. <xs:choice id="__x3A__File___d15e121323-1">
  70. <xs:element minOccurs="0"
  71. maxOccurs="1"
  72. nillable="true"
  73. name="content"
  74. type="SystemObjects__x3A__File:FileContent"
  75. id="SystemObjects__x3A__File___d13e9028-1_content"/>
  76. <xs:any namespace="##other" processContents="lax">
  77. <xs:annotation>
  78. <xs:documentation>albo binary, albo jest tam zwracany xml</xs:documentation>
  79. </xs:annotation>
  80. </xs:any>
  81. </xs:choice>
  82. </xs:sequence>
  83. <xs:attribute ref="SystemObjects__x3A__File:FilePath"
  84. use="optional"
  85. id="__x3A__File___d15e121329-1"/>
  86. </xs:complexType>
  87. <xs:element name="File"
  88. id="SystemObjects__x3A__File___d13e9034-1_File"
  89. type="SystemObjects__x3A__File:FileType"/>
  90. <xs:complexType name="Directory" id="__x3A__File___d15e118185-1_Directory">
  91. <xs:choice maxOccurs="unbounded" minOccurs="0" id="__x3A__File___d15e118186-1">
  92. <xs:element ref="SystemObjects__x3A__File:File" id="__x3A__File___d15e118187-1"/>
  93. <xs:element ref="SystemObjects__x3A__File:Directory"
  94. id="__x3A__File___d15e118188-1"/>
  95. </xs:choice>
  96. <xs:attribute ref="SystemObjects__x3A__File:DirPath" id="__x3A__File___d15e121102-1"/>
  97. </xs:complexType>
  98. <xs:element name="Directory"
  99. type="SystemObjects__x3A__File:Directory"
  100. id="__x3A__File___d15e118189-1_Directory"/>
  101. </xs:schema>