The various terms that are associated with this entry. Each term has attributes to specify its use and other idenitfying attributes
Anonymous
| Element | Description | 
|---|---|
| term | 
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| termClass | string | required | See external namespace. | |
| partOfSpeech | string | optional | See external namespace. | |
| geographicalUsage | string | optional | See external namespace. | |
| language | string | optional | See external namespace. | 
      <terms
	termClass="string"
	partOfSpeech="string"
	geographicalUsage="string"
	language="string"
/>
    
      <element name="terms" >
  <complexType>
    <sequence maxOccurs="unbounded">
      <element name="term">
        <annotation>
          <appinfo><doc:localizable xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal">true</doc:localizable></appinfo>
        </annotation>
      <complexType mixed="true">
        <attribute name="termClass" type="string" use="required"></attribute>
        <attribute name="partOfSpeech" type="string" use="optional" default="noun"></attribute>
        <attribute name="geographicalUsage" type="string" use="optional"></attribute>
        <attribute name="language" type="string" use="optional"></attribute>
      </complexType>
    </element>
  </sequence>
</complexType>
</element>