<?xml version="1.0" encoding="UTF-8"?>
<!-- The timing of the request -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.ggf.org/namespaces/2004/08/gridNetworkMonitoring" xmlns:g="http://www.ggf.org/namespaces/2004/08/gridNetworkMonitoring">
  <xs:complexType name="TimeInformation">
    <xs:sequence>
      <xs:element minOccurs="0" ref="g:time"/>
      <xs:element minOccurs="0" ref="g:plusTimeTolerance"/>
      <xs:element minOccurs="0" ref="g:minusTimeTolerance"/>
      <xs:element minOccurs="0" ref="g:testingInterval"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="time">
    <xs:simpleType>
      <xs:union memberTypes="xs:token xs:double"/>
    </xs:simpleType>
  </xs:element>
  <xs:element name="plusTimeTolerance">
    <xs:simpleType>
      <xs:union memberTypes="xs:token xs:double"/>
    </xs:simpleType>
  </xs:element>
  <xs:element name="minusTimeTolerance">
    <xs:simpleType>
      <xs:union memberTypes="xs:token xs:double"/>
    </xs:simpleType>
  </xs:element>
  <xs:element name="testingInterval">
    <xs:simpleType>
      <xs:union memberTypes="xs:token xs:double"/>
    </xs:simpleType>
  </xs:element>
</xs:schema>

