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