<xsd:element name="Location">
<xsd:annotation>
<xsd:documentation>Specifies the location of a SOAP service. If a client service calls a server component on the same machine as the client service, the value of the Location element is sufficient to identify the SOAP service.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the URL of Web service. This URL is used by remote clients.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|