The localUri element describes the path of some local resource.
Anonymous
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| type | Anonymous | optional | 
 | 
      <localUri
	type="token"
/>
    
      <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>