Subversion Repositories oidinfo_new_design

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/doc/bosn010_object-identification-and-registration_fichiers/outline.htm
0,0 → 1,753
<html>
 
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 10">
<link id=Main-File rel=Main-File
href="../bosn010_object-identification-and-registration.htm">
<link rel=Preview href=preview.wmf>
<meta name=Robots content=NoIndex>
<script src=script.js></script>
<script><!--
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
obj = GetObj("Main-File")
parent.location.href=obj.href
}
var gOtlHiliteClr="#ffffff",gOtlNormalClr="#000000",gOtlActiveClr="#ffff00",gSelected="",gTxtState=false,gChildEntryTable=new Array()
function Load()
{
if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
if( g_supportsPPTHTML ) {
if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
}
}
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
function LoadNav( oId,UpdFunc )
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
document.body.style.margin=2
UpdFunc()
obj=document.all.item(oId)
obj.style.display="block"
obj.style.visibility="visible"
document.bgColor="threedface"
if( parent.frames["PPTNts"] )
notesBtn.style.display = ""
if( parent.gHasNarration )
nb_voiceBorder.style.display = ""
}
function LoadOtl()
{
var otl=GetObj("OtlObj")
otl.style.display="block"
otl.style.visibility="visible"
if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
if( gOtlNormalClr == "" )
gOtlNormalClr=document.bgColor
else
document.bgColor=gOtlNormalClr
InitArray()
if( ObjExists( parent.gCurSld ) ) {
ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
gSelected=parent.gCurSld
}
else gSelected = -1
UpdOtl()
}
function UpdOtl(){ UpdIdx(parent.gCurSld) }
function UpdIdx( idx )
{
if( gSelected != idx ) {
if( gSelected > 0 )
ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )
if( ObjExists( idx ) ) {
gSelected = idx
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
else gSelected = -1
}
if( gTxtState != parent.gOtlTxtExp ) {
state = "block"
if( !parent.gOtlTxtExp )
state="none"
for(ii=0; ii<gChildEntryTable.length; ii++) {
obj=gChildEntryTable[ii];
if( obj.id == null ) continue;
if( obj.id.indexOf("PPTC") >= 0 )
obj.style.display=state;
}
gTxtState=parent.gOtlTxtExp
if( ObjExists( gSelected ) )
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
}
function InitArray()
{
count=0
var list=GetTags(document,"DIV");
for(ii=0; ii<list.length; ii++) {
obj=list.item(ii)
if( obj.id == null ) continue
if( obj.id.indexOf("PPTC") >= 0 )
gChildEntryTable[count++]=obj
}
}
function ChangeState( idx,fgColor,bgColor )
{
obj=GetObj("PPTL"+idx)
obj.style.color=fgColor
obj=GetObj("PPTP"+idx)
obj.style.backgroundColor=bgColor
}
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
function Over( src ){ ChgClr(GetLink(src),gOtlActiveClr) }
function Out( src ){ ChgClr(GetLink(src),gOtlHiliteClr) }
function Follow(src){ window.location.href = GetLink(src).href; }
function ObjExists( ii ) { obj=GetObj("PPTP"+ii ); return( obj ) }
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
function GetLink(src)
{
if(src.tagName=="A") return src
else return GetTags(src,"A").item(0)
}
function UpdNav()
{
txt = "<center>";
if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
txt += "Diapositive " + parent.GetCurSldNum() + " sur " + parent.GetNumSlds()
else
txt += "Diapositive masquée"
txt += "</center>";
nav_text.innerHTML = txt;
if( !parent.HasPrevSld() )
gBtnArr["nb_prev"].Enabled(0)
else
gBtnArr["nb_prev"].Enabled(1)
if( !parent.HasNextSld() )
gBtnArr["nb_next"].Enabled(0)
else
gBtnArr["nb_next"].Enabled(1)
gBtnArr["nb_nts"].SetEnabled()
gBtnArr["nb_nts"].SetFlag( parent.gHasNts )
gBtnArr["nb_sldshw"].Enabled(1)
gBtnArr["nb_voice"].Enabled(1)
}
function UpdOtlNav()
{
gBtnArr["nb_otl"].SetEnabled();
if( parent.gOtlOpen )
gBtnArr["nb_otlTxt"].Enabled( true );
else
document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
}
 
//--></script>
<style>
<!--.PTxt
{position:relative;
width:100%;
margin-top:5px;
padding-left:2px;
font-weight:bold;}
.CTxt
{position:relative;
width:100%;
margin-top:5px;}
a
{color:white;
text-decoration:none;}
ul
{color:white;
margin-bottom:0px;
margin-left:20px;}
.sldNum
{margin-top:5px;
color:white;}
.button
{position:absolute;
width:32px;
height:20px;
border-style:solid;
border-width:1px;
border-color:threedface;}
-->
</style>
</head>
 
<body onload="Load()" style='margin:2px'>
 
<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
<table id="notesBtn" style='position:absolute;display:none;width:70px' align=left cellpadding=0
cellspacing=0>
<td nowrap>
<div id="nb_ntsElem" align=center style='position:relative;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt'><img src="../../../en/tools/oid/doc/bosn010_object-identification-and-registration_fichiers/notes_flag.gif"
border=0 id="notes_flag" style='display:none'><span
style='mso-spacerun:yes'>  </span>Commentaires</div>
<div title="Afficher/Masquer
les commentaires" id="nb_nts" style='position:absolute;top:0%;
left:0%;width:100%;height:100%'></div>
</td>
</table>
 
<table style='position:relative;width:70px' align=right cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_sldshwText" title="Diaporama
plein écran" align=center style='position:relative;margin-left:20px;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt;cursor:default'>Diaporama</div>
<div id="nb_sldshwBorder" title="Diaporama
plein écran" style='position:absolute;top:0%;left:0%;width:100%;height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src="buttons.gif" id="nb_sldshw" style='position:relative;left:-254px'></div>
</div>
</td>
<td>
<div id="nb_voiceBorder" style='display:none;position:absolute;top:0;left:-40px;
width:20px;height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src="buttons.gif" id="nb_voice" title="Suspendre/Lire la narration" style='position:
relative;left:-290px'></div>
</div>
</td>
</table>
 
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_prevBorder" class=button style='left:-30px'>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src="buttons.gif" id="nb_prev" title="Diapositive précédente" style='position:relative;
left:0px'></div>
</div>
<span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
Arial;color:buttontext;font-size:9pt'></span>
<div id="nb_nextBorder" class=button>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src="buttons.gif" id="nb_next" title="Diapositive suivante" style='position:relative;
left:-90px'></div>
</div>
</td>
</table>
</div>
 
<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="_KPH()" style='display:none;visibility:hidden'>
 
<table style='position:relative;width:70px' align=left cellpadding=0 cellspacing=0>
<td nowrap><div title="Afficher/Masquer
le plan" id="nb_otl"
style='position:absolute;top:0%;left:0%;width:100%;height:100%;cursor:default'>
<div id="nb_otlElem" align=center style='position:relative;padding:3px;font-family:Arial;
color:buttontext;font-size:9pt'>Plan</div></div>
</td>
</table>
 
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td>
<div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
solid;border-width:1px;border-color:threedface' id="nb_otlTxtBorder">
<div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
src=buttons.gif id="nb_otlTxt" title="Développer/Réduire le plan"
style='position:relative;left:-157px'></div>
</div>
</td>
</table>
 
</div>
 
<div id=OtlObj style='display:none;visibility:hidden;'>
 
 
<table width="100%" style='font-family:Arial;font-size:9pt'>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>1</font></div>
</td>
<td width="100%">
<div id=PPTP1 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0079.htm');" id=PPTL1>Object Identification
and Registration</a></font></div>
<div id=PPTC1 class=CTxt style='display:none'><font size=2>
<ul>
<li>William E Lyons<br>
USA</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>2</font></div>
</td>
<td>
<div id=PPTP2 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0068.htm');" id=PPTL2>Introduction</a></font></div>
<div id=PPTC2 class=CTxt style='display:none'><font size=2>
<ul>
<li>Information Objects<br>
An information object is a well-defined piece of information that
requires a name in order to identify its use in an instance of
communication.</li>
<br>
<br>
<li>An Object Identifier</li>
<ul>
<li>A value (distinguishable from all others) which is associated with an
object.</li>
<li>Can identify anything (algorithm, business, file format, organization,
policy, product, role, service, standard, address, schema, document
version, device)</li>
<li>Infinite series of integers - {<span style='mso-spacerun:yes'> 
</span>1<span style='mso-spacerun:yes'>  </span>2<span
style='mso-spacerun:yes'>  </span>3<span style='mso-spacerun:yes'> 
</span>4<span style='mso-spacerun:yes'>  </span>}</li>
<li>Globally unique</li>
<li>Called OIDs<span style='mso-spacerun:yes'>  </span>-<span
style='mso-spacerun:yes'>  </span>ISO/IEC 9834-1:1992 | X.660</li>
</ul>
<li><span style='mso-spacerun:yes'>                                
</span>ISO/IEC 8824-1:1998 | X.680</li>
<li>Many standards require the assignment of object identifiers.</li>
<ul>
<li>X9.57, X9.42, and X9.73</li>
<li>Most of the recent X9 security standards</li>
<br>
<br>
</ul>
<li>Object identifiers will facilitate the implementation most standards
involving cryptography and/or electronic transactions</li>
<ul>
<li><span style='mso-spacerun:yes'> </span>Industry, consumers, trade,
governments, distributors.</li>
<li>organizations and individuals engaged in Electronic Commerce that use
standardized transactions</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>3</font></div>
</td>
<td>
<div id=PPTP3 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0067.htm');" id=PPTL3>Purpose</a></font></div>
<div id=PPTC3 class=CTxt style='display:none'><font size=2>
<ul>
<li>Define a standard methodology for assigning and registering object
identifiers in an automated manner that</li>
<ul>
<li>Provides a working registration schema<br>
DomainCertificate { iso<span style='mso-spacerun:yes'> 
</span>identified-organization<span style='mso-spacerun:yes'> 
</span>tc68(133) country(16)<span style='mso-spacerun:yes'> 
</span>x9(840)<span style='mso-spacerun:yes'>  </span>x9Standards(9)<span
style='mso-spacerun:yes'>  </span>x9-68(68) modules(0)<span
style='mso-spacerun:yes'>  </span>domainCertificate(1) }</li>
<li>Does not require any allocations to be made</li>
<li>Allows automatic allocation for standards</li>
<li>Can be modified or ignored by any member</li>
<li>Allows member arc to be used for other purposes</li>
<li>Identifies country with ISO 3166 code</li>
<br>
<br>
</ul>
<li>Single location to enter and obtain object registration information that
provides easy access and searches</li>
<ul>
<li>Reduce redundancy</li>
<li>Ensure uniqueness</li>
<li>Obtain identifiers easily and quickly</li>
<li>Facilitate dissemination of identifiers</li>
<br>
<br>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>4</font></div>
</td>
<td>
<div id=PPTP4 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0081.htm');" id=PPTL4>Facilitate Use of
Objects</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>5</font></div>
</td>
<td>
<div id=PPTP5 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0052.htm');" id=PPTL5>Identification
Relationships</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>6</font></div>
</td>
<td>
<div id=PPTP6 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0071.htm');" id=PPTL6>Structure</a></font></div>
<div id=PPTC6 class=CTxt style='display:none'><font size=2>
<ul>
<li>Header</li>
<ul>
<li>Parent Object</li>
<ul>
<li><span style='mso-spacerun:yes'> </span>ID</li>
<li>Description</li>
</ul>
<li>Short Name Numeric - Includes link to Higher Level Parent</li>
<li>Long Name Numeric with Alpha descriptors – Same information as above</li>
<li>Last Update Date</li>
<li>Status Active, Inactive, Obsolete, or Suspect</li>
<li>Organization Name Contact Information</li>
<li>Contact Name Contact Information</li>
<li>Mailing Address Contact Information</li>
<li>Phone Number Contact Information</li>
<li>Fax Number Contact Information</li>
<li>Email Address Contact Information</li>
<li>URL Contact Information</li>
</ul>
<li>Detail</li>
<ul>
<li>Suffix Numeric – 1<sup>st</sup><span style='mso-spacerun:yes'> 
</span>digit is category, 2<sup>nd</sup> digit is instance of category</li>
<li>Category Category is owner defined keyword list that is shared</li>
<li>Name Name of object (20 char or less)</li>
<li>Status Active, Inactive, Obsolete, or Suspect</li>
<li>Description Description of object</li>
<br>
<br>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>7</font></div>
</td>
<td>
<div id=PPTP7 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0070.htm');" id=PPTL7>Categories</a></font></div>
<div id=PPTC7 class=CTxt style='display:none'><font size=2>
<ul>
<li>Page<br>
Page owners propagate new page owners by using page as a
category.<span style='mso-spacerun:yes'>  </span>The object definition
shall then be entered on the propagated page.</li>
<br>
<br>
<li>Cat<br>
Defines an object category.<span style='mso-spacerun:yes'> 
</span>Pick from drop down list or add new category which is added to
drop down list.<span style='mso-spacerun:yes'>  </span>Drop list is
shared with all object definitions.<span style='mso-spacerun:yes'> 
</span>Typical user defined categories are shown below (this will be
expanded with use).</li>
<ul>
<li>Algorithm</li>
<li>Attribute</li>
<li>Business Identifier</li>
<li>Certificate Extension</li>
<li>Certificate Policy</li>
<li>Certificate Policy Element</li>
<li>Module</li>
<li>Organization</li>
<li>Standard</li>
</ul>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>8</font></div>
</td>
<td>
<div id=PPTP8 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0072.htm');" id=PPTL8>Status</a></font></div>
<div id=PPTC8 class=CTxt style='display:none'><font size=2>
<ul>
<li>Active (Default)<br>
Owner is actively maintaining the information related to object
identified by the OID.<span style='mso-spacerun:yes'>  </span>This is
the Default status.</li>
<br>
<br>
<li>Inactive (Set by Owner or RA)<br>
Owner is no longer maintaining the information related to Object
identified by the OID.</li>
<br>
<br>
<li>Obsolete (Set by Owner)<br>
Object identified by the OID is obsolete.</li>
<br>
<br>
<li>Suspect (Set or removed by RA)<br>
Owner has been notified that information related to the Object
identified by the OID is faulty and the fault has not been
resolved.<span style='mso-spacerun:yes'>  </span>Upon resolution the
status reverts to the status before the dispute.</li>
<br>
<br>
<br>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>9</font></div>
</td>
<td>
<div id=PPTP9 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0082.htm');" id=PPTL9>Other</a></font></div>
<div id=PPTC9 class=CTxt style='display:none'><font size=2>
<ul>
<li>Pages<br>
Propagated pages inherit all properties of the parent page.<span
style='mso-spacerun:yes'>  </span>If a page is deleted, then all
definitions are then part of the parent page.</li>
<li> All pages are password protected with the intent to use certificates in
the future.</li>
<br>
<br>
<li>Withdrawal<br>
Object identifiers shall<span style='mso-spacerun:yes'> 
</span>not be reissued, reused, or withdrawn after they have been made
available to the public.<span style='mso-spacerun:yes'>   </span>Object
identifiers shall be designated as obsolete.</li>
<br>
<br>
<li>Uniqueness<br>
No OID may identify more than one object.<span
style='mso-spacerun:yes'>  </span><br>
More than OID may identify the same object.</li>
<br>
<br>
<li>Maintenance<br>
Object owners are required to keep object page current, including
all child pages.</li>
<br>
<br>
<li>Publication<br>
The list of registered OIDs will be freely available from a
Website that facilitates browsing and searching.</li>
<br>
<br>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>10</font></div>
</td>
<td>
<div id=PPTP10 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0075.htm');" id=PPTL10>Ownership</a></font></div>
<div id=PPTC10 class=CTxt style='display:none'><font size=2>
<ul>
<li>Owners may establish sub-authorities to register objects within their
organizations.</li>
<br>
<br>
<li>Owner shall ensure that no duplicates OIDs are created within their own
OID.</li>
<br>
<br>
<li>Ownership may be transferred with appropriate identification of the
parties making the change.</li>
<br>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>11</font></div>
</td>
<td>
<div id=PPTP11 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0077.htm');" id=PPTL11>Parent Page</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>12</font></div>
</td>
<td>
<div id=PPTP12 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0080.htm');" id=PPTL12>Child Page with
category field in object definition</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>13</font></div>
</td>
<td>
<div id=PPTP13 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0078.htm');" id=PPTL13>Child Page without
category fields in object definition</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>14</font></div>
</td>
<td>
<div id=PPTP14 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0074.htm');" id=PPTL14>Registration Process</a></font></div>
<div id=PPTC14 class=CTxt style='display:none'><font size=2>
<ul>
<li>Registration</li>
<ul>
<li>Organization applies to RA</li>
<li>RA establishes root OID</li>
<li>OID owner maintains OID information via a Web interface.</li>
<br>
<br>
</ul>
<li>Error Correction</li>
<ul>
<li>Person noting error contacts owner</li>
<li>Owner corrects errors</li>
<li>If owner fails to correct error in a timely manner</li>
<ul>
<li>person noting error notifies RA</li>
<li>RA acknowledges receipt of error notification and formally notifies
Owner of the alleged error and reminds the owner that discrepancies
are to be resolved in 10 business days.</li>
<li>RA changes status of affected OIDs to Suspect</li>
<li>Owner resolves discrepancies and notifies RA of resolution</li>
<li>Upon verifying that the dispute has been resolved, the RA resets the
status of the affected OIDs to the status prior the dispute.</li>
</ul>
</ul>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>15</font></div>
</td>
<td>
<div id=PPTP15 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0083.htm');" id=PPTL15>Summary</a></font></div>
<div id=PPTC15 class=CTxt style='display:none'><font size=2>
<ul>
<li>Features</li>
<ul>
<li>Owners create and update</li>
<li>Owners create new categories</li>
<li>Categories shared by all owners</li>
<br>
<br>
</ul>
<li>Parent Page</li>
<ul>
<li>Links to Registration Authority</li>
<li>Defines children pages</li>
<li>Does not have to have children pages</li>
<br>
<br>
</ul>
<li>Child Page</li>
<ul>
<li>Links to Parent</li>
<li>Created by use of Page Category in Parent</li>
<li>May define have children pages</li>
<br>
<br>
</ul>
<li>Based upon Internet Technology</li>
<ul>
<li>Easy access</li>
<li>Easy updating</li>
<li>Easy registration</li>
<li>Easy expansion</li>
<br>
<br>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>16</font></div>
</td>
<td>
<div id=PPTP16 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0069.htm');" id=PPTL16>References</a></font></div>
</td>
</tr>
</table>
 
 
 
</div>
 
<div style='display:none'><a href=master03.htm></a><a href=master03.xml></a><a
href=preview.wmf></a><a href=master02.htm></a><a href=pres.xml></a><a
href=slide0079.htm></a><a href="master03_image001.gif"></a><a
href="master03_image002.gif"></a><a href="slide0079_image003.gif"></a><a
href=slide0068.htm></a><a href=slide0067.htm></a><a href=slide0081.htm></a><a
href="slide0081_image004.gif"></a><a href="slide0081_image005.gif"></a><a
href="slide0081_image006.gif"></a><a href=slide0052.htm></a><a
href="slide0052_image007.gif"></a><a href="slide0052_image008.gif"></a><a
href=slide0071.htm></a><a href=slide0070.htm></a><a href=slide0072.htm></a><a
href=slide0082.htm></a><a href=slide0075.htm></a><a href=slide0077.htm></a><a
href="slide0077_image009.wmz"></a><a href=oledata.mso></a><a
href="slide0077_image010.gif"></a><a href=slide0080.htm></a><a
href="slide0080_image011.wmz"></a><a href="slide0080_image012.gif"></a><a
href=slide0078.htm></a><a href="slide0078_image013.wmz"></a><a
href="slide0078_image014.gif"></a><a href=slide0074.htm></a><a
href=slide0083.htm></a><a href=slide0069.htm></a><a href=master01.htm></a><a
href="master03_stylesheet.css"></a><a href=script.js></a><a
href="../bosn010_object-identification-and-registration.htm"></a><a
href=fullscreen.htm></a><a href=buttons.gif></a><a href=frame.htm></a><a
href=outline.htm></a></div>
 
</body>
 
</html>