41 lines
1.4 KiB
41 lines
1.4 KiB
|
|
|
|
<%@ Page %>
|
|
<%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
|
|
<html>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
|
|
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<!-- #include file = "publish.header.htm" -->
|
|
</head>
|
|
<body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
|
|
<!-- #include file = "publish.heading.htm" -->
|
|
<table class="content" width="100%" cellpadding="8">
|
|
<tr>
|
|
<td>
|
|
<h1><img src="..\..\images\tmodel.gif" height="16" width="16" alt="tModel"> tModel - Categories</h1>
|
|
Use the <b>Categories</b> tab to manage the categorizations of this tModel.
|
|
<UL>
|
|
<li>
|
|
|
|
<b>Categories:</b> Lists the categories that describe this tModel and the function they serve. The name of each categorization scheme is followed by the category name (or key name) and value (or key value).
|
|
<ul>
|
|
<li class="action">
|
|
Click <b>Add Category</b> to add a categorization to this tModel.</li>
|
|
<li class="action">
|
|
Click <b>Delete</b> to delete a categorization.</li>
|
|
</ul>
|
|
</li>
|
|
</UL>
|
|
<h3>More Information</h3>
|
|
<!-- #include file = "glossary.categorization.htm" -->
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- #include file = "publish.footer.htm" -->
|
|
</body>
|
|
</html>
|
|
|
|
|