rules

Element Information

Model

Children: config, ruleset

Source

<xs:element name="rules">
  <xs:complexType>
    <xs:sequence>
      <!-- TODO: not implemented yet 
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:element ref="xs:include" /> 
					<xs:element ref="xs:import" /> 
				</xs:choice>
				-->
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="ruleset" type="RulesetType"/>
        <xs:element name="config" type="ConfigType"/>
        <!-- TODO: not tested throughly yet
					<xs:element name="script" type="ScriptType" />
					-->
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample