element Location

element {http://schemas.microsoft.com/data/udc/soap}Location

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by extension)
 {http://schemas.microsoft.com/data/udc/soap}Location
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://schemas.microsoft.com/data/udc/soap
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://schemas.microsoft.com/data/udc/soap


Source

<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>


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.


element Location


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.