<?xml version="1.0" encoding="UTF-8"?>
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0">

  <OCD description="Demo Validation"
    name="Demo Validation"
    id="DemoValidation">
    <AD name="Priority" id="priority" required="true" type="Integer" default="10"
        description="The execution priority of this ruleset. Ranges from 1 to 100, 1 being highest priority."/>
    <AD name="Suppress Warnings" id="suppressWarnings" required="true" type="Boolean" default="false"
        description="Check to suppress warnings such that documents with only warnings will be marked as valid."	/>
  </OCD>

  <Designate pid="DemoValidation">
    <Object ocdref="DemoValidation" />
  </Designate>

</metatype:MetaData>