term element

Type

Anonymous

Elements and Attributes

Parent Elements

Element Description
terms

Child Elements

None.

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

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

Definition

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

    
©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