prs_presRules-v1_0.xsd 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. PRS - Pres rules
  4. version - 1.1
  5. date - 27 Jun 2008
  6. FILE INFORMATION
  7. OMA Permanent Document
  8. File: OMA-SUP-XSD_prs_presrules-V1_0_1-20080627-A
  9. Type: Text - Schema Description
  10. Public Reachable Information
  11. Path: http://www.openmobilealliance.org/tech/profiles
  12. Name: prs_presrules-v1_0.xsd
  13. NORMATIVE INFORMATION
  14. Information about this file can be found in the specification
  15. OMA-TS-Presence_SIMPLE_XDM-V1_1
  16. available at http://www.openmobilealliance.org/
  17. Send comments to technical-comments@mail.openmobilealliance.org
  18. LEGAL DISCLAIMER
  19. Use of this document is subject to all of the terms and conditions
  20. of the Use Agreement located at
  21. http://www.openmobilealliance.org/UseAgreement.html
  22. You may use this document or any part of the document for internal
  23. or educational purposes only, provided you do not modify, edit or
  24. take out of context the information in this document in any manner.
  25. Information contained in this document may be used, at your sole
  26. risk, for any purposes.
  27. You may not use this document in any other manner without the prior
  28. written permission of the Open Mobile Alliance. The Open Mobile
  29. Alliance authorizes you to copy this document, provided that you
  30. retain all copyright and other proprietary notices contained in the
  31. original materials on any copies of the materials and that you
  32. comply strictly with these terms. This copyright permission does
  33. not constitute an endorsement of the products or services. The
  34. Open Mobile Alliance assumes no responsibility for errors or
  35. omissions in this document.
  36. Each Open Mobile Alliance member has agreed to use reasonable
  37. endeavors to inform the Open Mobile Alliance in a timely manner of
  38. Essential IPR as it becomes aware that the Essential IPR is related
  39. to the prepared or published specification. However, the members
  40. do not have an obligation to conduct IPR searches. The declared
  41. Essential IPR is publicly available to members and non-members of
  42. the Open Mobile Alliance and may be found on the "OMA IPR
  43. Declarations" list at http://www.openmobilealliance.org/ipr.html.
  44. The Open Mobile Alliance has not conducted an independent IPR review
  45. of this document and the information contained herein, and makes no
  46. representations or warranties regarding third party IPR, including
  47. without limitation patents, copyrights or trade secret rights. This
  48. document may contain inventions for which you must obtain licenses
  49. from third parties before making, using or selling the inventions.
  50. Defined terms above are set forth in the schedule to the Open Mobile
  51. Alliance Application Form.
  52. NO REPRESENTATIONS OR WARRANTIES (WHETHER EXPRESS OR IMPLIED) ARE
  53. MADE BY THE OPEN MOBILE ALLIANCE OR ANY OPEN MOBILE ALLIANCE MEMBER
  54. OR ITS AFFILIATES REGARDING ANY OF THE IPR'S REPRESENTED ON THE "OMA
  55. IPR DECLARATIONS" LIST, INCLUDING, BUT NOT LIMITED TO THE ACCURACY,
  56. COMPLETENESS, VALIDITY OR RELEVANCE OF THE INFORMATION OR WHETHER OR
  57. NOT SUCH RIGHTS ARE ESSENTIAL OR NON-ESSENTIAL.
  58. THE OPEN MOBILE ALLIANCE IS NOT LIABLE FOR AND HEREBY DISCLAIMS ANY
  59. DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR
  60. EXEMPLARY DAMAGES ARISING OUT OF OR IN CONNECTION WITH THE USE OF
  61. DOCUMENTS AND THE INFORMATION CONTAINED IN THE DOCUMENTS.
  62. Copyright 2008 Open Mobile Alliance Ltd. All Rights Reserved.
  63. Used with the permission of the Open Mobile Alliance Ltd. under the
  64. terms set forth above.
  65. -->
  66. <xs:schema targetNamespace="urn:oma:xml:prs:pres-rules"
  67. xmlns="urn:oma:xml:prs:pres-rules"
  68. xmlns:pr="urn:ietf:params:xml:ns:pres-rules"
  69. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  70. elementFormDefault="qualified" attributeFormDefault="unqualified">
  71. <!-- This import brings in the IETF presence authorization rules -->
  72. <xs:import namespace="urn:ietf:params:xml:ns:pres-rules"/>
  73. <!-- OMA specific "transformations" child elements -->
  74. <xs:element name="provide-willingness" type="pr:booleanPermission" />
  75. <xs:element name="provide-network-availability" type="pr:booleanPermission" />
  76. <xs:element name="provide-session-participation" type="pr:booleanPermission" />
  77. <xs:element name="provide-registration-state" type="pr:booleanPermission"/>
  78. <xs:element name="provide-barring-state" type="pr:booleanPermission"/>
  79. <xs:element name="provide-geopriv">
  80. <xs:simpleType>
  81. <xs:restriction base="xs:string">
  82. <xs:enumeration value="false"/>
  83. <xs:enumeration value="full"/>
  84. </xs:restriction>
  85. </xs:simpleType>
  86. </xs:element>
  87. <xs:element name="service-id" type="xs:string"/>
  88. </xs:schema>