moserVersion.xsd 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: moser
  5. (C) Copyright IBM Corp. 2015, 2019
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="7.0">
  9. <xsd:element name="moserVersion">
  10. <xsd:annotation>
  11. <xsd:documentation>A generic container for a Titan modeling service component version information</xsd:documentation>
  12. </xsd:annotation>
  13. <xsd:complexType>
  14. <xsd:sequence>
  15. <xsd:element name="component" minOccurs="1" maxOccurs="unbounded">
  16. <xsd:annotation>
  17. <xsd:documentation>Version information of a specific Titan modeling service component</xsd:documentation>
  18. </xsd:annotation>
  19. <xsd:complexType>
  20. <xsd:sequence>
  21. <xsd:element name="version" type="xsd:string" minOccurs="1" maxOccurs="unbounded">
  22. <xsd:annotation>
  23. <xsd:documentation>Generic information container</xsd:documentation>
  24. </xsd:annotation>
  25. </xsd:element>
  26. </xsd:sequence>
  27. </xsd:complexType>
  28. </xsd:element>
  29. </xsd:sequence>
  30. </xsd:complexType>
  31. </xsd:element>
  32. </xsd:schema>