---
---
{% if '{{[fmt]}}' == 'xml' %}
{% assign section = '7' %}
{% elsif '{{[fmt]}}' == 'json' %}
{% assign section = '8' %}
{% else %}
{% assign section = '9' %}
{% endif %}
{% include fragment-pagebegin.html %}
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='{{[fmt]}}' %}
{% if site.data.artifacts[page.path].example %}
{% assign example = 'Example ' %}
{% endif %}
{% assign prefix = site.data.artifacts[page.path].type %}
{{example}}{{prefix}}: {{site.data.pages[page.path].title | escape_once}}
Raw {{[fmt]}} | Download
{% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' %}
{% include {{[type]}}-{{[name]}}.xhtml %}
{% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' %}
{% include fragment-pageend.html %}