2002/ws/desc/wsdl20 wsdl20.xml,1.277,1.278

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv22242/wsdl20

Modified Files:
	wsdl20.xml 
Log Message:
Added propdef tags for all property definitions.

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.277
retrieving revision 1.278
diff -C2 -d -r1.277 -r1.278
*** wsdl20.xml	8 Jun 2005 21:12:35 -0000	1.277
--- wsdl20.xml	8 Jun 2005 21:37:15 -0000	1.278
***************
*** 2532,2536 ****
          	<item>
          		<p>
!         			{parent} REQUIRED. The Interface component that
          			contains this component in its {interface faults}
          			property.
--- 2532,2536 ----
          	<item>
          		<p>
!         			<propdef comp="Interface Fault">parent</propdef> REQUIRED. The Interface component that
          			contains this component in its {interface faults}
          			property.
***************
*** 2932,2951 ****
          as follows:</p>
  	  <ulist>
! 	    	<item><p>{name} REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
!             <item><p>{message exchange pattern} REQUIRED. An <emph>xs:anyURI</emph>
  	  		identifying the message exchange pattern used by the operation. This URI
              MUST be an absolute URI (see <bibref ref="RFC3986"/>).</p></item>
  
! 	    <item><p>{interface message references} OPTIONAL. A set of Interface Message Reference
  	    components for the ordinary messages the operation accepts
  	    or sends. (See <specref
  	    ref="InterfaceMessageReference"/>.)</p></item>
  
!             <item><p>{interface fault references} OPTIONAL. A set of Interface Fault Reference
  	    components for the fault messages the operation accepts or
  	    sends. (See <specref ref="InterfaceFaultReference"/>.)</p></item>
  
!             <item><p> {style} OPTIONAL. A set of <emph>xs:anyURI</emph>s
  	    identifying the rules
              that were used to construct the {element} properties of
--- 2932,2951 ----
          as follows:</p>
  	  <ulist>
! 	    	<item><p><propdef comp="Interface Operation">name</propdef> REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
!             <item><p><propdef comp="Interface Operation">message exchange pattern</propdef> REQUIRED. An <emph>xs:anyURI</emph>
  	  		identifying the message exchange pattern used by the operation. This URI
              MUST be an absolute URI (see <bibref ref="RFC3986"/>).</p></item>
  
! 	    <item><p><propdef comp="Interface Operation">interface message references</propdef> OPTIONAL. A set of Interface Message Reference
  	    components for the ordinary messages the operation accepts
  	    or sends. (See <specref
  	    ref="InterfaceMessageReference"/>.)</p></item>
  
!             <item><p><propdef comp="Interface Operation">interface fault references</propdef> OPTIONAL. A set of Interface Fault Reference
  	    components for the fault messages the operation accepts or
  	    sends. (See <specref ref="InterfaceFaultReference"/>.)</p></item>
  
!             <item><p><propdef comp="Interface Operation">style</propdef> OPTIONAL. A set of <emph>xs:anyURI</emph>s
  	    identifying the rules
              that were used to construct the {element} properties of
***************
*** 2954,2962 ****
              absolute URIs (see <bibref ref="RFC3986"/>).</p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Interface component that contains this component in its {interface operations} property.</p></item>
  	  </ulist>
  
--- 2954,2962 ----
              absolute URIs (see <bibref ref="RFC3986"/>).</p></item>
  
!             <item><p><propdef comp="Interface Operation">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Interface Operation">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Interface Operation">parent</propdef> REQUIRED. The Interface component that contains this component in its {interface operations} property.</p></item>
  	  </ulist>
  
***************
*** 3509,3513 ****
  	follows:</p>
  	  <ulist>
! 	    <item><p>{message label} REQUIRED. An <emph>xs:NCName</emph>. 
  	    This property identifies the role
  	    this message plays in the {message exchange pattern} of the
--- 3509,3513 ----
  	follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Interface Message Reference">message label</propdef> REQUIRED. An <emph>xs:NCName</emph>. 
  	    This property identifies the role
  	    this message plays in the {message exchange pattern} of the
***************
*** 3517,3521 ****
  	    exchange pattern.</p></item>
  
!             <item><p>{direction} REQUIRED. An <emph>xs:token</emph> with
  	    one of the values <emph>in</emph> or <emph>out</emph>, indicating
  	    whether the message is coming
--- 3517,3521 ----
  	    exchange pattern.</p></item>
  
!             <item><p><propdef comp="Interface Message Reference">direction</propdef> REQUIRED. An <emph>xs:token</emph> with
  	    one of the values <emph>in</emph> or <emph>out</emph>, indicating
  	    whether the message is coming
***************
*** 3527,3531 ****
              contained within. </p></item>
  
!             <item><p>{message content model} REQUIRED. An
  	    <emph>xs:token</emph> with one of the values
  	    <emph>#any</emph>, <emph>#none</emph>, <emph>#other</emph>,
--- 3527,3531 ----
              contained within. </p></item>
  
!             <item><p><propdef comp="Interface Message Reference">message content model</propdef> REQUIRED. An
  	    <emph>xs:token</emph> with one of the values
  	    <emph>#any</emph>, <emph>#none</emph>, <emph>#other</emph>,
***************
*** 3545,3549 ****
  	    model.</p></item>
  
!             <item><p> {element declaration} OPTIONAL. A reference to an XML element
              declaration in the {element declarations} property of
              <specref ref='Description_details' />. This element
--- 3545,3549 ----
  	    model.</p></item>
  
!             <item><p><propdef comp="Interface Message Reference">element declaration</propdef> OPTIONAL. A reference to an XML element
              declaration in the {element declarations} property of
              <specref ref='Description_details' />. This element
***************
*** 3553,3561 ****
              property MUST be empty.</p> </item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Interface Operation component that contains this component in its {interface message references} property.</p></item>
  
  	  </ulist>
--- 3553,3561 ----
              property MUST be empty.</p> </item>
  
!             <item><p><propdef comp="Interface Message Reference">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Interface Message Reference">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Interface Message Reference">parent</propdef> REQUIRED. The Interface Operation component that contains this component in its {interface message references} property.</p></item>
  
  	  </ulist>
***************
*** 3950,3954 ****
  	follows:</p>
  	  <ulist>
!             <item><p>{interface fault} REQUIRED. An Interface Fault
              component in the {interface faults} property of the [parent] Interface
              Operation component's [parent] Interface
--- 3950,3954 ----
  	follows:</p>
  	  <ulist>
!             <item><p><propdef comp="Interface Fault Reference">interface fault</propdef> REQUIRED. An Interface Fault
              component in the {interface faults} property of the [parent] Interface
              Operation component's [parent] Interface
***************
*** 3958,3962 ****
              fault message.</p></item>
  
! 	    <item><p>{message label} REQUIRED. An <emph>xs:NCName</emph>. 
  	    This property identifies the
  	    message this fault relates to among those defined in the {message
--- 3958,3962 ----
              fault message.</p></item>
  
! 	    <item><p><propdef comp="Interface Fault Reference">message label</propdef> REQUIRED. An <emph>xs:NCName</emph>. 
  	    This property identifies the
  	    message this fault relates to among those defined in the {message
***************
*** 3966,3970 ****
  	    message exchange pattern.</p></item>
  
!             <item><p>{direction} REQUIRED. A <emph>xs:token</emph> with
  	    	one of the values <emph>in</emph> or
              <emph>out</emph>, indicating whether the fault is coming
--- 3966,3970 ----
  	    message exchange pattern.</p></item>
  
!             <item><p><propdef comp="Interface Fault Reference">direction</propdef> REQUIRED. A <emph>xs:token</emph> with
  	    	one of the values <emph>in</emph> or
              <emph>out</emph>, indicating whether the fault is coming
***************
*** 3982,3990 ****
              </p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Interface Operation component that contains this component in its {interface fault references} property.</p></item>
  
  	  </ulist>
--- 3982,3990 ----
              </p></item>
  
!             <item><p><propdef comp="Interface Fault Reference">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Interface Fault Reference">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Interface Fault Reference">parent</propdef> REQUIRED. The Interface Operation component that contains this component in its {interface fault references} property.</p></item>
  
  	  </ulist>
***************
*** 4389,4393 ****
  	  <p>The properties of the <compdef>Feature</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p>{uri} REQUIRED. An <emph>xs:anyURI</emph>. 
  	    This URI MUST be
  	    absolute as defined by <bibref ref="RFC3986"/>. This URI SHOULD be
--- 4389,4393 ----
  	  <p>The properties of the <compdef>Feature</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Feature">uri</propdef> REQUIRED. An <emph>xs:anyURI</emph>. 
  	    This URI MUST be
  	    absolute as defined by <bibref ref="RFC3986"/>. This URI SHOULD be
***************
*** 4395,4399 ****
           the meaning and use of the Feature that it identifies.</p></item>
  
! 	    <item><p>{required} REQUIRED. An <emph>xs:boolean</emph>. 
  	     If the value of this property is <emph>true</emph>, 
           then the client MUST use the Feature that is identified
--- 4395,4399 ----
           the meaning and use of the Feature that it identifies.</p></item>
  
! 	    <item><p><propdef comp="Feature">required</propdef> REQUIRED. An <emph>xs:boolean</emph>. 
  	     If the value of this property is <emph>true</emph>, 
           then the client MUST use the Feature that is identified
***************
*** 4404,4408 ****
           implied by the definition of that Feature.</p></item>
  
!             <item><p>{parent} REQUIRED. The component that contains this component in its {features} property.</p></item>
  
  	  </ulist>
--- 4404,4408 ----
           implied by the definition of that Feature.</p></item>
  
!             <item><p><propdef comp="Feature">parent</propdef> REQUIRED. The component that contains this component in its {features} property.</p></item>
  
  	  </ulist>
***************
*** 4902,4906 ****
  	  <p>The properties of the <compdef>Property</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p>{uri} REQUIRED. An <emph>xs:anyURI</emph>. This
  	    URI MUST be absolute as defined by <bibref
  	    ref="RFC3986"/>. This URI SHOULD be dereferenceable to a
--- 4902,4906 ----
  	  <p>The properties of the <compdef>Property</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Property">uri</propdef> REQUIRED. An <emph>xs:anyURI</emph>. This
  	    URI MUST be absolute as defined by <bibref
  	    ref="RFC3986"/>. This URI SHOULD be dereferenceable to a
***************
*** 4908,4912 ****
  	    and use of the Property that it identifies.</p></item>
  
! 	    <item><p>{value constraint} OPTIONAL. A reference to a
  	    type definition in the {type definitions} property of
  	    <specref ref='Description_details' /> constraining the
--- 4908,4912 ----
  	    and use of the Property that it identifies.</p></item>
  
! 	    <item><p><propdef comp="Property">value constraint</propdef> OPTIONAL. A reference to a
  	    type definition in the {type definitions} property of
  	    <specref ref='Description_details' /> constraining the
***************
*** 4914,4923 ****
  	    the {value} property is not empty.</p></item>
  
!             <item><p>{value} OPTIONAL. The value of the property, an
              ordered list of child information items, as specified by
              the [children] property of &EII;s in <bibref
              ref="XMLInfoSet"/>.</p></item>
  
!             <item><p>{parent} REQUIRED. The component that contains this component in its {properties} property.</p></item>
  
  	  </ulist>
--- 4914,4923 ----
  	    the {value} property is not empty.</p></item>
  
!             <item><p><propdef comp="Property">value</propdef> OPTIONAL. The value of the property, an
              ordered list of child information items, as specified by
              the [children] property of &EII;s in <bibref
              ref="XMLInfoSet"/>.</p></item>
  
!             <item><p><propdef comp="Property">parent</propdef> REQUIRED. The component that contains this component in its {properties} property.</p></item>
  
  	  </ulist>
***************
*** 5539,5549 ****
        <p>The properties of the <compdef>Binding</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p>{name} REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
!   	    <item><p>{interface} OPTIONAL. An Interface component
    	    indicating the interface for which binding information is
    	    being specified.</p></item>
  
!             <item><p>{type} REQUIRED. An <emph>xs:anyURI</emph>. 
              This URI MUST be absolute
  	    as defined by <bibref
--- 5539,5549 ----
        <p>The properties of the <compdef>Binding</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Binding">name</propdef> REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
!   	    <item><p><propdef comp="Binding">interface</propdef> OPTIONAL. An Interface component
    	    indicating the interface for which binding information is
    	    being specified.</p></item>
  
!             <item><p><propdef comp="Binding">type</propdef> REQUIRED. An <emph>xs:anyURI</emph>. 
              This URI MUST be absolute
  	    as defined by <bibref
***************
*** 5557,5567 ****
  	    those concrete binding details.</p></item>
  
!             <item><p>{binding faults} OPTIONAL. A set of Binding Fault components.</p></item>
  
!             <item><p>{binding operations} OPTIONAL. A set of Binding Operation components.</p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  	  </ulist>
  	  
--- 5557,5567 ----
  	    those concrete binding details.</p></item>
  
!             <item><p><propdef comp="Binding">binding faults</propdef> OPTIONAL. A set of Binding Fault components.</p></item>
  
!             <item><p><propdef comp="Binding">binding operations</propdef> OPTIONAL. A set of Binding Operation components.</p></item>
  
!             <item><p><propdef comp="Binding">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Binding">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  	  </ulist>
  	  
***************
*** 5960,5964 ****
        	<item>
        		<p>
!       			{interface fault} REQUIRED. An Interface Fault
        			component in the {interface faults} property of the
        			Interface component identified by the {interface}
--- 5960,5964 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Fault">interface fault</propdef> REQUIRED. An Interface Fault
        			component in the {interface faults} property of the
        			Interface component identified by the {interface}
***************
*** 5971,5980 ****
  
        	<item>
!       		<p>{features} OPTIONAL. A set of Feature components.</p>
        	</item>
  
        	<item>
        		<p>
!       			{properties} OPTIONAL. A set of Property components.
        		</p>
        	</item>
--- 5971,5980 ----
  
        	<item>
!       		<p><propdef comp="Binding Fault">features</propdef> OPTIONAL. A set of Feature components.</p>
        	</item>
  
        	<item>
        		<p>
!       			<propdef comp="Binding Fault">properties</propdef> OPTIONAL. A set of Property components.
        		</p>
        	</item>
***************
*** 5982,5986 ****
        	<item>
        		<p>
!       			{parent} REQUIRED. The Binding component that contains
        			this component in its {binding faults} property.
        		</p>
--- 5982,5986 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Fault">parent</propdef> REQUIRED. The Binding component that contains
        			this component in its {binding faults} property.
        		</p>
***************
*** 6289,6293 ****
        	<item>
        		<p>
!       			{interface operation} REQUIRED. An Interface Operation
        			component in the {interface operations} property of
        			the Interface component identified by the {interface}
--- 6289,6293 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Operation">interface operation</propdef> REQUIRED. An Interface Operation
        			component in the {interface operations} property of
        			the Interface component identified by the {interface}
***************
*** 6301,6305 ****
        	<item>
        		<p>
!       			{binding message references} OPTIONAL. A set of Binding
        			Message Reference components.
        			<ednote>
--- 6301,6305 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Operation">binding message references</propdef> OPTIONAL. A set of Binding
        			Message Reference components.
        			<ednote>
***************
*** 6314,6318 ****
        	<item>
        		<p>
!       			{binding fault references} OPTIONAL. A set of Binding Fault
        			Reference components.
        		</p>
--- 6314,6318 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Operation">binding fault references</propdef> OPTIONAL. A set of Binding Fault
        			Reference components.
        		</p>
***************
*** 6320,6329 ****
  
        	<item>
!       		<p>{features} OPTIONAL. A set of Feature components.</p>
        	</item>
  
        	<item>
        		<p>
!       			{properties} OPTIONAL. A set of Property components.
        		</p>
        	</item>
--- 6320,6329 ----
  
        	<item>
!       		<p><propdef comp="Binding Operation">features</propdef> OPTIONAL. A set of Feature components.</p>
        	</item>
  
        	<item>
        		<p>
!       			<propdef comp="Binding Operation">properties</propdef> OPTIONAL. A set of Property components.
        		</p>
        	</item>
***************
*** 6331,6335 ****
        	<item>
        		<p>
!       			{parent} REQUIRED. The Binding component that contains
        			this component in its {binding operations} property.
        		</p>
--- 6331,6335 ----
        	<item>
        		<p>
!       			<propdef comp="Binding Operation">parent</propdef> REQUIRED. The Binding component that contains
        			this component in its {binding operations} property.
        		</p>
***************
*** 6711,6724 ****
  
  	  <ulist>
! 	    <item><p>{interface message reference} REQUIRED. An Interface Message Reference
  	    component among those in the {interface message references} property
  	    of the Interface Operation component being bound by the
  	    containing Binding Operation component.</p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Binding Operation component that contains this component in its {binding message references} property.</p></item>
  
  	  </ulist>
--- 6711,6724 ----
  
  	  <ulist>
! 	    <item><p><propdef comp="Binding Message Reference">interface message reference</propdef> REQUIRED. An Interface Message Reference
  	    component among those in the {interface message references} property
  	    of the Interface Operation component being bound by the
  	    containing Binding Operation component.</p></item>
  
!             <item><p><propdef comp="Binding Message Reference">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Binding Message Reference">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Binding Message Reference">parent</propdef> REQUIRED. The Binding Operation component that contains this component in its {binding message references} property.</p></item>
  
  	  </ulist>
***************
*** 7064,7077 ****
  
  	  <ulist>
! 	    <item><p>{interface fault reference} REQUIRED. A Interface Fault Reference
  	    component among those in the {interface fault references} property
  	    of the Interface Operation component being bound by the
  	    containing Binding Operation component.</p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Binding Operation component that contains this component in its {binding fault references} property.</p></item>
  	  </ulist>
  
--- 7064,7077 ----
  
  	  <ulist>
! 	    <item><p><propdef comp="Binding Fault Reference">interface fault reference</propdef> REQUIRED. A Interface Fault Reference
  	    component among those in the {interface fault references} property
  	    of the Interface Operation component being bound by the
  	    containing Binding Operation component.</p></item>
  
!             <item><p><propdef comp="Binding Fault Reference">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Binding Fault Reference">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Binding Fault Reference">parent</propdef> REQUIRED. The Binding Operation component that contains this component in its {binding fault references} property.</p></item>
  	  </ulist>
  
***************
*** 7437,7450 ****
        <p>The properties of the <compdef>Service</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p>{name} REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
! 	    <item><p>{interface} REQUIRED. An Interface component.</p></item>
  
!   	    <item><p> {endpoints} REQUIRED. A non-empty set of Endpoint components.
    	    </p></item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  	  </ulist>
  
--- 7437,7450 ----
        <p>The properties of the <compdef>Service</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Service">name</propdef> REQUIRED. An <emph>xs:QName</emph>.</p></item>
  
! 	    <item><p><propdef comp="Service">interface</propdef> REQUIRED. An Interface component.</p></item>
  
!   	    <item><p><propdef comp="Service">endpoints</propdef> REQUIRED. A non-empty set of Endpoint components.
    	    </p></item>
  
!             <item><p><propdef comp="Service">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Service">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  	  </ulist>
  
***************
*** 7783,7792 ****
  	  <p>The properties of the <compdef>Endpoint</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p>{name} REQUIRED. An <emph>xs:NCName</emph>.</p></item>
  
!             <item> <p>{binding} REQUIRED. A Binding component.</p>
              </item>
  
!             <item> <p>{address} OPTIONAL. An <emph>xs:anyURI</emph>. 
              This URI MUST be absolute as defined by <bibref
  	    ref="RFC3986"/>. If present, the value of this attribute
--- 7783,7792 ----
  	  <p>The properties of the <compdef>Endpoint</compdef> component are as follows:</p>
  	  <ulist>
! 	    <item><p><propdef comp="Endpoint">name</propdef> REQUIRED. An <emph>xs:NCName</emph>.</p></item>
  
!             <item> <p><propdef comp="Endpoint">binding</propdef> REQUIRED. A Binding component.</p>
              </item>
  
!             <item> <p><propdef comp="Endpoint">address</propdef> OPTIONAL. An <emph>xs:anyURI</emph>. 
              This URI MUST be absolute as defined by <bibref
  	    ref="RFC3986"/>. If present, the value of this attribute
***************
*** 7797,7805 ****
              </item>
  
!             <item><p>{features} OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p>{properties} OPTIONAL. A set of Property components.</p></item>
  
!             <item><p>{parent} REQUIRED. The Service component that contains this component in its {endpoints} property.</p></item>
  
  	  </ulist>
--- 7797,7805 ----
              </item>
  
!             <item><p><propdef comp="Endpoint">features</propdef> OPTIONAL. A set of Feature components.</p></item>
  
!             <item><p><propdef comp="Endpoint">properties</propdef> OPTIONAL. A set of Property components.</p></item>
  
!             <item><p><propdef comp="Endpoint">parent</propdef> REQUIRED. The Service component that contains this component in its {endpoints} property.</p></item>
  
  	  </ulist>

Received on Wednesday, 8 June 2005 21:37:21 UTC