localUri element

The localUri element describes the path of some local resource.

Type

Anonymous

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
type Anonymous optional
  • absolutePath
  • relativePath
  • registryKey
  • allUsersDocAndSettings
  • currentUserDocAndSettings
  • programFiles
  • Windows

Usage

      <localUri
	type="token"
/>
    

Definition

      <element name="localUri" >
  <complexType>
    <simpleContent>
      <extension base="maml:textType">
        <attribute name="type">
          <simpleType>
            <restriction base="token">
              <enumeration value="absolutePath" />
              <enumeration value="relativePath" />
              <enumeration value="registryKey" />
              <enumeration value="allUsersDocAndSettings" />
              <enumeration value="currentUserDocAndSettings" />
              <enumeration value="programFiles" />
              <enumeration value="Windows" />
            </restriction>
          </simpleType>
        </attribute>
      </extension>
    </simpleContent>
  </complexType>
</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