ZVON > References > UDDI Reference
Element relatedBusinessesList [ v2 ]
Occurs in [ ]
Description Message - Response: This is a report - a list of related businesses in short form. This message is the response to a find_relatedBusinesses query.
Attributes
generic
Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller.

operator
Ignored on input. Identifies the UDDI registry that supplied the data (top level message attribute) and the UDDI registry where the data is mastered (entity level use).

truncated
Used on output only. Signifies that results returned do not reflect the complete result set possible.



XML Schema

<xsd:element name="relatedBusinessesList">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="businessKey"/>
         <xsd:element ref="relatedBusinessInfos"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
      <xsd:attribute name="truncated">
         <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
               <xsd:enumeration value="true"/>
               <xsd:enumeration value="false"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:attribute>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="relatedBusinessesList">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="businessKey" type="xsd:string"/>
         <xsd:element name="relatedBusinessInfos">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="relatedBusinessInfo" maxOccurs="unbounded" minOccurs="0">
                     <xsd:complexType>
                        <xsd:sequence>
                           <xsd:element name="businessKey" type="xsd:string"/>
                           <xsd:element name="name" maxOccurs="unbounded" type="xsd:string"/>
                           <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                           <xsd:element name="sharedRelationships">
                              <xsd:complexType>
                                 <xsd:sequence>
                                    <xsd:element name="keyedReference" maxOccurs="unbounded">
                                       <xsd:complexType>
                                          <xsd:attribute name="tModelKey" type="xsd:string"/>
                                          <xsd:attribute name="keyName" type="xsd:string"/>
                                          <xsd:attribute name="keyValue" type="xsd:string"/>
                                       </xsd:complexType>
                                    </xsd:element>
                                 </xsd:sequence>
                              </xsd:complexType>
                           </xsd:element>
                        </xsd:sequence>
                     </xsd:complexType>
                  </xsd:element>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
      <xsd:attribute name="truncated">
         <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
               <xsd:enumeration value="true"/>
               <xsd:enumeration value="false"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:attribute>
   </xsd:complexType>
</xsd:element>