| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | relatedBusinessInfos [ v2 ] |
|---|---|
| Occurs in | [ ] |
| Parents | relatedBusinessesList |
| Description | Used to convey the relatedBusiness information for a particular businessEntity. |
| XML Schema |
|---|
<xsd:element name="relatedBusinessInfos"> <xsd:complexType> <xsd:sequence> <xsd:element ref="relatedBusinessInfo" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<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> |