ZVON > References > UDDI Reference
Element discoveryURL [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Parents discoveryURLs
Description Data: A url pointing to an external (typed by convention) discovery doc.
Attributes
useType
Descriptive attribute. Used to convey the intended use. Suggested values are URN identifying the intended use. Ex. "urn:contact:technical"



XML Schema

<xsd:element name="discoveryURL">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="useType" type="xsd:string"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="discoveryURL">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="useType" type="xsd:string"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>