Definition Type: Element
Name: Location
Namespace: http://schemas.microsoft.com/data/udc/soap
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: udcsoap.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into href in schema udcsoap_xsdXSD Diagram of Location in schema udcsoap_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
href udcs:href (Optional)