Defines the path to a file.
| Namespace | http://schemas.microsoft.com/office/onenote/2004/import | 
| Schema name | SimpleImport | 
None.
| Attribute | Type | Required | Description | 
|---|---|---|---|
| path | xsd:string | required | Represents the path to a file. | 
			
<xsd:complexType name="FilePath">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      Represents the path to a file.
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="path" use="required"/>
</xsd:complexType>