ZVON > References > UDDI Reference
Element discoveryURL [ v1 ]
Occurs in [ ] - [ ]
Parents discoveryURLs
Description Data: A url pointing to an external (typed by convention) discovery doc.
Attributes
useType


XML Schema

<xsd:element name="discoveryURL">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="useType" type="xsd:string" use="required"/>
         </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" use="required"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>