rsvpProperty.xsd 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rsvp
  5. (C) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- COPYRIGHT_DATA { 'YEAR':[2013, 2012, 2011, 2010, 2009, 2005], 'RELEASE':['caspian_rp1', 'caspian', 'colorado_wave1', 'colorado_wave2'], 'VISIBLE':'YES', 'COMPONENT':'rsvp' }-->
  10. <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
  11. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
  12. <xs:element name="rsvp_property">
  13. <xs:annotation>
  14. <xs:documentation>Comment describing your root element</xs:documentation>
  15. </xs:annotation>
  16. <xs:complexType>
  17. <xs:sequence>
  18. <xs:element name="structure" maxOccurs="unbounded">
  19. <xs:complexType>
  20. <xs:sequence minOccurs="0">
  21. <xs:element name="property" minOccurs="0">
  22. <xs:complexType>
  23. <xs:simpleContent>
  24. <xs:extension base="xs:string">
  25. <xs:attribute name="type" type="xs:string" use="optional"/>
  26. </xs:extension>
  27. </xs:simpleContent>
  28. </xs:complexType>
  29. </xs:element>
  30. <xs:element name="value" minOccurs="0">
  31. <xs:complexType>
  32. <xs:simpleContent>
  33. <xs:extension base="xs:string">
  34. <xs:attribute name="type" type="xs:string" use="optional"/>
  35. </xs:extension>
  36. </xs:simpleContent>
  37. </xs:complexType>
  38. </xs:element>
  39. </xs:sequence>
  40. </xs:complexType>
  41. </xs:element>
  42. </xs:sequence>
  43. </xs:complexType>
  44. </xs:element>
  45. </xs:schema>