terms element

The various terms that are associated with this entry. Each term has attributes to specify its use and other idenitfying attributes

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
term

Attributes

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.

Usage

      <terms
	termClass="string"
	partOfSpeech="string"
	geographicalUsage="string"
	language="string"
/>
    

Definition

      <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>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp