element <wsdl> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, elem. wildcard
Defined:
locally within wsdlMapType complexType in hsinfra.xsd; see XML source
Includes:
definitions of 1 attribute, elem. wildcard
XML Representation Summary
<wsdl
   
 = 
xsd:anyURI
   
>
   
Content: 
</wsdl>
Included in content model of elements (1):
wsdlMap (type wsdlMapType)
Annotation
This element is used to specify the location of a WSDL file for this service. Multiple entries may exist pointing to the same file hosted in multiple locations, or to variations on the content within the WSDL files.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="wsdl">
<xsd:annotation>
<xsd:documentation>
This element is used to specify the location of a WSDL file for this service. Multiple
entries may exist pointing to the same file hosted in multiple locations, or to variations
on the content within the WSDL files.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="wsdlLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute is a URI that specifies the location of the WSDL file.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
wsdlLocation
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) wsdl element
This attribute is a URI that specifies the location of the WSDL file.
XML Source (see within schema source)
<xsd:attribute name="wsdlLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute is a URI that specifies the location of the WSDL file.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) wsdl element
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>