ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | discoveryURLs [ v1 ] |
---|---|
Occurs in | [ ] - [ ] |
Parents | businessEntity | find_business |
Description | Service Element: accessor for one or more discoveryURL elements |
XML Schema |
---|
<xsd:element name="discoveryURLs"> <xsd:complexType> <xsd:sequence> <xsd:element ref="discoveryURL" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="discoveryURLs"> <xsd:complexType> <xsd:sequence> <xsd:element name="discoveryURL" maxOccurs="unbounded"> <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> </xsd:sequence> </xsd:complexType> </xsd:element> |