Chapter 9. Adding custom Category_Identifier systems for Organizations_Services_Endpoints

compared with
Version 4 by Sandra TRINO
on Feb 15, 2010 11:45.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
<categoryBag>
<keyedReference keyName="uddi-org:types:categorization" keyValue="categorization" tModelKey="uddi:uddi.org:categorization:types"/>
<keyedReference keyName="uddi-org:types:valueSet" keyValue="valueSet" tModelKey="uddi:uddi.org:categorization:types"/>
keyValue="valueSet"
tModelKey="uddi:uddi.org:categorization:types"/>
<keyedReference keyName="dragon.org:category:type" keyValue="all" tModelKey="uddi:uddi.org:categorization:general_keywords"/>
keyValue="all"
tModelKey="uddi:uddi.org:categorization:general_keywords"/>
</categoryBag>
</tModel>{code}



*overviewDoc* elements : they have two main purposes. A descriptive purpose. In this case, it will embed an *overviewUrl* element of *useType* "text", that point to a description URL. It will be used to provide a more detailed description of the category system. overviewDoc could also be used to specify a value set for this category system. In this case, it will embed an *overviewUrl* element of *useType* "valueSet", that point to a file listing all values and their related description. This value set file is a text file, each line is a "_value_" _"description_" couple separated by ";" character :

</overviewDoc>
<categoryBag>
<keyedReference keyName="uddi-org:types:identifier" keyValue="identifier" tModelKey="uddi:uddi.org:categorization:types"/>
keyValue="identifier"
tModelKey="uddi:uddi.org:categorization:types"/>
<keyedReference keyName="dragon.org:category:type" keyValue="businessEntity" tModelKey="uddi:uddi.org:categorization:general_keywords"/>
keyValue="businessEntity"
tModelKey="uddi:uddi.org:categorization:general_keywords"/>
</categoryBag>
</tModel> {code}



&nbsp;
*overviewDoc* elements : in the identifier case, they have only one main purpose, a descriptive purpose. In this case, it will embed an *overviewUrl* element of *useType* "text", that point to a description URL. It will be used to provide a more detailed description of the identifier system.&nbsp;