ZVON > References > UDDI Reference
Element get_businessDetailExt [ v1 ]
Occurs in [ ] - [ ]
Description The extended businessDetail messages define an API that allows non-operator nodes to provide extended information via a consistent API. This message is the request that will cause a businessDetailExt message to be returned.
Attributes
generic


XML Schema

<xsd:element name="get_businessDetailExt">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="businessKey" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="get_businessDetailExt">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="businessKey" maxOccurs="unbounded" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
   </xsd:complexType>
</xsd:element>