element <wsil> (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
<wsil
   
 = 
xsd:anyURI
   
>
   
Content: 
</wsil>
Included in content model of elements (1):
wsdlMap (type wsdlMapType)
Annotation
This element is used to specify the location of a WSIL 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 WSIL files.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="wsil">
<xsd:annotation>
<xsd:documentation>
This element is used to specify the location of a WSIL 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 WSIL files.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="wsilLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute is a URI that specifies the location of the WSIL file.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
wsilLocation
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) wsil element
This attribute is a URI that specifies the location of the WSIL file.
XML Source (see within schema source)
<xsd:attribute name="wsilLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute is a URI that specifies the location of the WSIL file.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) wsil element
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>