<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                         "http://www.docbook.org/xml/4.5/docbookx.dtd" [
                         <!ENTITY % xinclude SYSTEM "../../docbook/xinclude.mod" >
                         %xinclude;
                         <!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED" >
]>

<section id="values">
  <title>DMLex Controlled Values Module</title>
  <para>DMLex's Controlled Values Module extends the Core and makes it possible to represent
    inventories from which the values of various properties come from, such as <olink
      targetptr="core_partOfSpeech">parts of speech</olink>, <olink targetptr="core_label"
      >labels</olink>, <olink targetptr="core_inflectedForm">inflected form tags</olink> and
    others.</para>
  
  <itemizedlist>
    <title>Comment</title>
    <listitem>
      <para>Treating controlled values as constraints in an implementation of DMLex, for example as
        business rules in a dictionary-writing system, is <glossterm>optional</glossterm>. </para>
    </listitem>
  </itemizedlist>
  
  <xi:include href="extensions/lexicographicResource.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>

  <xi:include href="objectTypes/definitionTypeTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/inflectedFormTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/labelTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/labelTypeTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/partOfSpeechTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/sourceIdentityTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  <xi:include href="objectTypes/transcriptionSchemeTag.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
  
  <xi:include href="objectTypes/sameAs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</section>
