Show AllShow All

location Attribute

Contains the namespace Uniform Resource Identifier (URI) and location (a Uniform Resource Locator (URL), relative to the form definition (.xsf) file), and delimited by a space, of the .xsd file defining the XML Schema.

Type

xsd:string

Remarks

The location attribute is a required attribute of the documentSchema element.

Non-namespace-based XML Schemas are listed with just the .xsd file, omitting the namespace declaration and the white space delimiter.

Example

The following is an example of the location attribute as it is used in the documentSchema element:

<xsf:documentSchemas>
   <xsf:documentSchema
      location="urn:schema:custom:Namespace customFilename.xsd"
      rootSchema="yes"/>
</xsf:documentSchemas>
©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