> For the complete documentation index, see [llms.txt](https://docs.miromindmap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miromindmap.com/export-types/opml-with-attributes.md).

# OPML with Attributes

Branch positions and other properties are remembered in the OPML when importing and exporting the data. More properties to be included soon

### Example 1

#### Example Mind Map

<figure><img src="https://3825982875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvpEytOMv8LQf2bKlqaAc%2Fuploads%2FVB5MRJaRQb28vpwEkZOF%2FScreenshot%202024-10-31%20at%2015.10.45.png?alt=media&amp;token=f00c01e5-402d-44d0-86eb-47742fbfbb8a" alt=""><figcaption><p>A screenshot of a Mind Map in Miro with branches of different colour and position</p></figcaption></figure>

#### OPML Export

```xml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>mindmap.opml</title>
    <dateCreated>Thu Oct 31 2024 15:11:07 GMT+0000 (Greenwich Mean Time)</dateCreated>
  </head>
  <body>
    <outline type="shape" text="Miro Mind Map" shape="pill" style_fontSize="14" style_color="#7a28ff" style_fillOpacity="0" style_borderStyle="normal">
      <outline type="text" text="This is an end branch" direction="end" style_fontSize="14"/>
      <outline type="shape" text="This is a pill node" shape="pill" direction="end" style_fontSize="14" style_color="#b736ff" style_fillOpacity="0.1" style_borderStyle="normal"/>
      <outline type="text" text="This is a start branch" direction="start" style_fontSize="14"/>
    </outline>
  </body>
</opml>
```

The OPML properties are parsed by Mind Map Downloader when the data is uploaded again:

<figure><img src="https://3825982875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvpEytOMv8LQf2bKlqaAc%2Fuploads%2FhQu2KqpH4i3QmOExRVwm%2Fmindmap.gif?alt=media&amp;token=1a51cdbc-6c4e-49a9-98dd-13910e6c0e6c" alt=""><figcaption><p>OPML file with attributes that are remembered for re-upload</p></figcaption></figure>
