tuple_notes.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE table PUBLIC "-//iptel.org//DTD DBSchema V1.0//EN"
  3. "http://iptel.org/dbschema/dtd/1.0/dbschema.dtd" [
  4. <!ENTITY % entities SYSTEM "entities.xml">
  5. %entities;
  6. ]>
  7. <table role="presence">
  8. <name>tuple_notes</name>
  9. <description>Tuple related published notes.</description>
  10. <!-- related to the version of presence snapshot -->
  11. <version>5</version>
  12. <!-- presentity ID -->
  13. <column id="tuple_notes.pres_id">
  14. <name>pres_id</name>
  15. <type>string</type>
  16. <size>64</size>
  17. <description>Presentity ID.</description>
  18. </column>
  19. <column id="tuple_notes.tupleid">
  20. <name>tupleid</name>
  21. <type>string</type>
  22. <size>64</size>
  23. <description>Tuple identification.</description>
  24. </column>
  25. <column>
  26. <name>note</name>
  27. <type>string</type>
  28. <size>128</size>
  29. <description>Note text.</description>
  30. </column>
  31. <column>
  32. <name>lang</name>
  33. <type>string</type>
  34. <size>64</size>
  35. <description>Note language (possible note element
  36. attribute).</description>
  37. </column>
  38. </table>