11.7. How Identifiers Work

Beyond Categorization, there's also the need to identify a business uniquely by a well-known identifier such as a Federal Tax Id. Following the extensibility theme, UDDI businessEntity structures can be assigned unique ids using a collection of keyedReferences inside an identifierBag. Listing 11.8 shows the identifierBag schema.

Listing 11.8. identifierBag schema
<element name="identifierBag" type="uddi:identifierBag"/>
<complexType name="identifierBag">
  <sequence>
    <element ref="uddi:keyedReference"
             minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

An identifier bag is simply a collection of keyedReference elements. Within an identifierBag, a keyedReference element points to a tModel that defines an ...

Get Real World XML Web Services: For VB and VB .NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.