element <wsdlMap> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 3 elements
Defined:
locally within systemBaseType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<wsdlMap
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</wsdlMap>
Content model elements (3):
disco (in wsdlMap), wsdl (in wsdlMap), wsil (in wsdlMap)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="wsdlMap" type="wsdlMapType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
disco
Type:
anonymous complexType, complex content
Defined:
locally within wsdlMapType complexType
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>

wsdl
Type:
anonymous complexType, complex content
Defined:
locally within wsdlMapType complexType
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>

wsil
Type:
anonymous complexType, complex content
Defined:
locally within wsdlMapType complexType
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>