schema element
Represents a schema that is referenced by the document and included in the Schema Library.
Usage
      
<schema
	uri="xsd:string"
	manifestLocation="xsd:string"
	schemaLocation="xsd:string"
/>
    Element Information
      
        | Element type | schemaElt | 
      
        | Namespace | http://schemas.microsoft.com/schemaLibrary/2003/core | 
      
        | Schema name | Schema Library | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | schemaLibrary | Represents the set of schemas referenced by the document that make up the Schema Library. | 
    
Child Elements
None.
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | uri | xsd:string | optional | Gets or sets the schema's Uniform Resource Identifier (URI). | See external namespace. | 
      
        | manifestLocation | xsd:string | optional | Gets or sets the path to the schema's manifest. | See external namespace. | 
      
        | schemaLocation | xsd:string | optional | Gets or sets the path to the schema. | See external namespace. | 
    
Definition
      
<xsd:element name="schema" type="schemaElt" minOccurs="0" maxOccurs="unbounded" >
</xsd:element>
    ©2003-2004 Microsoft Corporation. All rights reserved.  
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp