schema.xsd 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. targetNamespace="http://www.w3.org/2001/XMLSchema"
  4. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
  5. <xs:redefine schemaLocation="http://www.w3.org/2001/XMLSchema">
  6. <xs:complexType mixed="false" name="topLevelElement">
  7. <xs:complexContent>
  8. <xs:extension base="xs:topLevelElement"/>
  9. </xs:complexContent>
  10. </xs:complexType>
  11. </xs:redefine>
  12. <xs:import
  13. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  14. schemaLocation="../appinfo.xsd"/>
  15. <xs:complexType name="annotation.local.element">
  16. <xs:complexContent>
  17. <xs:extension base="xs:openAttrs">
  18. <xs:choice maxOccurs="unbounded" minOccurs="0">
  19. <xs:element name="appinfo" type="xs:appinfo.local.element"/>
  20. <xs:element ref="xs:documentation"/>
  21. </xs:choice>
  22. <xs:attribute name="id" type="xs:ID"/>
  23. </xs:extension>
  24. </xs:complexContent>
  25. </xs:complexType>
  26. <xs:complexType name="annotation.complexType"/>
  27. <xs:complexType name="appinfo.complexType.ParentType">
  28. <xs:annotation>
  29. <xs:documentation>Parent/Base complexType of some table/namespace schema - e.g. CRM_PROCES</xs:documentation>
  30. </xs:annotation>
  31. <xs:choice maxOccurs="unbounded" minOccurs="0">
  32. <xs:any processContents="lax"/>
  33. <xs:element ref="system_cache__appinfo:heritage"/>
  34. </xs:choice>
  35. <xs:attribute name="source" type="xs:anyURI"/>
  36. <xs:attribute name="type"/>
  37. <xs:anyAttribute namespace="##other" processContents="lax"/>
  38. </xs:complexType>
  39. <xs:complexType name="appinfo.complexType">
  40. <xs:complexContent>
  41. <xs:extension base="xs:appinfo.complexType.ParentType"> </xs:extension>
  42. </xs:complexContent>
  43. </xs:complexType>
  44. <xs:complexType name="appinfo.element">
  45. <xs:annotation>
  46. <xs:documentation>Top Level element it can be also of root parent complexType (CRM_PROECES) or some derived complexType (PROCES_INIT)</xs:documentation>
  47. </xs:annotation>
  48. <xs:complexContent>
  49. <xs:extension base="xs:appinfo.complexType"> </xs:extension>
  50. </xs:complexContent>
  51. </xs:complexType>
  52. <xs:complexType name="appinfo.local.element">
  53. <xs:complexContent>
  54. <xs:extension base="xs:appinfo.element">
  55. <xs:choice maxOccurs="1" minOccurs="0">
  56. <xs:element ref="system_cache__appinfo:flat_relation_cache" minOccurs="0"/>
  57. <xs:element minOccurs="0"
  58. ref="system_cache__appinfo:acl_rule_inherit_by_primary"/>
  59. </xs:choice>
  60. </xs:extension>
  61. </xs:complexContent>
  62. </xs:complexType>
  63. </xs:schema>