582906-1_0.xsd 730 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id$ -->
  3. <xs:schema xmlns="http://example.com/xml/Aggregator"
  4. xmlns:prog1="http://example.com/xml/Prog1"
  5. xmlns:prog2="http://example.com/xml/Prog2"
  6. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  7. elementFormDefault="qualified"
  8. attributeFormDefault="unqualified"
  9. targetNamespace="http://example.com/xml/Aggregator">
  10. <xs:import schemaLocation="582906-1-prog1.xsd"
  11. namespace="http://example.com/xml/Prog1" />
  12. <xs:import schemaLocation="582906-1-prog2.xsd"
  13. namespace="http://example.com/xml/Prog2"
  14. />
  15. <xs:element name="CollectedOutput" type="xs:float"/>
  16. </xs:schema>