ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | get_businessDetailExt [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Description | Message - Request: The extended businessDetail messages define an API that allows non-operator UDDI registries to provide extended information via a consistent API. This message is the request that will cause a businessDetailExt message to be returned. |
Attributes | generic Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller. |
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> |