d2a.xsd 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  3. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  4. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  5. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  6. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  7. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  8. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  9. xmlns:d2a="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd"
  10. xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
  11. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd">
  12. <xs:import schemaLocation="../../Types/system_cache__appinfo/PRODUCT.xsd"
  13. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
  14. <xs:element name="PRODUCT">
  15. <xs:complexType>
  16. <xs:complexContent>
  17. <xs:extension base="system_cache__appinfo:PRODUCT">
  18. <xs:sequence>
  19. <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
  20. <xs:element name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
  21. <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
  22. </xs:sequence>
  23. </xs:extension>
  24. </xs:complexContent>
  25. </xs:complexType>
  26. </xs:element>
  27. <xs:group name="PRODUCT">
  28. <xs:sequence>
  29. <xs:element ref="d2a:PRODUCT"/>
  30. </xs:sequence>
  31. </xs:group>
  32. <xs:element name="glossterm">
  33. <xs:complexType>
  34. <xs:sequence>
  35. <xs:element ref="d2a:abbreviated-form"/>
  36. <xs:element ref="d2a:data"/>
  37. </xs:sequence>
  38. </xs:complexType>
  39. </xs:element>
  40. <xs:element name="data">
  41. <xs:complexType>
  42. <xs:attribute ref="d2a:keyref"/>
  43. </xs:complexType>
  44. </xs:element>
  45. <xs:element name="abbreviated-form"/>
  46. <xs:element name="filepath"/>
  47. <xs:element name="apiname"/>
  48. <xs:element name="syntaxdiagram">
  49. <xs:complexType>
  50. <xs:sequence>
  51. <xs:element ref="d2a:groupseq"/>
  52. </xs:sequence>
  53. </xs:complexType>
  54. </xs:element>
  55. <xs:element name="groupseq">
  56. <xs:complexType>
  57. <xs:sequence>
  58. <xs:element ref="d2a:synnoteref"/>
  59. <xs:element ref="d2a:kwd"/>
  60. <xs:element ref="d2a:var"/>
  61. <xs:element ref="d2a:groupcomp"/>
  62. </xs:sequence>
  63. </xs:complexType>
  64. </xs:element>
  65. <xs:element name="kwd">
  66. <xs:complexType>
  67. <xs:attribute ref="d2a:keyref"/>
  68. </xs:complexType>
  69. </xs:element>
  70. <xs:element name="delim"/>
  71. <xs:element name="synnoteref"/>
  72. <xs:element name="groupcomp"/>
  73. <xs:element name="var"/>
  74. <xs:attribute name="keyref"/>
  75. </xs:schema>