policy

Purpose

A reference to a policy.

Contained by

Example

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.volantis.com/xmlns/mcs/project"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  name="MyProject">
  <assets base-url="/assets"/>
  <default-layout>
    <policy>/default-layout.mlyt</policy>
  </default-layout>
  <themes>
    <policy>/company-default.mthm</policy>
    <policy>/project-default.mthm</policy>
  </themes>
</project>

Related topics