You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2001/06/21 21:30:31 UTC

cvs commit: xml-xerces/java/docs properties.xml

elena       01/06/21 12:30:31

  Modified:    java/docs properties.xml
  Log:
  Documenting new schema properties
  
  Revision  Changes    Path
  1.6       +34 -0     xml-xerces/java/docs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties.xml	2000/05/23 20:28:59	1.5
  +++ properties.xml	2001/06/21 19:30:29	1.6
  @@ -45,6 +45,40 @@
   			<tr><th>Note:</th>		<td>This property is currently not supported because the contents of the 
      										XML string returned by this property is not well defined.</td></tr>
   		</table>
  +                
  +                <anchor name="xml-string"/>
  +		<p>http://apache.org/xml/properties/schema/external-schemaLocation</p>
  +		<table>
  +			<tr><th>Type:</th>      <td>java.lang.String</td></tr>
  +			<tr><th>Access:</th>	<td>read-write</td></tr>
  +			<tr><th>Desc:</th>	<td>The XML Schema Recommendation explicitly states that the inclusion of schemaLocation/ noNamespaceSchemaLocation attributes is only a hint; it does not mandate 
  +                        that these attributes must be used to locate schemas. This property 
  +                        allows the user to specify a list of schemas to use.  
  +                        If the targetNamespace of a schema (specified using this property)  
  +                        matches the targetNamespace of a schema occuring in the instance document 
  +                        in schemaLocation attribute, the schema specified by the user using this 
  +                        property will be used (i.e., the instance document&apos;s schemaLocation attribute will be effectively ignored).
  +                                                </td></tr>
  +			<tr><th>Note:</th>	<td>The syntax is the same as for schemaLocation attributes in
  +                        instance documents: e.g, "http://www.example.com file_name.xsd".
  +                        The user can specify more than one XML Schema in the list.                         
  +                        </td></tr>
  +		</table>
  +                
  +                <anchor name="xml-string"/>
  +		<p>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation</p>
  +		<table>
  +			<tr><th>Type:</th>      <td>java.lang.String</td></tr>
  +			<tr><th>Access:</th>	<td>read-write</td></tr>
  +			<tr><th>Desc:</th>	<td>This property allows the user to specify an XML Schema with no namespace. 
  +                                                </td></tr>
  +			<tr><th>Note:</th>	<td>The syntax is a same as for the noNamespaceSchemaLocation
  +                         attribute that may occur in an instance document:
  +                        e.g."file_name.xsd". The user may specify only one XML Schema. For more information see the documentation for the 
  +                        http://apache.org/xml/properties/schema/external-schemaLocation
  +                        property</td></tr>
  +		</table>
  +
   	</s2>
   	
   	<s2 title="DOM Parser Properties">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org