<?xml version="1.0" encoding="UTF-8"?>
<!--This schema is for providing users with the Discovery URL's of suppliers that host OPEI standardized web services. It is to be obtained by downloading from the OPEI web Services web site.-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="http://www.opeiwebservices.org/Schemas/EndpointFile"
    targetNamespace="http://www.opeiwebservices.org/Schemas/EndpointFile"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified">
  <xsd:element name="EndpointFile">
    <xsd:annotation>
      <xsd:documentation>This is the Root element for this schema.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="HostInfo" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation>This element group is to be repeated for each host on record as providing OPEI standard web services.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
          <xsd:element name="Name" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation>This element is for the company name of the host as provided by the host.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="DiscoveryEndpoint" type="xsd:anyURI">
            <xsd:annotation>
              <xsd:documentation>This element is for the URL of the host's Discovery Web Service.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:sequence>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>
