Schema
OLIF.xsd


schema location:  OLIF.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.olif.net
 
Attributes  Elements  Complex types  Simple types 
capVarContext  abbrev  aspectDCSType  adminStatusType 
capVarName  abbrevHandling  bodyType  aspectType 
address  capVarAttr  auxTypeType 
adminStatus  capVarType  caseType 
allowedCapVariantClasses  conceptHierarchyDCSType  changePOSType 
aspect  crLinkTypeDCSType  changeTypeType 
aspectDCS  eAddressType  changeValueType 
auxType  entryType  contextType 
availability  exampleType  crLinkTypeType 
body  groupType  dateType 
byteCount  headerType  degreeType 
canForm  inflectionDCSType  deInflectionType 
canFormExt  keyDCType  entryFormationType 
capVarClass  monoType  entryStatusType 
case  morphStructDCSType  entryTypeType 
changePOS  olifType  equivalType 
changeType  orthVariantTypeDCSType  esInflectionType 
changeValue  ptOfSpeechDCSType  frInflectionType 
company  semReadingDCSType  genderType 
conceptCount  semTypeDCSType  inflectionType 
conceptHierarchyDCS  styleTypeDCSType  inflectionType-jp-JMDict 
confidence  subjFieldDCSType  inflectionTypeType 
contentInfo  subjFieldType  languageType 
context  synFrameDCSType  logOpAndType 
contextStmt  synStructDCSType  logOpType 
crLinkType  synTypeDCSType  moodType 
crLinkTypeDCS  natGenderType 
crossRefer  numberType 
dataCatReg  orthVariantType 
date  personType 
definition  phraseTypeType 
degree  ptInflectionType 
depSynonym  ptOfSpeechType 
disallowedCapVariantClasses  ptOfSpeechType-jp-JMDict 
distributor  ptOfSpeechType-olif-orig 
eAddress  semTypeType 
entry  semTypeType-jp-JMDict 
entryCount  semTypeType-olif-orig 
entryFormation  styleType 
entrySource  styleType-jp-JMDict 
entryStatus  styleType-olif-orig 
entryType  subjFieldValues 
equival  subjFieldValues-jp-JMDict 
example  subjFieldValues-olif-orig 
fax  synFrameType 
fileDesc  synPositionType 
fileExtent  syntacticFrameType 
fileId  syntacticPositionType 
fileName  syntacticTypeType 
gender  synTypeType 
generalDC  synTypeType-jp-JMDict 
geogUsage  synTypeType-olif-orig 
group  tenseType 
head  testDCType 
header  testTypeType 
idNo  transitivityTypeType 
inflection  transTypeType 
inflectionDCS  usageType-jp-JMDict 
k_ele  XTend 
ke_inf  XTendType 
ke_pri 
keb 
keyDC 
langIdUse 
language 
lemmaCount 
locInfo 
logOp 
logOpAnd 
mapping 
mappingTarget 
mappingValue 
modDate 
mono 
monoAdmin 
monoDC 
monoMorph 
monoSem 
monoSyn 
mood 
morphStruct 
morphStructDCS 
name 
natGender 
note 
number 
olif 
originator 
orthVariant 
orthVariantType 
orthVariantTypeDCS 
owner 
person 
phraseType 
prep 
product 
project 
prop 
ptOfSpeech 
ptOfSpeechDCS 
publStmt 
quotMarkInfo 
r_ele 
re_inf 
re_nokanji 
re_pri 
re_restr 
reb 
replacements 
semReading 
semReadingDCS 
semType 
semTypeDCS 
sharedResources 
structChange 
structChangeStmt 
style 
styleDCS 
subjField 
subjFieldDCS 
syllabification 
syllabificationMarkInfo 
synFrame 
synFrameDCS 
synPosition 
synStruct 
synStructDCS 
synType 
synTypeDCS 
telephone 
tense 
termCount 
termExtrInfo 
termExtrProcessInfo 
test 
testDC 
testStmt 
testType 
testValue 
timeRestrict 
transfer 
transType 
trRestrict 
trRestrictStmt 
updater 
usage 
userDesignat 
valDefault 
valueDefaults 
verbPart 
workflowInfo 


schema location: 
attribute form default: 
element form default: 
targetNamespace:  http://www.w3.org/XML/1998/namespace
 
Attributes  Attr. groups 
base  specialAttrs 
id 
lang 
space 


schema location:  its-module.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.w3.org/2005/11/its
 
Attributes  Elements  Complex types  Simple types  Attr. groups 
dir  dirRule  dirRule.type  dir.type  its.ITSLocal.attlist 
termInfoRef  langRule  langRule.type  locNoteType.type  its.Selector.attlist 
termInfoRefPointer  locNote  locNote.type  term.type  rules.attlist 
locNoteRule  locNoteRule.type  translate.type 
rubyRule  rubyRule.type  withinText.type 
rubyText  rubyText.type 
rules  rules.type 
span  span.type 
termRule  termRule.type 
translateRule  translateRule.type 
withinTextRule  withinTextRule.type 


attribute capVarContext
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration all
enumeration BOS
enumeration title
annotation
documentation
Describes the context for which a capitalization variant is valid
source <xsd:attribute name="capVarContext">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Describes the context for which a capitalization variant is valid</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="all">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Variant valid in any context</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
     
<xsd:enumeration value="BOS">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Variant only valid at beginning of sentence</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
     
<xsd:enumeration value="title">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Variant only valid in a "title"</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute capVarName
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration unrestricted
enumeration firstUpper
enumeration title
enumeration allUpper
annotation
documentation
Name of a capitalization variant
source <xsd:attribute name="capVarName">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Name of a capitalization variant</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="unrestricted">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Any capitalization
Example:

"Word" and "WORD" would be variants of "word"
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
     
<xsd:enumeration value="firstUpper">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Capitalization where the first letter is uppercase.
Example:

"Word" would be a variant of "word"
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
     
<xsd:enumeration value="title">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Capitalization which follows conventions for "titles"
Example:

"Long Distance Runner"" would be variant of "long distance runner"
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
     
<xsd:enumeration value="allUpper">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">Capitalization where all letters are uppercase.
Example:

"WORD" would be a variant of "word"
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:enumeration>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element abbrev
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element monoAdmin
attributes
Name  Type  Use  Default  Fixed  annotation
capVarContext      
documentation
Describes the context for which a capitalization variant is valid
capVarName      
documentation
Name of a capitalization variant
annotation
documentation
The abbrev element holds data about an abbreviated form of the entry string (note that abbreviations may also be encoded as cross-references).

Example use: ERP
source <xsd:element name="abbrev">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The abbrev element holds data about an abbreviated form of the entry string (note that abbreviations may also be encoded as cross-references).

Example use: ERP
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute ref="capVarContext"/>
       
<xsd:attribute ref="capVarName"/>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

element abbrevHandling
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element contentInfo
annotation
documentation
The abbrevHandling element holds data about the way abbreviations are represented. Two options exist: via the abbrev element or via a crossRefer element.

Example use: we use both the abbrev element, and the crossRefer element
source <xsd:element name="abbrevHandling" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The abbrevHandling element holds data about the way abbreviations are represented. Two options exist: via the abbrev element or via a crossRefer element.

Example use: we use both the abbrev element, and the crossRefer element
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element address
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
elements distributor owner
annotation
documentation
The address element holds data about a postal address of the distributor.
source <xsd:element name="address" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The address element holds data about a postal address of the distributor.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element adminStatus
diagram
namespace http://www.olif.net
type adminStatusType
properties
content simple
used by
element monoAdmin
facets
enumeration new
enumeration ver
enumeration def
enumeration mt
enumeration obs
enumeration un
annotation
documentation
The adminStatus element classifies the administrative status of an entry relative to a given work environment.

Example values: ver
source <xsd:element name="adminStatus" type="adminStatusType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The adminStatus element classifies the administrative status of an entry relative to a given work environment.

Example values: ver
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element allowedCapVariantClasses
diagram
namespace http://www.olif.net
properties
content complex
children capVarClass
used by
element contentInfo
annotation
documentation
Allowed capitalization variants
source <xsd:element name="allowedCapVariantClasses">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Allowed capitalization variants</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="capVarClass" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element aspect
diagram
namespace http://www.olif.net
type aspectType
properties
content simple
used by
element monoMorph
facets
enumeration simp
enumeration perf
enumeration imperf
enumeration dur
enumeration habit
enumeration iter
enumeration un
annotation
documentation
The aspect element classifies verbal aspect.

Example values: perf, iter
source <xsd:element name="aspect" type="aspectType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The aspect element classifies verbal aspect.

Example values: perf, iter
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element aspectDCS
diagram
namespace http://www.olif.net
type aspectDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The aspectDCS element holds data about a user-extended scheme for describing the aspect of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="aspectDCS" type="aspectDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en"> The aspectDCS element holds data about a user-extended scheme for describing the aspect of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element auxType
diagram
namespace http://www.olif.net
type auxTypeType
properties
content simple
used by
element monoMorph
facets
enumeration have
enumeration være
enumeration have
enumeration be
enumeration être
enumeration avoir
enumeration laisser
enumeration faire
enumeration haben
enumeration sein
enumeration werden
enumeration lassen
enumeration ter
enumeration estar
enumeration estar
enumeration haber
enumeration un
annotation
documentation
The auxType element classifies the auxiliary type for an auxiliary verb.

Example values: have, faire
source <xsd:element name="auxType" type="auxTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en"> The auxType element classifies the auxiliary type for an auxiliary verb.

Example values: have, faire
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element availability
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element publStmt
attributes
Name  Type  Use  Default  Fixed  annotation
Regionderived by: xsd:NMTOKEN  world    
documentation
The Region attribute holds data about the territories within which rights related to the OLIF data apply.

Possible values:
world* - the text is freely available
eu - European Union only
PubStatusderived by: xsd:NMTOKEN  unknown    
documentation
The PubStatus attribute classifies the current availability of the OLIF data.

Possible values:
restricted - the text is not freely available
unknown* - the status of the text is unknown
free - the text is freely available
annotation
documentation
The availability element holds data about the availability of an OLIF file, for example, any restrictions on its use or distribution, its copyright status, etc. A company may use 'Available upon written agreement' to indicate that the OLIF file may not be freely redistributed.
source <xsd:element name="availability">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en"> The availability element holds data about the availability of an OLIF file, for example, any restrictions on its use or distribution, its copyright status, etc. A company may use 'Available upon written agreement' to indicate that the OLIF file may not be freely redistributed.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="Region" default="world">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The Region attribute holds data about the territories within which rights related to the OLIF data apply.

Possible values:
world* - the text is freely available
eu - European Union only
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="world"/>
             
<xsd:enumeration value="eu"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
       
<xsd:attribute name="PubStatus" default="unknown">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The PubStatus attribute classifies the current availability of the OLIF data.

Possible values:
restricted - the text is not freely available
unknown* - the status of the text is unknown
free - the text is freely available
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="free"/>
             
<xsd:enumeration value="unknown"/>
             
<xsd:enumeration value="restricted"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute availability/@Region
type restriction of xsd:NMTOKEN
properties
isRef 0
default world
facets
enumeration world
enumeration eu
annotation
documentation
The Region attribute holds data about the territories within which rights related to the OLIF data apply.

Possible values:
world* - the text is freely available
eu - European Union only
source <xsd:attribute name="Region" default="world">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The Region attribute holds data about the territories within which rights related to the OLIF data apply.

Possible values:
world* - the text is freely available
eu - European Union only
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="world"/>
     
<xsd:enumeration value="eu"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute availability/@PubStatus
type restriction of xsd:NMTOKEN
properties
isRef 0
default unknown
facets
enumeration free
enumeration unknown
enumeration restricted
annotation
documentation
The PubStatus attribute classifies the current availability of the OLIF data.

Possible values:
restricted - the text is not freely available
unknown* - the status of the text is unknown
free - the text is freely available
source <xsd:attribute name="PubStatus" default="unknown">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The PubStatus attribute classifies the current availability of the OLIF data.

Possible values:
restricted - the text is not freely available
unknown* - the status of the text is unknown
free - the text is freely available
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="free"/>
     
<xsd:enumeration value="unknown"/>
     
<xsd:enumeration value="restricted"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element body
diagram
namespace http://www.olif.net
type bodyType
properties
content complex
children entry
used by
complexType olifType
annotation
documentation
The body element groups a list of entries which contain linguistic/lexical/terminological data categories for entry strings/designators.
source <xsd:element name="body" type="bodyType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The body element groups a list of entries which contain linguistic/lexical/terminological data categories for entry strings/designators.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element byteCount
diagram
namespace http://www.olif.net
type extension of xsd:integer
properties
content complex
used by
element fileExtent
attributes
Name  Type  Use  Default  Fixed  annotation
ByteCountUnitderived by: xsd:string      
annotation
documentation
The byteCount element holds data about the size of the OLIF document including its tags, in its representation as a text file encoded in the character set mentioned in the encoding attribute of the XML declaration. This is useful for calculating media requirements or file download times.
source <xsd:element name="byteCount">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The byteCount element holds data about the size of the OLIF document including its tags, in its representation as a text file encoded in the character set mentioned in the encoding attribute of the XML declaration. This is useful for calculating media requirements or file download times.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:integer">
       
<xsd:attribute name="ByteCountUnit">
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:string">
             
<xsd:enumeration value="bytes"/>
             
<xsd:enumeration value="kb"/>
             
<xsd:enumeration value="mb"/>
             
<xsd:enumeration value="gb"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute byteCount/@ByteCountUnit
type restriction of xsd:string
properties
isRef 0
facets
enumeration bytes
enumeration kb
enumeration mb
enumeration gb
source <xsd:attribute name="ByteCountUnit">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="bytes"/>
     
<xsd:enumeration value="kb"/>
     
<xsd:enumeration value="mb"/>
     
<xsd:enumeration value="gb"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element canForm
diagram
namespace http://www.olif.net
properties
content complex
mixed true
children its:span
used by
complexType keyDCType
attributes
Name  Type  Use  Default  Fixed  annotation
xml:langoptional      
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
capVarContext      
capVarName      
altCanFromxsd:stringoptional      
documentation
The optional "altCanForm" attribute can hold an alternative representation of a canonical form.

If more than one alternative representation exists, the "crossRefer" element can be used to encode additional alternative representations.

Motivation:

In Japanese, for example, the canonical form may only be available as a mixture of Japanese scripts, as opposed to pure "Kana". That's why OLIF recommands but does not mandate pure "Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, "altCanForm" can hold the "mixed script" representation while "canForm" holds the "pure Kana".
its:translateits:translate.typeoptional      
its:locNotexsd:stringoptional      
its:locNoteTypeits:locNoteType.typeoptional      
its:locNoteRefxsd:anyURIoptional      
its:termInfoRefxsd:stringoptional      
its:termits:term.typeoptional      
annotation
documentation
The canForm element holds the entry string, represented in canonical form in accordance with OLIF guidelines.

Example use: success story

For Japanese, OLIF recommands "pure Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, the optional "altCanForm" attribute can hold the "mixed script" representation while "canForm" holds the "pure Kana".
source <xsd:element name="canForm">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The canForm element holds the entry string, represented in canonical form in accordance with OLIF guidelines.

Example use: success story

For Japanese, OLIF recommands "pure Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, the optional "altCanForm" attribute can hold the "mixed script" representation while "canForm" holds the "pure Kana".
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true">
   
<xsd:annotation>
     
<xsd:documentation>Type for canonical form</xsd:documentation>
   
</xsd:annotation>
   
<xsd:sequence>
     
<xsd:element ref="its:span" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute ref="xml:lang" use="optional"/>
   
<xsd:attribute name="capVarContext"/>
   
<xsd:attribute name="capVarName"/>
   
<xsd:attribute name="altCanFrom" type="xsd:string" use="optional">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The optional "altCanForm" attribute can hold an alternative representation of a canonical form.

If more than one alternative representation exists, the "crossRefer" element can be used to encode additional alternative representations.

Motivation:

In Japanese, for example, the canonical form may only be available as a mixture of Japanese scripts, as opposed to pure "Kana". That's why OLIF recommands but does not mandate pure "Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, "altCanForm" can hold the "mixed script" representation while "canForm" holds the "pure Kana".
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
   
<xsd:attributeGroup ref="its:its.ITSLocal.attlist"/>
   
<xsd:anyAttribute namespace="##any" processContents="skip"/>
 
</xsd:complexType>
</xsd:element>

attribute canForm/@capVarContext
properties
isRef 0
source <xsd:attribute name="capVarContext"/>

attribute canForm/@capVarName
properties
isRef 0
source <xsd:attribute name="capVarName"/>

attribute canForm/@altCanFrom
type xsd:string
properties
isRef 0
use optional
annotation
documentation
The optional "altCanForm" attribute can hold an alternative representation of a canonical form.

If more than one alternative representation exists, the "crossRefer" element can be used to encode additional alternative representations.

Motivation:

In Japanese, for example, the canonical form may only be available as a mixture of Japanese scripts, as opposed to pure "Kana". That's why OLIF recommands but does not mandate pure "Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, "altCanForm" can hold the "mixed script" representation while "canForm" holds the "pure Kana".
source <xsd:attribute name="altCanFrom" type="xsd:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The optional "altCanForm" attribute can hold an alternative representation of a canonical form.

If more than one alternative representation exists, the "crossRefer" element can be used to encode additional alternative representations.

Motivation:

In Japanese, for example, the canonical form may only be available as a mixture of Japanese scripts, as opposed to pure "Kana". That's why OLIF recommands but does not mandate pure "Kana" in the canonical form. In cases, however, where both a "mixed script" and a "pure Kana" representation are available, "altCanForm" can hold the "mixed script" representation while "canForm" holds the "pure Kana".
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element canFormExt
diagram
namespace http://www.olif.net
properties
content complex
children k_ele r_ele
annotation
documentation
The canFormExt element can be used to hold additional information related to a canonical form. Currently, the canFormExt is only recommanded for Japanese. The content model of the canForm element corresponds to JMDict 1.05.
source <xsd:element name="canFormExt">
 
<xsd:annotation>
   
<xsd:documentation>The canFormExt element can be used to hold additional information related to a canonical form. Currently, the canFormExt is only recommanded for Japanese. The content model of the canForm element corresponds to JMDict 1.05.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="k_ele" minOccurs="0"/>
     
<xsd:element ref="r_ele"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element capVarClass
diagram
namespace http://www.olif.net
type capVarAttr
properties
content complex
used by
elements allowedCapVariantClasses disallowedCapVariantClasses
attributes
Name  Type  Use  Default  Fixed  annotation
capVarNamexsd:stringrequired      
documentation
Name of a capitalization variant.
capVarContextxsd:stringrequired      
documentation
Context in which a capitalization variant can appear.
annotation
documentation
A type for both types (allowed and disallowed) capitalization variants.
source <xsd:element name="capVarClass" type="capVarAttr">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">A type for both types (allowed and disallowed) capitalization variants.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element case
diagram
namespace http://www.olif.net
type caseType
properties
content simple
used by
element monoMorph
facets
enumeration n
enumeration g
enumeration d
enumeration a
enumeration obj
enumeration subj
enumeration loc
enumeration prp
enumeration inst
enumeration un
annotation
documentation
The case element classifies grammatical case.

Example values: d, a, loc
source <xsd:element name="case" type="caseType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The case element classifies grammatical case.

Example values: d, a, loc
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element changePOS
diagram
namespace http://www.olif.net
type changePOSType
properties
content simple
used by
element structChange
annotation
documentation
The changePOS element holds data about the part of speech of an element being added or deleted.

Example values: noun, adj
source <xsd:element name="changePOS" type="changePOSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The changePOS element holds data about the part of speech of an element being added or deleted.

Example values: noun, adj
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element changeType
diagram
namespace http://www.olif.net
type changeTypeType
properties
content simple
used by
element structChange
facets
enumeration add-in-target
enumeration del-in-target
enumeration change-vbform
enumeration change-role
enumeration assign-case
enumeration change-el-transfer
annotation
documentation
The changeType element holds data related to the type of change.

Example values: change-role, add-in-target
source <xsd:element name="changeType" type="changeTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The changeType element holds data related to the type of change.

Example values: change-role, add-in-target
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element changeValue
diagram
namespace http://www.olif.net
type changeValueType
properties
content simple
used by
element structChange
facets
enumeration active
enumeration passive
enumeration causative
enumeration reflexive
enumeration subj-dobj
enumeration dobj-subj
enumeration dobj-iobj
enumeration iobj-dobj
enumeration subj-iobj
enumeration iobj-subj
enumeration n
enumeration g
enumeration d
enumeration a
enumeration obj
enumeration subj
enumeration loc
enumeration prp
enumeration inst
annotation
documentation
The changeValue element holds data about the string or data category being changed.

Example values: active, subj-dobj
source <xsd:element name="changeValue" type="changeValueType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The changeValue element holds data about the string or data category being changed.

Example values: active, subj-dobj
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element company
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The company element holds information about the company/organisation for which the entry is valid.

Example use: LongDistanceRunners Ltd.
source <xsd:element name="company" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The company element holds information about the company/organisation for which the entry is valid.

Example use: LongDistanceRunners Ltd.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element conceptCount
diagram
namespace http://www.olif.net
type xsd:integer
properties
content simple
used by
element fileExtent
annotation
documentation
The conceptCount element holds data about the number of concepts in the OLIF document.
source <xsd:element name="conceptCount" type="xsd:integer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The conceptCount element holds data about the number of concepts in the OLIF document.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element conceptHierarchyDCS
diagram
namespace http://www.olif.net
type conceptHierarchyDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The conceptHierarchyDCS element holds data about a user-extended scheme for describing the concept hierarchy/ontology of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="conceptHierarchyDCS" type="conceptHierarchyDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The conceptHierarchyDCS element holds data about a user-extended scheme for describing the concept hierarchy/ontology of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element confidence
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The confidence element holds data from terminology extraction. The value of the confidence element indicates, how confident the term extraction program is, that the term really is a term.

Example values: 0.99, high
source <xsd:element name="confidence" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The confidence element holds data from terminology extraction. The value of the confidence element indicates, how confident the term extraction program is, that the term really is a term.

Example values: 0.99, high
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element contentInfo
diagram
namespace http://www.olif.net
properties
content complex
children quotMarkInfo syllabificationMarkInfo abbrevHandling langIdUse valueDefaults allowedCapVariantClasses disallowedCapVariantClasses
used by
complexType headerType
annotation
documentation
The contentInfo element groups data categories related to the practice adopted for encoding quotation marks, abbreviations etc.
source <xsd:element name="contentInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The contentInfo element groups data categories related to the practice adopted for encoding quotation marks, abbreviations etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="quotMarkInfo"/>
     
<xsd:element ref="syllabificationMarkInfo" minOccurs="0"/>
     
<xsd:element ref="abbrevHandling" minOccurs="0"/>
     
<xsd:element ref="langIdUse"/>
     
<xsd:element ref="valueDefaults" minOccurs="0"/>
     
<xsd:element ref="allowedCapVariantClasses" minOccurs="0"/>
     
<xsd:element ref="disallowedCapVariantClasses" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element context
diagram
namespace http://www.olif.net
type contextType
properties
content simple
used by
elements contextStmt contextStmt
facets
enumeration head
enumeration pp
enumeration genobj
enumeration adj
enumeration prep
enumeration subj
enumeration dobj
enumeration iobj
enumeration comp
enumeration adv
enumeration prepobj
enumeration string
annotation
documentation
The context element holds data about one of the following: a) the context for a given translation of a source word/phrase into a target word/phrase b) the context for a structural change in the target language.

Example values: pp, genobj
source <xsd:element name="context" type="contextType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The context element holds data about one of the following: a) the context for a given translation of a source word/phrase into a target word/phrase b) the context for a structural change in the target language.

Example values: pp, genobj
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element contextStmt
diagram
namespace http://www.olif.net
properties
content complex
children context logOp
used by
elements structChange trRestrict
annotation
documentation
The contextStmt element groups multiple related contexts (contexts can be connected by means of logical operators).
source <xsd:element name="contextStmt">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The contextStmt element groups multiple related contexts (contexts can be connected by means of logical operators).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="context"/>
     
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="logOp"/>
       
<xsd:element ref="context"/>
     
</xsd:sequence>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element crLinkType
diagram
namespace http://www.olif.net
type crLinkTypeType
properties
content simple
used by
element crossRefer
facets
enumeration synonym
enumeration near-synonym
enumeration antonym
enumeration near-antonym
enumeration has-hyperonym
enumeration has-hyponym
enumeration has-holonym
enumeration has-meronym
enumeration has-holo-member
enumeration has-mero-member
enumeration has-holo-portion
enumeration has-mero-portion
enumeration has-holo-madeof
enumeration has-mero-madeof
enumeration has-holo-location
enumeration has-mero-location
enumeration causes
enumeration is-caused-by
enumeration has-subevent
enumeration is-subevent-of
enumeration role
enumeration involved
enumeration role-agent
enumeration involved-agent
enumeration role-patient
enumeration involved-patient
enumeration role-result
enumeration involved-result
enumeration role-instrument
enumeration involved-instrument
enumeration role-location
enumeration involved-location
enumeration role-direction
enumeration involved-direction
enumeration produces
enumeration is-product-of
enumeration process-step
enumeration in-sequence
enumeration is-spatial-rel
enumeration is-associated
enumeration is-child-of
enumeration is-parent-of
enumeration is-used-for
enumeration use
enumeration in-manner
enumeration manner-of
enumeration be-in-state
enumeration state-of
enumeration previous
enumeration no-synonym
enumeration has-no-syn
enumeration is-derived-from
enumeration has-derived
enumeration pertains-to
enumeration is-pertained-to
enumeration has-instance
enumeration belongs-to-class
enumeration keyword
enumeration acronym
enumeration has-acronym
enumeration orth-variant
enumeration has-orth-variant
enumeration abbreviation
enumeration has-abbrev
enumeration headword
enumeration has-headword
enumeration fuzzynym
enumeration repl-controlled
enumeration co-role
enumeration co-agent-patient
enumeration co-patient-agent
enumeration co-agent-instrument
enumeration co-instrument-agent
enumeration co-agent-result
enumeration co-result-agent
enumeration co-patient-instrument
enumeration co-instrument-patient
enumeration co-patient-result
enumeration co-result-patient
enumeration co-instrument-result
enumeration co-result-instrument
enumeration un
annotation
documentation
The crLinkType element classifies the relation between the entry from which the link originates and the entry to which the link points. The possible relations include ISO relations (most of which formally apply to concepts rather than the terms themselves; they have been adapted here for the purposes of OLIF) and the analysis contained in EuroWordNet (July, 2000).

Example values: synonym, antonym
source <xsd:element name="crLinkType" type="crLinkTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The crLinkType element classifies the relation between the entry from which the link originates and the entry to which the link points. The possible relations include ISO relations (most of which formally apply to concepts rather than the terms themselves; they have been adapted here for the purposes of OLIF) and the analysis contained in EuroWordNet (July, 2000).

Example values: synonym, antonym
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element crLinkTypeDCS
diagram
namespace http://www.olif.net
type crLinkTypeDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The crLinkTypeDCS element holds data about a user-extended scheme for describing the cross relationships between OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="crLinkTypeDCS" type="crLinkTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The crLinkTypeDCS element holds data about a user-extended scheme for describing the cross relationships between OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element crossRefer
diagram
namespace http://www.olif.net
properties
content complex
children keyDC crLinkType orthVariantType generalDC
used by
complexType entryType
attributes
Name  Type  Use  Default  Fixed  annotation
CrTargetxsd:string      
documentation
The CrTarget attribute holds data about the link target of a cross-reference relationship.
annotation
documentation
The crossRefer element groups the data categories for cross-references. Cross-references define relations between the given entry (link source) and other entries in the lexicon (link target) in the same language.
source <xsd:element name="crossRefer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The crossRefer element groups the data categories for cross-references. Cross-references define relations between the given entry (link source) and other entries in the lexicon (link target) in the same language.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="keyDC" minOccurs="0"/>
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="crLinkType"/>
       
<xsd:element name="orthVariantType">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The orthVariantType element specifies the type of the orthographic variant. Possible values:

transcription
spelling
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:string">
             
<xsd:enumeration value="transcription"/>
             
<xsd:enumeration value="spelling"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:element>
       
<xsd:element ref="generalDC"/>
     
</xsd:choice>
   
</xsd:sequence>
   
<xsd:attribute name="CrTarget" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The CrTarget attribute holds data about the link target of a cross-reference relationship.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute crossRefer/@CrTarget
type xsd:string
properties
isRef 0
annotation
documentation
The CrTarget attribute holds data about the link target of a cross-reference relationship.
source <xsd:attribute name="CrTarget" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The CrTarget attribute holds data about the link target of a cross-reference relationship.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element crossRefer/orthVariantType
diagram
namespace http://www.olif.net
type restriction of xsd:string
properties
isRef 0
content simple
facets
enumeration transcription
enumeration spelling
annotation
documentation
The orthVariantType element specifies the type of the orthographic variant. Possible values:

transcription
spelling
source <xsd:element name="orthVariantType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The orthVariantType element specifies the type of the orthographic variant. Possible values:

transcription
spelling
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="transcription"/>
     
<xsd:enumeration value="spelling"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element dataCatReg
diagram
namespace http://www.olif.net
properties
content complex
children ptOfSpeechDCS subjFieldDCS semReadingDCS morphStructDCS inflectionDCS aspectDCS synTypeDCS synFrameDCS synStructDCS semTypeDCS conceptHierarchyDCS crLinkTypeDCS orthVariantTypeDCS styleDCS
used by
complexType headerType
annotation
documentation
The dataCatReg element groups data categories for extensions to extensible OLIF data categories (like ptOfSpeech). The idea is that whenever a user chooses to make use of a user extension (and for example supplies his own tag set for part-of-speech), he explains the overall listing of the data categories and values he uses (for example via a URL that he puts into the ptOfSpeechDCS element of the dataCatReg element). The dataCatReg element contains several data category specifications (DCS).
source <xsd:element name="dataCatReg">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The dataCatReg element groups data categories for extensions to extensible OLIF data categories (like ptOfSpeech). The idea is that whenever a user chooses to make use of a user extension (and for example supplies his own tag set for part-of-speech), he explains the overall listing of the data categories and values he uses (for example via a URL that he puts into the ptOfSpeechDCS element of the dataCatReg element). The dataCatReg element contains several data category specifications (DCS).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="ptOfSpeechDCS" minOccurs="0"/>
     
<xsd:element ref="subjFieldDCS" minOccurs="0"/>
     
<xsd:element ref="semReadingDCS" minOccurs="0"/>
     
<xsd:element ref="morphStructDCS" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The morphStructDCS element holds data about a user-extended scheme for describing the semantic reading information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element ref="inflectionDCS" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The inflectionDCS element holds data about a user-extended scheme for describing the semantic reading information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element ref="aspectDCS" minOccurs="0"/>
     
<xsd:element ref="synTypeDCS" minOccurs="0"/>
     
<xsd:element ref="synFrameDCS" minOccurs="0"/>
     
<xsd:element ref="synStructDCS" minOccurs="0"/>
     
<xsd:element ref="semTypeDCS" minOccurs="0"/>
     
<xsd:element ref="conceptHierarchyDCS" minOccurs="0"/>
     
<xsd:element ref="crLinkTypeDCS" minOccurs="0"/>
     
<xsd:element ref="orthVariantTypeDCS" minOccurs="0"/>
     
<xsd:element ref="styleDCS" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element date
diagram
namespace http://www.olif.net
type extension of dateType
properties
content complex
used by
element publStmt
attributes
Name  Type  Use  Default  Fixed  annotation
DateValuedateType      
annotation
documentation
The date element holds data about a date. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ. (e.g. 19970811T133402Z for August 11th 1997 at 1:34pm 2 seconds.) This is one of the options described in ISO 8601:1988. The value is preferably given in Coordinated Universal Time (UTC; as indicated by the terminal Z). The DateValue attribute can be used to specify the date in an arbitrary format.
source <xsd:element name="date">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The date element holds data about a date. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ. (e.g. 19970811T133402Z for August 11th 1997 at 1:34pm 2 seconds.) This is one of the options described in ISO 8601:1988. The value is preferably given in Coordinated Universal Time (UTC; as indicated by the terminal Z). The DateValue attribute can be used to specify the date in an arbitrary format.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="dateType">
       
<xsd:attribute name="DateValue" type="dateType"/>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute date/@DateValue
type dateType
properties
isRef 0
source <xsd:attribute name="DateValue" type="dateType"/>

element definition
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element monoSem
attributes
Name  Type  Use  Default  Fixed  annotation
its:termInfoRefPointer      
annotation
documentation
The definition element holds a prose definition of the entry string. Example use: Collection of interfaces usable by a programmer
source <xsd:element name="definition">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The definition element holds a prose definition of the entry string. Example use: Collection of interfaces usable by a programmer</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true">
   
<xsd:sequence>
     
<xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute ref="its:termInfoRefPointer"/>
 
</xsd:complexType>
</xsd:element>

element degree
diagram
namespace http://www.olif.net
type degreeType
properties
content simple
used by
element monoMorph
facets
enumeration pos
enumeration comp
enumeration sup
enumeration ela
enumeration un
annotation
documentation
The degree element classifies adjectival degree type.

Example values: comp, sup
source <xsd:element name="degree" type="degreeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The degree element classifies adjectival degree type.

Example values: comp, sup
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element depSynonym
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element monoAdmin
attributes
Name  Type  Use  Default  Fixed  annotation
capVarContext      
documentation
Describes the context for which a capitalization variant is valid
capVarName      
documentation
Name of a capitalization variant
annotation
documentation
The depSynonym element holds data about a rejected or deprecated synonym of the entry string.

Example use: IS-H
source <xsd:element name="depSynonym">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The depSynonym element holds data about a rejected or deprecated synonym of the entry string.

Example use: IS-H
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute ref="capVarContext"/>
       
<xsd:attribute ref="capVarName"/>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

element disallowedCapVariantClasses
diagram
namespace http://www.olif.net
properties
content complex
children capVarClass
used by
element contentInfo
annotation
documentation
Disallowed capitalization variants
source <xsd:element name="disallowedCapVariantClasses">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Disallowed capitalization variants</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="capVarClass" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element distributor
diagram
namespace http://www.olif.net
properties
content complex
children name address telephone fax eAddress
used by
element publStmt
attributes
Name  Type  Use  Default  Fixed  annotation
DistributorTypederived by: xsd:NMTOKEN      
documentation
The DistributorType attribute classifies a distributor.

Possible values:
person - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
annotation
documentation
The distributor element holds data about the person or institution who distributes the OLIF document.
source <xsd:element name="distributor">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The distributor element holds data about the person or institution who distributes the OLIF document.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="name"/>
     
<xsd:element ref="address" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="telephone" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="fax" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="eAddress" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute name="DistributorType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The DistributorType attribute classifies a distributor.

Possible values:
person - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
</xsd:documentation>
     
</xsd:annotation>
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:NMTOKEN">
         
<xsd:enumeration value="place"/>
         
<xsd:enumeration value="org"/>
         
<xsd:enumeration value="person"/>
         
<xsd:enumeration value="cmp"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute distributor/@DistributorType
type restriction of xsd:NMTOKEN
properties
isRef 0
facets
enumeration place
enumeration org
enumeration person
enumeration cmp
annotation
documentation
The DistributorType attribute classifies a distributor.

Possible values:
person - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
source <xsd:attribute name="DistributorType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DistributorType attribute classifies a distributor.

Possible values:
person - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="place"/>
     
<xsd:enumeration value="org"/>
     
<xsd:enumeration value="person"/>
     
<xsd:enumeration value="cmp"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element eAddress
diagram
namespace http://www.olif.net
type eAddressType
properties
content complex
used by
elements distributor owner
attributes
Name  Type  Use  Default  Fixed  annotation
EAddressTypederived by: xsd:NMTOKEN  email    
documentation
The EAdressType attribute classifies the electronic address (email address, web site, ftp site, etc.).

Possible values:
email* - the value is an electronic mail address
url - the value is an URL
annotation
documentation
The eAddress element holds data about an electronic address of the person or institution who distributes the OLIF file. Note that more than one occurrence of this tag can appear, so that multiple addresses (possibly of different types) can be included.
source <xsd:element name="eAddress" type="eAddressType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The eAddress element holds data about an electronic address of the person or institution who distributes the OLIF file. Note that more than one occurrence of this tag can appear, so that multiple addresses (possibly of different types) can be included.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entry
diagram
namespace http://www.olif.net
type entryType
properties
content complex
children mono crossRefer transfer
used by
complexType bodyType
attributes
Name  Type  Use  Default  Fixed  annotation
ConceptUserIdxsd:string      
documentation
The ConceptUserId attribute holds data about a user-defined identifier of a concept.
ConceptUniversalIdxsd:string      
documentation
The ConceptUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a concept.
LemmaUserIdxsd:string      
documentation
The LemmaUserId attribute holds data about a user-defined identifier of a concept.
EntryUserIdxsd:string      
annotation
documentation
The entry element groups all of the linguistic/lexical/terminological data categories related to a single entry string/designator.
source <xsd:element name="entry" type="entryType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entry element groups all of the linguistic/lexical/terminological data categories related to a single entry string/designator.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entryCount
diagram
namespace http://www.olif.net
type xsd:integer
properties
content simple
used by
element fileExtent
annotation
documentation
The entryCount element holds data about the number of entries in the OLIF document.
source <xsd:element name="entryCount" type="xsd:integer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entryCount element holds data about the number of entries in the OLIF document.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entryFormation
diagram
namespace http://www.olif.net
type entryFormationType
properties
content simple
used by
element monoAdmin
facets
enumeration abb
enumeration acr
enumeration sgl
enumeration cmp
enumeration phr
enumeration un
annotation
documentation
The entryFormation element classifies the shape/structure of the entry string.

Example values: abb, acr
source <xsd:element name="entryFormation" type="entryFormationType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entryFormation element classifies the shape/structure of the entry string.

Example values: abb, acr
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entrySource
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The entrySource element holds data about the entry source, or the lexicon/termbase that the entry originated from.

Example use: TermDB for software package X
source <xsd:element name="entrySource" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entrySource element holds data about the entry source, or the lexicon/termbase that the entry originated from.

Example use: TermDB for software package X
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entryStatus
diagram
namespace http://www.olif.net
type entryStatusType
properties
content simple
used by
element monoAdmin
facets
enumeration word
enumeration term
enumeration concept
enumeration stopword
enumeration un
annotation
documentation
The entryStatus element classifies the entry status of an entry within a given lexicon/termbase (note that there exists a separate data category for the administrative status).

Example values: word
source <xsd:element name="entryStatus" type="entryStatusType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entryStatus element classifies the entry status of an entry within a given lexicon/termbase (note that there exists a separate data category for the administrative status).

Example values: word
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element entryType
diagram
namespace http://www.olif.net
type entryTypeType
properties
content simple
used by
element monoAdmin
facets
enumeration product-name
enumeration trademark
enumeration orth-var
enumeration un
annotation
documentation
The entryType element classifies the entry string as being a product name, trademark, or orthographic variant (note that orthographic variants may also be encoded as cross-references).

Example values: trademark, orth-var
source <xsd:element name="entryType" type="entryTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The entryType element classifies the entry string as being a product name, trademark, or orthographic variant (note that orthographic variants may also be encoded as cross-references).

Example values: trademark, orth-var
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element equival
diagram
namespace http://www.olif.net
type equivalType
properties
content simple
used by
element transfer
facets
enumeration full
enumeration partial
enumeration alt
enumeration none
enumeration un
annotation
documentation
The equival element holds data about the degree of transfer relationship between words/phrases in two different languages.

Example values: full, partial
source <xsd:element name="equival" type="equivalType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The equival element holds data about the degree of transfer relationship between words/phrases in two different languages.

Example values: full, partial
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element example
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element generalDC
annotation
documentation
The example element holds data about a sample text or portion of text that contains the entry string as an illustration of usage.

Example use: ERP is on the rise again.
source <xsd:element name="example">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The example element holds data about a sample text or portion of text that contains the entry string as an illustration of usage.

Example use: ERP is on the rise again.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true">
   
<xsd:sequence>
     
<xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element fax
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
elements distributor owner
annotation
documentation
The fax element holds data about the fax number of the person or
institution who distributes the OLIF file (preferably in a format conformant to ITU-T/CCITT Recommendation E.123.
source <xsd:element name="fax" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>The fax element holds data about the fax number of the person or
institution who distributes the OLIF file (preferably in a format conformant to ITU-T/CCITT Recommendation E.123.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element fileDesc
diagram
namespace http://www.olif.net
properties
content complex
children fileName fileId fileExtent
used by
complexType olifType
annotation
documentation
The fileDesc element groups data categories relating to physical
features of the OLIF instance (document).
source <xsd:element name="fileDesc">
 
<xsd:annotation>
   
<xsd:documentation>The fileDesc element groups data categories relating to physical
features of the OLIF instance (document).
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="fileName" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="fileId" type="xsd:string"/>
     
<xsd:element ref="fileExtent"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element fileDesc/fileName
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="fileName" type="xsd:string" minOccurs="0"/>

element fileDesc/fileId
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
content simple
source <xsd:element name="fileId" type="xsd:string"/>

element fileExtent
diagram
namespace http://www.olif.net
properties
content complex
children conceptCount entryCount termCount byteCount lemmaCount
used by
element fileDesc
annotation
documentation
The fileExtent element groups data categories related to counts of items (for example number of entries) in the contents of the OLIF instance.
source <xsd:element name="fileExtent">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The fileExtent element groups data categories related to counts of items (for example number of entries) in the contents of the OLIF instance.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="conceptCount" minOccurs="0"/>
     
<xsd:element ref="entryCount"/>
     
<xsd:element ref="termCount"/>
     
<xsd:element ref="byteCount"/>
     
<xsd:element ref="lemmaCount" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element fileId
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
annotation
documentation
The fileId element holds data about a unique identifier (e.g. a globally unique identifier) of the OLIF file.

Example use: 011000358700000683362001E.xml
source <xsd:element name="fileId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The fileId element holds data about a unique identifier (e.g. a globally unique identifier) of the OLIF file.

Example use: 011000358700000683362001E.xml
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element fileName
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
annotation
documentation
The fileName element holds data about the name of the OLIF file.

Example use: olifForAgency14Jan02.xml
source <xsd:element name="fileName" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The fileName element holds data about the name of the OLIF file.

Example use: olifForAgency14Jan02.xml
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element gender
diagram
namespace http://www.olif.net
type genderType
properties
content simple
used by
element monoMorph
facets
enumeration m
enumeration f
enumeration n
enumeration c
enumeration un
annotation
documentation
The gender element classifies grammatical gender. Example values: m, f
source <xsd:element name="gender" type="genderType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The gender element classifies grammatical gender. Example values: m, f</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element generalDC
diagram
namespace http://www.olif.net
properties
content complex
children updater modDate example usage note group
used by
elements crossRefer transfer
complexType monoType
annotation
documentation
The generalDC element groups general data categories. General data
categories are optional elements that can be used in any of the top-level OLIF groups for entries (mono, crossRefer, or transfer).
source <xsd:element name="generalDC">
 
<xsd:annotation>
   
<xsd:documentation>The generalDC element groups general data categories. General data
categories are optional elements that can be used in any of the top-level OLIF groups for entries (mono, crossRefer, or transfer).
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="updater" type="xsd:string" minOccurs="0"/>
     
<xsd:element ref="modDate" minOccurs="0"/>
     
<xsd:element ref="example" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element name="usage" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="note" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element generalDC/updater
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="updater" type="xsd:string" minOccurs="0"/>

element generalDC/usage
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xsd:element name="usage" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>

element geogUsage
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The geogUsage element holds data about the geographical usage, or dialect, of the entry string.

Example values: CA, GB
source <xsd:element name="geogUsage" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The geogUsage element holds data about the geographical usage, or dialect, of the entry string.

Example values: CA, GB
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element group
diagram
namespace http://www.olif.net
type extension of groupType
properties
content complex
used by
elements generalDC monoAdmin monoMorph monoSem monoSyn
attributes
Name  Type  Use  Default  Fixed  annotation
prefxsd:string      
documentation
The pref attribute designates the preferred member of a group (e.g. the preferred inflection).
elementderived by: xsd:stringrequired      
documentation
The mandatory element attribute designates an element.
annotation
documentation
The group element serves as a container for elements with multiple occurrences (e.g. the element inflection). The mandatory element attribute designates the element whose occurrences are grouped. The optional pref attribute may be used to designate the preferred member of a group (e.g. the preferred inflection).

The following contextual condition applies: If a set of elements (e.g. several inflection elements) is grouped, then no individual element is allowed (e.g. an inflection element in a monoMorph element). If group is used, is should group at least two elements.
source <xsd:element name="group">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The group element serves as a container for elements with multiple occurrences (e.g. the element inflection). The mandatory element attribute designates the element whose occurrences are grouped. The optional pref attribute may be used to designate the preferred member of a group (e.g. the preferred inflection).

The following contextual condition applies: If a set of elements (e.g. several inflection elements) is grouped, then no individual element is allowed (e.g. an inflection element in a monoMorph element). If group is used, is should group at least two elements.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="groupType">
       
<xsd:sequence minOccurs="2" maxOccurs="unbounded">
         
<xsd:any namespace="##targetNamespace"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element head
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoMorph
annotation
documentation
The head element holds data about the head word in a multiword/phrasal entry string.

Example use: infotype (planned compensation infotype)
source <xsd:element name="head" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The head element holds data about the head word in a multiword/phrasal entry string.

Example use: infotype (planned compensation infotype)
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element header
diagram
namespace http://www.olif.net
type headerType
properties
content complex
children publStmt dataCatReg contentInfo workflowInfo locInfo termExtrInfo replacements note prop its:rules
used by
complexType olifType
attributes
Name  Type  Use  Default  Fixed  annotation
itsRulesxsd:stringoptional      
documentation
The itsRules attribute points to external rules related to the Internationalization Tag Set (see http://www.w3.org/2005/11/its).
CreaToolxsd:string      
documentation
The CreaTool attribute holds data about the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: CoolTermExtract
CreaToolVersionxsd:string      
documentation
The CreaToolVersion attribute holds data about the version of the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: 2.14
OrigFormatxsd:string      
documentation
The OrigFormat attribute holds data about the format of the file from which the OLIF document has been generated. The format specification may include a product name and even a version tag. This may lead to format specifications like the following:

         LOGOS-eSense
         LOGOS-LDE-1.1
         LOGOS-LDE-1.2
CreaDatedateTyperequired      
documentation
The CreaDate attribute holds data about the date of the creation of the element. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ (e.g. 19970811T133402Z for August 11th 1997 at 1 hour 34 minutes 2 seconds.) This is one of the options described in ISO 8601:1988. The value should be given in Coordinated Universal Time (UTC; as indicated by the terminal Z).

Example use: 19970811T133402Z
CreaIdxsd:stringrequired      
documentation
The CreaId attribute holds data about the user who created the element.

Example use: Lars Nauter
AdminLangxsd:language      
annotation
documentation
The header element groups data categories information about the data that has been encoded (thus, header holds meta-data).
source <xsd:element name="header" type="headerType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The header element groups data categories information about the data that has been encoded (thus, header holds meta-data).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element idNo
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element publStmt
attributes
Name  Type  Use  Default  Fixed  annotation
IdNoTypederived by: xsd:NMTOKEN  isbn    
documentation
The IdNoType attribute holds data about a name or abbreviation (e.g., isbn) identifying what type of identifying number is given.

Possible values:
isbn* - the value is an International Standard Book Number (ISBN) number
annotation
documentation
The idNo element holds data about a number (e.g. ISBN) used to identify an OLIF document.
source <xsd:element name="idNo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The idNo element holds data about a number (e.g. ISBN) used to identify an OLIF document.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="IdNoType" default="isbn">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The IdNoType attribute holds data about a name or abbreviation (e.g., isbn) identifying what type of identifying number is given.

Possible values:
isbn* - the value is an International Standard Book Number (ISBN) number
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="isbn"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute idNo/@IdNoType
type restriction of xsd:NMTOKEN
properties
isRef 0
default isbn
facets
enumeration isbn
annotation
documentation
The IdNoType attribute holds data about a name or abbreviation (e.g., isbn) identifying what type of identifying number is given.

Possible values:
isbn* - the value is an International Standard Book Number (ISBN) number
source <xsd:attribute name="IdNoType" default="isbn">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The IdNoType attribute holds data about a name or abbreviation (e.g., isbn) identifying what type of identifying number is given.

Possible values:
isbn* - the value is an International Standard Book Number (ISBN) number
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="isbn"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element inflection
diagram
namespace http://www.olif.net
type extension of inflectionTypeType
properties
content complex
used by
element monoMorph
attributes
Name  Type  Use  Default  Fixed  annotation
cDes      
documentation
The cDes attribute holds a class desginator (e.g. according to the classification of inflection patterns in an MT system).
annotation
documentation
The inflection element holds data about the inflection pattern(s) of the entry string (or its head in case of a multiword/phrasal entry).

The value is a lexical form which demonstrates the inflection. User-defined values have to start with the prefix x-. Information about the user-defined values has to be recorded in the corresponding DCS element of the element dataCatReg (inflectionDCS for inflection codes).



The optional cDes attribute holds a class desginator (e.g. according to the classifiaction of inflection patterns in an MT system).



Example use: book

source <xsd:element name="inflection">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The inflection element holds data about the inflection pattern(s) of the entry string (or its head in case of a multiword/phrasal entry).

The value is a lexical form which demonstrates the inflection. User-defined values have to start with the prefix x-. Information about the user-defined values has to be recorded in the corresponding DCS element of the element dataCatReg (inflectionDCS for inflection codes).



The optional cDes attribute holds a class desginator (e.g. according to the classifiaction of inflection patterns in an MT system).



Example use: book

</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="inflectionTypeType">
       
<xsd:attribute name="cDes">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The cDes attribute holds a class desginator (e.g. according to the classification of inflection patterns in an MT system). </xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute inflection/@cDes
properties
isRef 0
annotation
documentation
The cDes attribute holds a class desginator (e.g. according to the classification of inflection patterns in an MT system).
source <xsd:attribute name="cDes">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The cDes attribute holds a class desginator (e.g. according to the classification of inflection patterns in an MT system). </xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element inflectionDCS
diagram
namespace http://www.olif.net
type inflectionDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
InflectionDCSTypederived by: xsd:NMTOKENrequired      
documentation
The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values:
classDesignator - reference to a code/designator from a classification scheme
inflectsLike - example
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values: classDesignator - reference to a code/designator from a classification scheme inflectsLike - example
source <xsd:element name="inflectionDCS" type="inflectionDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values: classDesignator - reference to a code/designator from a classification scheme inflectsLike - example
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element k_ele
diagram
namespace http://www.olif.net
properties
content complex
children keb ke_inf ke_pri
used by
element canFormExt
annotation
documentation
The kanji element, or in its absence, the reading element, is the defining component of each entry. The overwhelming majority of entries will have a single kanji element associated with a word in Japanese. Where there are multiple kanji elements within an entry, they will be orthographical variants of the same word, either using variations in okurigana, or alternative and equivalent kanji. Common "mis-spellings" may be included, provided they are associated with appropriate information fields. Synonyms are not included; they may be indicated in the
cross-reference field associated with the sense element.
source <xsd:element name="k_ele">
 
<xsd:annotation>
   
<xsd:documentation>The kanji element, or in its absence, the reading element, is the defining component of each entry. The overwhelming majority of entries will have a single kanji element associated with a word in Japanese. Where there are multiple kanji elements within an entry, they will be orthographical variants of the same word, either using variations in okurigana, or alternative and equivalent kanji. Common "mis-spellings" may be included, provided they are associated with appropriate information fields. Synonyms are not included; they may be indicated in the
cross-reference field associated with the sense element.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="keb"/>
     
<xsd:element ref="ke_inf" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="ke_pri" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ke_inf
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element k_ele
annotation
documentation
This is a coded information field related specifically to the orthography of the keb, and will typically indicate some unusual aspect, such as okurigana irregularity.
source <xsd:element name="ke_inf">
 
<xsd:annotation>
   
<xsd:documentation>This is a coded information field related specifically to the orthography of the keb, and will typically indicate some unusual aspect, such as okurigana irregularity.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element ke_pri
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element k_ele
annotation
documentation
This and the equivalent re_pri field are provided to record information about the relative priority of the entry, and are for use either by applications which want to concentrate on entries of a particular priority, or to generate subset files. The reason both the kanji and reading elements are tagged is because on occasions a priority is only associated with a particular kanji/reading pair.
source <xsd:element name="ke_pri">
 
<xsd:annotation>
   
<xsd:documentation>This and the equivalent re_pri field are provided to record information about the relative priority of the entry, and are for use either by applications which want to concentrate on entries of a particular priority, or to generate subset files. The reason both the kanji and reading elements are tagged is because on occasions a priority is only associated with a particular kanji/reading pair.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element keb
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element k_ele
annotation
documentation
This element will contain a word or short phrase in Japanese which is written using at least one kanji. The valid characters are kanji, kana, related characters such as chouon and kurikaeshi, and in exceptional cases, letters from other alphabets.
source <xsd:element name="keb">
 
<xsd:annotation>
   
<xsd:documentation>This element will contain a word or short phrase in Japanese which is written using at least one kanji. The valid characters are kanji, kana, related characters such as chouon and kurikaeshi, and in exceptional cases, letters from other alphabets.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element keyDC
diagram
namespace http://www.olif.net
type keyDCType
properties
content complex
children canForm language ptOfSpeech subjField semReading
used by
elements crossRefer transfer
complexType monoType
attributes
Name  Type  Use  Default  Fixed  annotation
KeyDCUserIdxsd:string      
documentation
The KeyDCUserId attribute holds data about a user-defined identifier of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
KeyDCUniversalIdxsd:string      
documentation
The KeyDCUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
annotation
documentation
The keyDC element groups the five key data categories whose values uniquely identify an entry.
source <xsd:element name="keyDC" type="keyDCType">
 
<xsd:annotation>
   
<xsd:documentation>The keyDC element groups the five key data categories whose values uniquely identify an entry.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element langIdUse
diagram
namespace http://www.olif.net
type restriction of xsd:string
properties
content simple
used by
element contentInfo
facets
enumeration region_standard
enumeration region_exception
annotation
documentation
The langIdUse element holds data about the way language identifers have been used.

Possible values:
region_standard - the region part of a locale (e.g. the CA in FR_CA) has been used even if the term also exists in the unrestricted locale (e.g. French as a whole)
region_exception - the region part of a locale only has been used if the term does not exist in the unrestricted locale
source <xsd:element name="langIdUse">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The langIdUse element holds data about the way language identifers have been used.

Possible values:
region_standard - the region part of a locale (e.g. the CA in FR_CA) has been used even if the term also exists in the unrestricted locale (e.g. French as a whole)
region_exception - the region part of a locale only has been used if the term does not exist in the unrestricted locale
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="region_standard"/>
     
<xsd:enumeration value="region_exception"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>

element language
diagram
namespace http://www.olif.net
type languageType
properties
content simple
used by
complexType keyDCType
source <xsd:element name="language" type="languageType"/>

element lemmaCount
diagram
namespace http://www.olif.net
type xsd:integer
properties
content simple
used by
element fileExtent
annotation
documentation
The lemmaCount element holds data about the number of lemmas in the OLIF document.
source <xsd:element name="lemmaCount" type="xsd:integer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The lemmaCount element holds data about the number of lemmas in the OLIF document.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element locInfo
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
complexType headerType
annotation
documentation
The locInfo element holds data about localization-relevant information (e.g. product version, component name, operating system platform, or build number).
source <xsd:element name="locInfo" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The locInfo element holds data about localization-relevant information (e.g. product version, component name, operating system platform, or build number).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element logOp
diagram
namespace http://www.olif.net
type logOpType
properties
content simple
used by
elements contextStmt testStmt trRestrictStmt
facets
enumeration AND
enumeration OR
enumeration NOT
annotation
documentation
The logOp element holds data about a logical operator.

Possible values:
AND - for trRestrictStmt and structChangeStmt
OR - for trRestrictStmt NOT - for trRestrictStmt
source <xsd:element name="logOp" type="logOpType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The logOp element holds data about a logical operator.

Possible values:
AND - for trRestrictStmt and structChangeStmt
OR - for trRestrictStmt NOT - for trRestrictStmt
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element logOpAnd
diagram
namespace http://www.olif.net
type logOpAndType
properties
content simple
used by
element structChangeStmt
facets
enumeration AND
annotation
documentation
The logOpAnd element holds data about the logical operator AND.
source <xsd:element name="logOpAnd" type="logOpAndType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The logOpAnd element holds data about the logical operator AND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element mapping
diagram
namespace http://www.olif.net
properties
content complex
children mappingValue mappingTarget
used by
element replacements
annotation
documentation
The mapping element groups a mapValue and a mapTarget. The mapValue should be used for the item designated by the mapTarget.
source <xsd:element name="mapping">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mapping element groups a mapValue and a mapTarget. The mapValue should be used for the item designated by the mapTarget.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="mappingValue"/>
     
<xsd:element ref="mappingTarget" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element mappingTarget
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element mapping
annotation
documentation
The mappingTarget element holds data about an item to which a replacement should be applied.
source <xsd:element name="mappingTarget" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mappingTarget element holds data about an item to which a replacement should be applied.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element mappingValue
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element mapping
annotation
documentation
The mapping element holds data about a replacement string that is used in a mapping.
source <xsd:element name="mappingValue" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mapping element holds data about a replacement string that is used in a mapping.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element modDate
diagram
namespace http://www.olif.net
type dateType
properties
content simple
used by
element generalDC
annotation
documentation
The modDate element holds data about the date on which the entry was last modified.

Example use: 20011115T140324Z
source <xsd:element name="modDate" type="dateType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The modDate element holds data about the date on which the entry was last modified.

Example use: 20011115T140324Z
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element mono
diagram
namespace http://www.olif.net
type monoType
properties
content complex
children keyDC monoDC generalDC
used by
complexType entryType
attributes
Name  Type  Use  Default  Fixed  annotation
MonoUserIdxsd:string      
documentation
The MonoUserId attribute holds data about a user-defined identifier of a grouping of monolingual data categories.
MonoUniversalIdxsd:string      
documentation
The MonoUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of monolingual data categories.
its:termInfoRefPointer      
annotation
documentation
The mono element groups the monolingual data within an entry.
source <xsd:element name="mono" type="monoType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mono element groups the monolingual data within an entry.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element monoAdmin
diagram
namespace http://www.olif.net
properties
content complex
children userDesignat syllabification geogUsage entryType entryFormation phraseType entryStatus entrySource originator adminStatus company abbrev orthVariant depSynonym timeRestrict product project locInfo confidence group
used by
element monoDC
annotation
documentation
The monoAdmin element groups the administrative data within a monolingual entry.
source <xsd:element name="monoAdmin">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The monoAdmin element groups the administrative data within a monolingual entry.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:choice maxOccurs="unbounded">
     
<xsd:element ref="userDesignat"/>
     
<xsd:element ref="syllabification"/>
     
<xsd:element ref="geogUsage"/>
     
<xsd:element ref="entryType"/>
     
<xsd:element ref="entryFormation"/>
     
<xsd:element ref="phraseType"/>
     
<xsd:element ref="entryStatus"/>
     
<xsd:element ref="entrySource"/>
     
<xsd:element ref="originator"/>
     
<xsd:element ref="adminStatus"/>
     
<xsd:element ref="company"/>
     
<xsd:element ref="abbrev"/>
     
<xsd:element ref="orthVariant"/>
     
<xsd:element ref="depSynonym"/>
     
<xsd:element ref="timeRestrict"/>
     
<xsd:element ref="product"/>
     
<xsd:element ref="project"/>
     
<xsd:element ref="locInfo"/>
     
<xsd:element ref="confidence"/>
     
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element monoDC
diagram
namespace http://www.olif.net
properties
content complex
children monoAdmin monoMorph monoSyn monoSem
used by
complexType monoType
annotation
documentation
The monoDC element groups optional data categories for administrative, morphological, syntactic and semantic data.
source <xsd:element name="monoDC">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The monoDC element groups optional data categories for administrative, morphological, syntactic and semantic data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="monoAdmin" minOccurs="0"/>
     
<xsd:element ref="monoMorph" minOccurs="0"/>
     
<xsd:element ref="monoSyn" minOccurs="0"/>
     
<xsd:element ref="monoSem" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element monoMorph
diagram
namespace http://www.olif.net
properties
content complex
children morphStruct inflection head gender case number person tense mood aspect degree auxType group
used by
element monoDC
annotation
documentation
The monoMorph element groups the morphological information within a monolingual entry.
source <xsd:element name="monoMorph">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The monoMorph element groups the morphological information within a monolingual entry.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:choice maxOccurs="unbounded">
     
<xsd:element ref="morphStruct"/>
     
<xsd:element ref="inflection"/>
     
<xsd:element ref="head"/>
     
<xsd:element ref="gender"/>
     
<xsd:element ref="case"/>
     
<xsd:element ref="number"/>
     
<xsd:element ref="person"/>
     
<xsd:element ref="tense"/>
     
<xsd:element ref="mood"/>
     
<xsd:element ref="aspect"/>
     
<xsd:element ref="degree"/>
     
<xsd:element ref="auxType"/>
     
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element monoSem
diagram
namespace http://www.olif.net
properties
content complex
children definition natGender semType group
used by
element monoDC
annotation
documentation
The monoSem element groups the semantic information within a monolingual entry.
source <xsd:element name="monoSem">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The monoSem element groups the semantic information within a monolingual entry.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:choice maxOccurs="unbounded">
     
<xsd:element ref="definition"/>
     
<xsd:element ref="natGender"/>
     
<xsd:element ref="semType"/>
     
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element monoSyn
diagram
namespace http://www.olif.net
properties
content complex
children synType synPosition transType synStruct synFrame prep verbPart group
used by
element monoDC
annotation
documentation
The monoSyn element groups the syntactic information within a monolingual entry.
source <xsd:element name="monoSyn">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The monoSyn element groups the syntactic information within a monolingual entry.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:choice maxOccurs="unbounded">
     
<xsd:element ref="synType"/>
     
<xsd:element ref="synPosition"/>
     
<xsd:element ref="transType"/>
     
<xsd:element ref="synStruct"/>
     
<xsd:element ref="synFrame"/>
     
<xsd:element ref="prep"/>
     
<xsd:element ref="verbPart"/>
     
<xsd:element ref="group" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element mood
diagram
namespace http://www.olif.net
type moodType
properties
content simple
used by
element monoMorph
facets
enumeration indic
enumeration subj
enumeration imper
enumeration cond
enumeration sup
enumeration un
annotation
documentation
The mood element classifies verb mood or mode. Example values: imper, cond
source <xsd:element name="mood" type="moodType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mood element classifies verb mood or mode. Example values: imper, cond</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element morphStruct
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoMorph
annotation
documentation
The morphStruct element holds data about the morphological structure of the entry string (note the possibilities provided for multiwords by means of the synStruct element).

Example use: #[[gebrauch+s]:[gegen+stand]]#
source <xsd:element name="morphStruct" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The morphStruct element holds data about the morphological structure of the entry string (note the possibilities provided for multiwords by means of the synStruct element).

Example use: #[[gebrauch+s]:[gegen+stand]]#
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element morphStructDCS
diagram
namespace http://www.olif.net
type morphStructDCSType
properties
content complex
used by
element dataCatReg
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The morphStruct element holds data about the morphological structure of the entry string (note the possibilities provided for multiwords by means of the synStruct element).

Example use: #[[gebrauch+s]:[gegen+stand]]#
source <xsd:element name="morphStructDCS" type="morphStructDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The morphStruct element holds data about the morphological structure of the entry string (note the possibilities provided for multiwords by means of the synStruct element).

Example use: #[[gebrauch+s]:[gegen+stand]]#
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element name
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
elements distributor owner
annotation
documentation
The name element holds data about a name (e.g. of a distributor or
owner).
source <xsd:element name="name" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>The name element holds data about a name (e.g. of a distributor or
owner).
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element natGender
diagram
namespace http://www.olif.net
type natGenderType
properties
content simple
used by
element monoSem
facets
enumeration X
annotation
documentation
The natGender element classifies the biological gender associated with the entry.

Example values: m, f, un
source <xsd:element name="natGender" type="natGenderType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The natGender element classifies the biological gender associated with the entry.

Example values: m, f, un
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element note
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element generalDC
complexType headerType
attributes
Name  Type  Use  Default  Fixed  annotation
NoteTypexsd:string      
annotation
documentation
The note element holds data about a note, or commentary, on an entry by a lexicographer/terminologist.

Example use: Never translate this.
source <xsd:element name="note">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The note element holds data about a note, or commentary, on an entry by a lexicographer/terminologist.

Example use: Never translate this.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true">
   
<xsd:sequence>
     
<xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute name="NoteType" type="xsd:string"/>
 
</xsd:complexType>
</xsd:element>

attribute note/@NoteType
type xsd:string
properties
isRef 0
source <xsd:attribute name="NoteType" type="xsd:string"/>

element number
diagram
namespace http://www.olif.net
type numberType
properties
content simple
used by
element monoMorph
facets
enumeration sg
enumeration pl
enumeration sgt
enumeration plt
enumeration du
enumeration invar
enumeration un
annotation
documentation
The number element classifies grammatical number.

Example values: sg, du
source <xsd:element name="number" type="numberType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The number element classifies grammatical number.

Example values: sg, du
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element olif
diagram
namespace http://www.olif.net
type olifType
properties
content complex
children header body sharedResources fileDesc
attributes
Name  Type  Use  Default  Fixed  annotation
OlifVersionderived by: xsd:stringrequired      
documentation
The OlifVersion attribute holds data about the version of OLIF to which the XML instance (document) conforms. The OLIF Consortium publishes the string identifier that might be used for the OlifVersion attribute.
annotation
documentation

The olif element is the base element for the Open Lexicon Interchange Format (OLIF) XSD

$DateTime: 2008/02/20 09:06:18 $
$Revision: #32 $
$Change: 26271 $
source <xsd:element name="olif" type="olifType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
The olif element is the base element for the Open Lexicon Interchange Format (OLIF) XSD

$DateTime: 2008/02/20 09:06:18 $
$Revision: #32 $
$Change: 26271 $
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element originator
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The originator element holds data about the individual who originated the entry.

Example use: Christopher Columbus
source <xsd:element name="originator" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The originator element holds data about the individual who originated the entry.

Example use: Christopher Columbus
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element orthVariant
diagram
namespace http://www.olif.net
type extension of orthVariantType
properties
content complex
used by
element monoAdmin
attributes
Name  Type  Use  Default  Fixed  annotation
varTypederived by: xsd:string      
documentation
The varType attribute holds information about the type of variant. Possible values:

spelling
transcription
capVarContext      
capVarName      
transSystemxsd:string      
documentation
The transSystem attribute can be used to give information about the transcription system which has been used (e.g. Romaji for Japanese).
annotation
documentation
The orthVariant element holds data about an orthographic variant of the entry string (note that orthographic variants may also be encoded as cross-references).

Example use: auf Grund
source <xsd:element name="orthVariant">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The orthVariant element holds data about an orthographic variant of the entry string (note that orthographic variants may also be encoded as cross-references).

Example use: auf Grund
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="orthVariantType">
       
<xsd:attribute name="varType">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The varType attribute holds information about the type of variant. Possible values:

spelling
transcription
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:string">
             
<xsd:enumeration value="transcription"/>
             
<xsd:enumeration value="spelling"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
       
<xsd:attribute name="capVarContext"/>
       
<xsd:attribute name="capVarName"/>
       
<xsd:attribute name="transSystem" type="xsd:string">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The transSystem attribute can be used to give information about the transcription system which has been used (e.g. Romaji for Japanese).</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute orthVariant/@varType
type restriction of xsd:string
properties
isRef 0
facets
enumeration transcription
enumeration spelling
annotation
documentation
The varType attribute holds information about the type of variant. Possible values:

spelling
transcription
source <xsd:attribute name="varType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The varType attribute holds information about the type of variant. Possible values:

spelling
transcription
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="transcription"/>
     
<xsd:enumeration value="spelling"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute orthVariant/@capVarContext
properties
isRef 0
source <xsd:attribute name="capVarContext"/>

attribute orthVariant/@capVarName
properties
isRef 0
source <xsd:attribute name="capVarName"/>

attribute orthVariant/@transSystem
type xsd:string
properties
isRef 0
annotation
documentation
The transSystem attribute can be used to give information about the transcription system which has been used (e.g. Romaji for Japanese).
source <xsd:attribute name="transSystem" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The transSystem attribute can be used to give information about the transcription system which has been used (e.g. Romaji for Japanese).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element orthVariantType
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
annotation
documentation
The orthVariantType element classifies the type of orthographic variant that the target of a cross-reference represents (currently only used for German; used for example to list old/new spelling) represents.

Example values: german-4
source <xsd:element name="orthVariantType" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The orthVariantType element classifies the type of orthographic variant that the target of a cross-reference represents (currently only used for German; used for example to list old/new spelling) represents.

Example values: german-4
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element orthVariantTypeDCS
diagram
namespace http://www.olif.net
type orthVariantTypeDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The orthVariantTypeDCS element holds data about a user-extended scheme for describing the system for orhtographic variants (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="orthVariantTypeDCS" type="orthVariantTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The orthVariantTypeDCS element holds data about a user-extended scheme for describing the system for orhtographic variants (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element owner
diagram
namespace http://www.olif.net
properties
content complex
children name address telephone fax eAddress
used by
element publStmt
attributes
Name  Type  Use  Default  Fixed  annotation
OwnerTypederived by: xsd:NMTOKEN      
documentation
The OwnerType attribute classifies an owner.

Possible values:
natPerson - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
annotation
documentation
The owner element holds data about the person, or institution that owns the OLIF document.
source <xsd:element name="owner">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The owner element holds data about the person, or institution that owns the OLIF document.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="name"/>
     
<xsd:element ref="address" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="telephone" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="fax" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="eAddress" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:attribute name="OwnerType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The OwnerType attribute classifies an owner.

Possible values:
natPerson - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
</xsd:documentation>
     
</xsd:annotation>
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:NMTOKEN">
         
<xsd:enumeration value="place"/>
         
<xsd:enumeration value="org"/>
         
<xsd:enumeration value="natPerson"/>
         
<xsd:enumeration value="cmp"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute owner/@OwnerType
type restriction of xsd:NMTOKEN
properties
isRef 0
facets
enumeration place
enumeration org
enumeration natPerson
enumeration cmp
annotation
documentation
The OwnerType attribute classifies an owner.

Possible values:
natPerson - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
source <xsd:attribute name="OwnerType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The OwnerType attribute classifies an owner.

Possible values:
natPerson - name of a person
place - name of a place
org - name of an organization article in a periodical
cmp - name of a company
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="place"/>
     
<xsd:enumeration value="org"/>
     
<xsd:enumeration value="natPerson"/>
     
<xsd:enumeration value="cmp"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element person
diagram
namespace http://www.olif.net
type personType
properties
content simple
used by
element monoMorph
facets
enumeration first
enumeration sec
enumeration third
enumeration un
annotation
documentation
The person element classifies grammatical person.

Example values: first, sec
source <xsd:element name="person" type="personType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The person element classifies grammatical person.

Example values: first, sec
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element phraseType
diagram
namespace http://www.olif.net
type phraseTypeType
properties
content simple
used by
element monoAdmin
facets
enumeration mw
enumeration set-phr
enumeration coll
enumeration idiom
enumeration un
annotation
documentation
The phraseType element classifies the phrasal type of an entity.

Example values: mw
source <xsd:element name="phraseType" type="phraseTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The phraseType element classifies the phrasal type of an entity.

Example values: mw
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element prep
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoSyn
annotation
documentation
The prep element holds data about prepositions that further specify syntactic frame elements.

Example use: into, about, from, mit, wegen, ausser
source <xsd:element name="prep" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The prep element holds data about prepositions that further specify syntactic frame elements.

Example use: into, about, from, mit, wegen, ausser
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element product
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The product element holds data about a product for which an entry is valid.

Example use: Spreadsheet3005
source <xsd:element name="product" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The product element holds data about a product for which an entry is valid.

Example use: Spreadsheet3005
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element project
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The project element holds data about a project for which an entry is valid.

Example use: localization of product X from English into German
source <xsd:element name="project" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The project element holds data about a project for which an entry is valid.

Example use: localization of product X from English into German
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element prop
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
complexType headerType
attributes
Name  Type  Use  Default  Fixed  annotation
PropTypexsd:stringrequired      
documentation
The PropType attribute holds data about the kind of data a prop element represents.
PropLangxsd:stringrequired      
documentation
The PropLang attribute holds data about the language used in a prop element.
annotation
documentation
The prop element holds data about non-standard (proprietary) information in an OLIF document. It may be used for communicating tool-specific information.
source <xsd:element name="prop">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The prop element holds data about non-standard (proprietary) information in an OLIF document. It may be used for communicating tool-specific information.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="PropType" type="xsd:string" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The PropType attribute holds data about the kind of data a prop element represents.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
       
<xsd:attribute name="PropLang" type="xsd:string" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The PropLang attribute holds data about the language used in a prop element.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute prop/@PropType
type xsd:string
properties
isRef 0
use required
annotation
documentation
The PropType attribute holds data about the kind of data a prop element represents.
source <xsd:attribute name="PropType" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The PropType attribute holds data about the kind of data a prop element represents.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute prop/@PropLang
type xsd:string
properties
isRef 0
use required
annotation
documentation
The PropLang attribute holds data about the language used in a prop element.
source <xsd:attribute name="PropLang" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The PropLang attribute holds data about the language used in a prop element.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element ptOfSpeech
diagram
namespace http://www.olif.net
type ptOfSpeechType
properties
content simple
used by
complexType keyDCType
annotation
documentation
The ptOfSpeech element classifies the part-of-speech represented by the entry string. In cases of phrases/multiword entries, the value for part-of-speech depends on the function of the phrase/multiword within a clause; the part-of-speech of the head element often indicates the value for part-of-speech value for the entire phrase/multiword string.

Example values: noun, verb
source <xsd:element name="ptOfSpeech" type="ptOfSpeechType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ptOfSpeech element classifies the part-of-speech represented by the entry string. In cases of phrases/multiword entries, the value for part-of-speech depends on the function of the phrase/multiword within a clause; the part-of-speech of the head element often indicates the value for part-of-speech value for the entire phrase/multiword string.

Example values: noun, verb
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ptOfSpeechDCS
diagram
namespace http://www.olif.net
type ptOfSpeechDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The ptOfSpeechDCS element (DCS is short for data category specification) holds data about a user-extended scheme for describing the part-of-speech of OLIF entries. Users can for example describe their additional part-of-speech tags by means of a URL or by means of CDATA sections.

Example uses: http://www.company.com/nlp/ptOfSpeech/projectX.htm
source <xsd:element name="ptOfSpeechDCS" type="ptOfSpeechDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ptOfSpeechDCS element (DCS is short for data category specification) holds data about a user-extended scheme for describing the part-of-speech of OLIF entries. Users can for example describe their additional part-of-speech tags by means of a URL or by means of CDATA sections.

Example uses: http://www.company.com/nlp/ptOfSpeech/projectX.htm
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element publStmt
diagram
namespace http://www.olif.net
properties
content complex
children distributor owner idNo availability date
used by
complexType headerType
annotation
documentation
The pubStmt element groups data categories related to the distributor and the owner of the OLIF document. The publStmt element also gives supplementary information about the OLIF document (e.g. copyright protection).
source <xsd:element name="publStmt">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The pubStmt element groups data categories related to the distributor and the owner of the OLIF document. The publStmt element also gives supplementary information about the OLIF document (e.g. copyright protection).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="distributor"/>
     
<xsd:element ref="owner"/>
     
<xsd:element ref="idNo" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="availability"/>
     
<xsd:element ref="date"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element quotMarkInfo
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element contentInfo
attributes
Name  Type  Use  Default  Fixed  annotation
QuotMarkRetderived by: xsd:NMTOKEN  all    
documentation
The QuotMarkRet attribute classifies the convention used for retaining quotation marks.

Possible values:
none - no quotation marks have been retained
some - some quotation marks have been retained
all - all quotation marks have been retained
QuotMarkFormderived by: xsd:NMTOKEN  unknown    
documentation
The QuotMarkForm attribute classifies the standardization of quotation marks.

Possible values:
std - use of quotation marks has been standardized and open and
  close quote marks are distinct
nonStd - open and close quote marks are represented indiscriminately
unknown*- use of quotation marks is unknown
annotation
documentation
The quotMarkInfo element holds data about editorial practice adopted with respect to quotation marks.

Example use: our open quote is '!' and our closing quote is '$'
source <xsd:element name="quotMarkInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The quotMarkInfo element holds data about editorial practice adopted with respect to quotation marks.

Example use: our open quote is '!' and our closing quote is '$'
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="QuotMarkRet" default="all">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The QuotMarkRet attribute classifies the convention used for retaining quotation marks.

Possible values:
none - no quotation marks have been retained
some - some quotation marks have been retained
all - all quotation marks have been retained
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="none"/>
             
<xsd:enumeration value="some"/>
             
<xsd:enumeration value="all"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
       
<xsd:attribute name="QuotMarkForm" default="unknown">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The QuotMarkForm attribute classifies the standardization of quotation marks.

Possible values:
std - use of quotation marks has been standardized and open and
  close quote marks are distinct
nonStd - open and close quote marks are represented indiscriminately
unknown*- use of quotation marks is unknown
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="std"/>
             
<xsd:enumeration value="nonStd"/>
             
<xsd:enumeration value="unknown"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute quotMarkInfo/@QuotMarkRet
type restriction of xsd:NMTOKEN
properties
isRef 0
default all
facets
enumeration none
enumeration some
enumeration all
annotation
documentation
The QuotMarkRet attribute classifies the convention used for retaining quotation marks.

Possible values:
none - no quotation marks have been retained
some - some quotation marks have been retained
all - all quotation marks have been retained
source <xsd:attribute name="QuotMarkRet" default="all">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The QuotMarkRet attribute classifies the convention used for retaining quotation marks.

Possible values:
none - no quotation marks have been retained
some - some quotation marks have been retained
all - all quotation marks have been retained
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="none"/>
     
<xsd:enumeration value="some"/>
     
<xsd:enumeration value="all"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute quotMarkInfo/@QuotMarkForm
type restriction of xsd:NMTOKEN
properties
isRef 0
default unknown
facets
enumeration std
enumeration nonStd
enumeration unknown
annotation
documentation
The QuotMarkForm attribute classifies the standardization of quotation marks.

Possible values:
std - use of quotation marks has been standardized and open and
  close quote marks are distinct
nonStd - open and close quote marks are represented indiscriminately
unknown*- use of quotation marks is unknown
source <xsd:attribute name="QuotMarkForm" default="unknown">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The QuotMarkForm attribute classifies the standardization of quotation marks.

Possible values:
std - use of quotation marks has been standardized and open and
  close quote marks are distinct
nonStd - open and close quote marks are represented indiscriminately
unknown*- use of quotation marks is unknown
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="std"/>
     
<xsd:enumeration value="nonStd"/>
     
<xsd:enumeration value="unknown"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element r_ele
diagram
namespace http://www.olif.net
properties
content complex
children reb re_nokanji re_restr re_inf re_pri
used by
element canFormExt
annotation
documentation
The reading element typically contains the valid readings of the word(s) in the kanji element using modern kanadzukai.  Where there are multiple reading elements, they will typically be alternative readings of the kanji element. In the absence of a kanji element, i.e. in the case of a word or phrase written entirely in kana, these elements will define the entry.
source <xsd:element name="r_ele">
 
<xsd:annotation>
   
<xsd:documentation>The reading element typically contains the valid readings of the word(s) in the kanji element using modern kanadzukai.  Where there are multiple reading elements, they will typically be alternative readings of the kanji element. In the absence of a kanji element, i.e. in the case of a word or phrase written entirely in kana, these elements will define the entry.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="reb"/>
     
<xsd:element ref="re_nokanji" minOccurs="0"/>
     
<xsd:element ref="re_restr" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="re_inf" minOccurs="0" maxOccurs="unbounded"/>
     
<xsd:element ref="re_pri" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element re_inf
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element r_ele
annotation
documentation
General coded information pertaining to the specific reading. Typically it will be used to indicate some unusual aspect of the reading.
source <xsd:element name="re_inf">
 
<xsd:annotation>
   
<xsd:documentation>General coded information pertaining to the specific reading. Typically it will be used to indicate some unusual aspect of the reading. </xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element re_nokanji
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element r_ele
annotation
documentation
This element, which will usually have a null value, indicates that the reb, while associated with the keb, cannot be regarded as a true reading of the kanji. It is typically used for words such as foreign place names, gairaigo which can be in kanji or katakana, etc.
source <xsd:element name="re_nokanji">
 
<xsd:annotation>
   
<xsd:documentation>This element, which will usually have a null value, indicates that the reb, while associated with the keb, cannot be regarded as a true reading of the kanji. It is typically used for words such as foreign place names, gairaigo which can be in kanji or katakana, etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element re_pri
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element r_ele
annotation
documentation
See the comment on ke_pri above.
source <xsd:element name="re_pri">
 
<xsd:annotation>
   
<xsd:documentation>See the comment on ke_pri above.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element re_restr
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element r_ele
annotation
documentation
This element is used to indicate when the reading only applies to a subset of the keb elements in the entry. In its absence, all readings apply to all kanji elements. The contents of this element must exactly match those of one of the keb elements.
source <xsd:element name="re_restr">
 
<xsd:annotation>
   
<xsd:documentation>This element is used to indicate when the reading only applies to a subset of the keb elements in the entry. In its absence, all readings apply to all kanji elements. The contents of this element must exactly match those of one of the keb elements.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element reb
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element r_ele
annotation
documentation
This element content is restricted to kana and related characters such as chouon and kurikaeshi. Kana usage will be consistent between the keb and reb elements; e.g. if the keb contains katakana, so too will the reb.
source <xsd:element name="reb">
 
<xsd:annotation>
   
<xsd:documentation>This element content is restricted to kana and related characters such as chouon and kurikaeshi. Kana usage will be consistent between the keb and reb elements; e.g. if the keb contains katakana, so too will the reb.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true"/>
</xsd:element>

element replacements
diagram
namespace http://www.olif.net
properties
content complex
children mapping
used by
complexType headerType
annotation
documentation
The replacements element groups data categories for string replacements that should be applied to the document. The replacement element helps to compress data and might for example specify one value for the date element of a list of 1000 elements.
source <xsd:element name="replacements">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The replacements element groups data categories for string replacements that should be applied to the document. The replacement element helps to compress data and might for example specify one value for the date element of a list of 1000 elements.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence maxOccurs="unbounded">
     
<xsd:element ref="mapping"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element semReading
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
complexType keyDCType
source <xsd:element name="semReading" type="xsd:string"/>

element semReadingDCS
diagram
namespace http://www.olif.net
type semReadingDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The semReadingDCS element holds data about a user-extended scheme for describing the semantic reading information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="semReadingDCS" type="semReadingDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The semReadingDCS element holds data about a user-extended scheme for describing the semantic reading information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element semType
diagram
namespace http://www.olif.net
type semTypeType
properties
content simple
used by
element monoSem
annotation
documentation
The 'semType' element classifies an entry string with respect to a semantic type classification structure.

Example values: anim-hum-pn, cnc-class
source <xsd:element name="semType" type="semTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The 'semType' element classifies an entry string with respect to a semantic type classification structure.

Example values: anim-hum-pn, cnc-class
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element semTypeDCS
diagram
namespace http://www.olif.net
type semTypeDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The semTypeDCS element holds data about a user-extended scheme for describing the semantic types of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="semTypeDCS" type="semTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The semTypeDCS element holds data about a user-extended scheme for describing the semantic types of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element sharedResources
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
complexType olifType
annotation
documentation
The sharedResources element identies resources related to several OLIF files.
source <xsd:element name="sharedResources" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>The sharedResources element identies resources related to several OLIF files.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element structChange
diagram
namespace http://www.olif.net
properties
content complex
children contextStmt changeType changePOS changeValue
used by
elements structChangeStmt structChangeStmt
annotation
documentation
The structChange element groups data categories related to a change in the target language vis-a-vis the source structure based on the transfer restriction having been satisfied. Structural changes are definable for the following parts-of-speech: noun, verb, adjective, preposition.
source <xsd:element name="structChange">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The structChange element groups data categories related to a change in the target language vis-a-vis the source structure based on the transfer restriction having been satisfied. Structural changes are definable for the following parts-of-speech: noun, verb, adjective, preposition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="contextStmt"/>
     
<xsd:element ref="changeType"/>
     
<xsd:element ref="changePOS" minOccurs="0"/>
     
<xsd:element ref="changeValue" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element structChangeStmt
diagram
namespace http://www.olif.net
properties
content complex
children structChange logOpAnd
used by
element transfer
annotation
documentation
The structChangeStmt element groups multiple related structural changes (which can be connected via the logical operator AND).
source <xsd:element name="structChangeStmt">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The structChangeStmt element groups multiple related structural changes (which can be connected via the logical operator AND).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="structChange"/>
     
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="logOpAnd"/>
       
<xsd:element ref="structChange"/>
     
</xsd:sequence>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element style
diagram
namespace http://www.olif.net
annotation
documentation
The style element indicates a degree of formality
source <xsd:element name="style">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The style element indicates a degree of formality</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element styleDCS
diagram
namespace http://www.olif.net
type styleTypeDCSType
properties
content complex
used by
element dataCatReg
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The styleDCS element holds data about a user-extended scheme for describing the subject field information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="styleDCS" type="styleTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The styleDCS element holds data about a user-extended scheme for describing the subject field information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element subjField
diagram
namespace http://www.olif.net
type subjFieldType
properties
content complex
used by
complexType keyDCType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
The subjField element classifies the knowledge domain to which the lexical/terminological entry is assigned.

Example values: agriculture, aviation
source <xsd:element name="subjField" type="subjFieldType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The subjField element classifies the knowledge domain to which the lexical/terminological entry is assigned.

Example values: agriculture, aviation
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element subjFieldDCS
diagram
namespace http://www.olif.net
type subjFieldDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The subjFieldDCS element holds data about a user-extended scheme for describing the subject field information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="subjFieldDCS" type="subjFieldDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The subjFieldDCS element holds data about a user-extended scheme for describing the subject field information of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element syllabification
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The syllabification element holds data about the syllable boundaries within the entry string.

Example use: do-cu-men-ta-ry, li-be-ra-li-ty
source <xsd:element name="syllabification" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The syllabification element holds data about the syllable boundaries within the entry string.

Example use: do-cu-men-ta-ry, li-be-ra-li-ty
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element syllabificationMarkInfo
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element contentInfo
annotation
documentation
The syllabificationMarkInfo element holds data about editorial practice adopted with respect to syllabification in the original.

Example use: we use '*' as marker
source <xsd:element name="syllabificationMarkInfo" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The syllabificationMarkInfo element holds data about editorial practice adopted with respect to syllabification in the original.

Example use: we use '*' as marker
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synFrame
diagram
namespace http://www.olif.net
type synFrameType
properties
content simple
used by
element monoSyn
annotation
documentation

The synFrame element classifies the syntactic frame for the entry string (subcategorisation). The syntactic frame describes the subcategorisation of the entry word/phrase. The approach taken here adapts and expands on the original OLIF analysis, which was essentially a slot-grammar approach. The lexicographer builds the frame by specifying individual frame elements from the slot values table below. (Slot fillers are implied with many of the slot values, but fillers are language-specific and we do not have a formal representation of them for the languages we are covering. We need a decision here on whether to handle the fillers with OLIF2 or to leave it to the vendors to construe.) The syntax for the frame specifies the following conventions: - the syntactic frame is enclosed in square ( [ ] ) brackets - slots are separated by commas ( , ) - slots that are or ed together are enclosed in parentheses and separated by vertical slashes, e.g., (.|.|.|.|.) Example of a possible syntactic frame for the English verb WU\: [ subj, (dobj-opt | dobj-sent-ing-opt | dobj-sent-inf-opt) ] (Note: Specific prepositions or particles that fill a pp or part slot are specifiable with the features SUHS and SDUW (description follows).)

Example values: subj-imps-opt, dobj-opt
source <xsd:element name="synFrame" type="synFrameType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
The synFrame element classifies the syntactic frame for the entry string (subcategorisation). The syntactic frame describes the subcategorisation of the entry word/phrase. The approach taken here adapts and expands on the original OLIF analysis, which was essentially a slot-grammar approach. The lexicographer builds the frame by specifying individual frame elements from the slot values table below. (Slot fillers are implied with many of the slot values, but fillers are language-specific and we do not have a formal representation of them for the languages we are covering. We need a decision here on whether to handle the fillers with OLIF2 or to leave it to the vendors to construe.) The syntax for the frame specifies the following conventions: - the syntactic frame is enclosed in square ( [ ] ) brackets - slots are separated by commas ( , ) - slots that are or ed together are enclosed in parentheses and separated by vertical slashes, e.g., (.|.|.|.|.) Example of a possible syntactic frame for the English verb WU\: [ subj, (dobj-opt | dobj-sent-ing-opt | dobj-sent-inf-opt) ] (Note: Specific prepositions or particles that fill a pp or part slot are specifiable with the features SUHS and SDUW (description follows).)

Example values: subj-imps-opt, dobj-opt
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synFrameDCS
diagram
namespace http://www.olif.net
type synFrameDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The synFrameDCS element holds data about a user-extended scheme for describing the syntactic frames of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="synFrameDCS" type="synFrameDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synFrameDCS element holds data about a user-extended scheme for describing the syntactic frames of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synPosition
diagram
namespace http://www.olif.net
type synPositionType
properties
content simple
used by
element monoSyn
facets
enumeration prenoun
enumeration postnoun
enumeration preverb
enumeration postverb
enumeration cl-init
enumeration cl-final
enumeration deg-post
enumeration deg-pre
enumeration prep
enumeration postp
enumeration circumprep
enumeration circumpostp
enumeration un
annotation
documentation
The synPosition element classifies the unmarked positioning of the entry string syntactically.

Example values: prenoun, cl-init
source <xsd:element name="synPosition" type="synPositionType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synPosition element classifies the unmarked positioning of the entry string syntactically.

Example values: prenoun, cl-init
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synStruct
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoSyn
annotation
documentation
The synStruct element holds data about the constituent structure of a multiword entry string (note the possibilities provided for single words by means of the morphStruct element).

Example use: [[adj][noun]] (General Ledger)
source <xsd:element name="synStruct" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synStruct element holds data about the constituent structure of a multiword entry string (note the possibilities provided for single words by means of the morphStruct element).

Example use: [[adj][noun]] (General Ledger)
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synStructDCS
diagram
namespace http://www.olif.net
type synStructDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The synStructDCS element holds data about a user-extended scheme for describing the syntactic structures of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="synStructDCS" type="synStructDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synStructDCS element holds data about a user-extended scheme for describing the syntactic structures of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synType
diagram
namespace http://www.olif.net
type synTypeType
properties
content simple
used by
element monoSyn
annotation
documentation
The synType element classifies the general syntactic behavior of the entry string.

Example values: cnt, refl, attrib
source <xsd:element name="synType" type="synTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synType element classifies the general syntactic behavior of the entry string.

Example values: cnt, refl, attrib
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element synTypeDCS
diagram
namespace http://www.olif.net
type synTypeDCSType
properties
content complex
used by
elements dataCatReg termExtrInfo/termExtrToolInfo/toolDataCategories
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
The synTypeDCS element holds data about a user-extended scheme for describing the syntactic type of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).
source <xsd:element name="synTypeDCS" type="synTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The synTypeDCS element holds data about a user-extended scheme for describing the syntactic type of OLIF entries (see the comment for the ptOfSpeechDCS element for more information).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element telephone
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
elements distributor owner
annotation
documentation
The telephone element holds data about the telephone number of the person or institution who distributes the OLIF file (preferably in a format conformant to ITU-T/CCITT Recommendation E.123).
source <xsd:element name="telephone" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>The telephone element holds data about the telephone number of the person or institution who distributes the OLIF file (preferably in a format conformant to ITU-T/CCITT Recommendation E.123).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element tense
diagram
namespace http://www.olif.net
type tenseType
properties
content simple
used by
element monoMorph
facets
enumeration pres
enumeration past
enumeration fut
enumeration un
annotation
documentation
The tense element classifies verb tense. Example values: pres, fut
source <xsd:element name="tense" type="tenseType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The tense element classifies verb tense. Example values: pres, fut</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termCount
diagram
namespace http://www.olif.net
type xsd:integer
properties
content simple
used by
element fileExtent
annotation
documentation
The termCount element holds data about the number of terms (generally defined as those entries which are both not general vocabulary and distinguished from one another by the values of the key data categories) in the OLIF document.
source <xsd:element name="termCount" type="xsd:integer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termCount element holds data about the number of terms (generally defined as those entries which are both not general vocabulary and distinguished from one another by the values of the key data categories) in the OLIF document.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo
diagram
namespace http://www.olif.net
properties
content complex
children termExtrToolInfo termExtrCorpusInfo termExtrProcessInfo
used by
complexType headerType
annotation
documentation
The termExtrtInfo element holds data which is relevant for terminology extraction (e.g. name and size of corpus to which term extraction has been applied).
source <xsd:element name="termExtrInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrtInfo element holds data which is relevant for terminology extraction (e.g. name and size of corpus to which term extraction has been applied).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="termExtrToolInfo">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrToolInfo element holds data (e.g. the tool's version) related to the tool which was used for the terminology extraction.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="toolDetails">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolDetails element holds versioning data related to the tool which was used for the terminology extraction.</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="toolName" type="xsd:string">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The toolName element holds data about the name of a tool.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="toolVersion" type="xsd:string" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The toolVersion element holds data about the version of a tool.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="toolBuild" type="xsd:string" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The toolBuild element holds data about the build of a tool (e.g. SP1).</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="toolSettings" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolSettings element holds data (e.g. minimal number of words in a term candidate) about the settings which were used when a terminology extraction tool was run.</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="minTermLength" type="xsd:integer" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation>The minTermLength element names the minimal number of words required for a valid term candidate (mostly '1').</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="maxTermLength" type="xsd:integer" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The maxTermLength element names the maximal number of words allowed for a valid term candidate.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="singleWordsOnly" type="xsd:boolean" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The singleWordsOnly element specifies whether word combinations (term candidates consisting of more than one word) are valid.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="maxNPonly" type="xsd:boolean" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The maxNPOnly element specifies whether only maximal nominal phrases are valid (ie. 'Business Process Explorer' would not result in several term candidates such as 'Business Process' and 'Explorer').</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="fullSegmentContext" type="xsd:boolean" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The fullSegmentContext element specifies whether term candidates are represented are displayed in the segment in which they have been found (as opposed to showing only a partial sentence).</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="maxNumberOfContexts" type="xsd:integer" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The maxNumberOfContexts element specifies how many contexts may be available for a single term candidate).</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="bilingual" type="xsd:boolean" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The bilingual element specifies whether the terminology extraction was monolingual or bilingual.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
               
</xsd:sequence>
               
<xsd:anyAttribute namespace="##any" processContents="skip"/>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="toolResources" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolResources element holds data (e.g. a reference to the list of stopwords) about the resources which were used when a terminology extraction tool was run.</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="generalVocabulary" type="xsd:string" maxOccurs="unbounded">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The generalVocabulary element holds data (most likely a reference) related to the general language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="domainVocabulary" type="xsd:string" maxOccurs="unbounded">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The domainVocabulary element holds data (most likely a reference) related to the domain language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="toolTechniques" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolTechniques element holds data about the techniques used by a terminology extraction tool (e.g. 'stemming' for generation of baseforms/inflection).</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element name="extrTechnique" type="xsd:string" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The extrTechnique element holds data about the technique used by a terminology extraction tool for the computation of term candidate lists (e.g. 'rule-based').</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
                 
<xsd:element name="baseformTechnique" type="xsd:string" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The baseformTechnique element holds data about the technique used by a terminology extraction tool  for the generation of baseforms/deinflection (e.g. 'stemming' or 'rule-based morphological analysis').</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="toolDataCategories" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolDataCategories element holds data about the data categories used by a terminology extraction tool (e.g. tag set used for designating part-of-speech information such as STTS).</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:sequence>
                 
<xsd:element ref="ptOfSpeechDCS" minOccurs="0"/>
                 
<xsd:element ref="subjFieldDCS" minOccurs="0"/>
                 
<xsd:element ref="semReadingDCS" minOccurs="0"/>
                 
<xsd:element ref="inflectionDCS" minOccurs="0"/>
                 
<xsd:element ref="aspectDCS" minOccurs="0"/>
                 
<xsd:element ref="synTypeDCS" minOccurs="0"/>
                 
<xsd:element ref="synFrameDCS" minOccurs="0"/>
                 
<xsd:element ref="synStructDCS" minOccurs="0"/>
                 
<xsd:element ref="semTypeDCS" minOccurs="0"/>
                 
<xsd:element ref="conceptHierarchyDCS" minOccurs="0"/>
                 
<xsd:element ref="crLinkTypeDCS" minOccurs="0"/>
                 
<xsd:element ref="orthVariantTypeDCS" minOccurs="0"/>
                 
<xsd:element name="termExtrValidationCodeDCS" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The termExtrValidationCodeDCS element holds data about the codes used for validation of term candidates (e.g. grades like 'A', 'B' etc.).</xsd:documentation>
                   
</xsd:annotation>
                   
<xsd:complexType>
                     
<xsd:simpleContent>
                       
<xsd:extension base="xsd:string">
                         
<xsd:attribute name="DCSType" use="required">
                           
<xsd:annotation>
                             
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                           
</xsd:annotation>
                           
<xsd:simpleType>
                             
<xsd:restriction base="xsd:NMTOKEN">
                               
<xsd:enumeration value="replacement"/>
                               
<xsd:enumeration value="extension"/>
                             
</xsd:restriction>
                           
</xsd:simpleType>
                         
</xsd:attribute>
                       
</xsd:extension>
                     
</xsd:simpleContent>
                   
</xsd:complexType>
                 
</xsd:element>
                 
<xsd:element name="termExtrConfidenceScoreDCS" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The termExtrConfidenceScoreDCS element holds data about the codes used by a tool to indicate confidence in term candidates (e.g. a percentage to allow for information like 'The likelihood that this is a term is 50 percent').</xsd:documentation>
                   
</xsd:annotation>
                   
<xsd:complexType>
                     
<xsd:simpleContent>
                       
<xsd:extension base="xsd:string">
                         
<xsd:attribute name="DCSType" use="required">
                           
<xsd:annotation>
                             
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                           
</xsd:annotation>
                           
<xsd:simpleType>
                             
<xsd:restriction base="xsd:NMTOKEN">
                               
<xsd:enumeration value="replacement"/>
                               
<xsd:enumeration value="extension"/>
                             
</xsd:restriction>
                           
</xsd:simpleType>
                         
</xsd:attribute>
                       
</xsd:extension>
                     
</xsd:simpleContent>
                   
</xsd:complexType>
                 
</xsd:element>
                 
<xsd:element name="termExtrBoundaryNotationDCS" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The termExtrBoundaryNotationDCS element holds data about the codes used by a tool to indicate boundaries within term candidate (e.g. brackets used to indicate phrasal structures such as [[Business Process]Explorer).</xsd:documentation>
                   
</xsd:annotation>
                   
<xsd:complexType>
                     
<xsd:simpleContent>
                       
<xsd:extension base="xsd:string">
                         
<xsd:attribute name="DCSType" use="required">
                           
<xsd:annotation>
                             
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                           
</xsd:annotation>
                           
<xsd:simpleType>
                             
<xsd:restriction base="xsd:NMTOKEN">
                               
<xsd:enumeration value="replacement"/>
                               
<xsd:enumeration value="extension"/>
                             
</xsd:restriction>
                           
</xsd:simpleType>
                         
</xsd:attribute>
                       
</xsd:extension>
                     
</xsd:simpleContent>
                   
</xsd:complexType>
                 
</xsd:element>
                 
<xsd:element name="termExtrHeadwordMarksDCS" type="xsd:string" minOccurs="0">
                   
<xsd:annotation>
                     
<xsd:documentation xml:lang="en">The termExtrHeadwordmarksDCS element holds data about the codes used by a tool to indicate the headword of a term candidate (e.g. 'salesman' in 'car salesman').</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="termExtrCorpusInfo">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrCorpusInfo element holds data related to the corpus (e.g. name of input file) on which the terminology extraction tool ran.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="corpusFile" type="xsd:string" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The corpusFile element holds data about the name of a file related to a corpus.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="corpusRemark" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The corpusRemarks element holds remarks related to a corpus (e.g. many ungrammatical sentences).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="corpusDomain" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The corpusDomains element holds information about a domain related to the corpus (e.g. 'financials').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="corpusFeature" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The corpusFeature element holds information about a feature related to a corpus (e.g. 'standard test suite for MUC').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element ref="termExtrProcessInfo" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo
diagram
namespace http://www.olif.net
properties
isRef 0
content complex
children toolDetails toolSettings toolResources toolTechniques toolDataCategories
annotation
documentation
The termExtrToolInfo element holds data (e.g. the tool's version) related to the tool which was used for the terminology extraction.
source <xsd:element name="termExtrToolInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrToolInfo element holds data (e.g. the tool's version) related to the tool which was used for the terminology extraction.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="toolDetails">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolDetails element holds versioning data related to the tool which was used for the terminology extraction.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="toolName" type="xsd:string">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolName element holds data about the name of a tool.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="toolVersion" type="xsd:string" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolVersion element holds data about the version of a tool.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="toolBuild" type="xsd:string" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The toolBuild element holds data about the build of a tool (e.g. SP1).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="toolSettings" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolSettings element holds data (e.g. minimal number of words in a term candidate) about the settings which were used when a terminology extraction tool was run.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="minTermLength" type="xsd:integer" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation>The minTermLength element names the minimal number of words required for a valid term candidate (mostly '1').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="maxTermLength" type="xsd:integer" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The maxTermLength element names the maximal number of words allowed for a valid term candidate.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="singleWordsOnly" type="xsd:boolean" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The singleWordsOnly element specifies whether word combinations (term candidates consisting of more than one word) are valid.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="maxNPonly" type="xsd:boolean" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The maxNPOnly element specifies whether only maximal nominal phrases are valid (ie. 'Business Process Explorer' would not result in several term candidates such as 'Business Process' and 'Explorer').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="fullSegmentContext" type="xsd:boolean" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The fullSegmentContext element specifies whether term candidates are represented are displayed in the segment in which they have been found (as opposed to showing only a partial sentence).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="maxNumberOfContexts" type="xsd:integer" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The maxNumberOfContexts element specifies how many contexts may be available for a single term candidate).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="bilingual" type="xsd:boolean" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The bilingual element specifies whether the terminology extraction was monolingual or bilingual.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
         
</xsd:sequence>
         
<xsd:anyAttribute namespace="##any" processContents="skip"/>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="toolResources" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolResources element holds data (e.g. a reference to the list of stopwords) about the resources which were used when a terminology extraction tool was run.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="generalVocabulary" type="xsd:string" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The generalVocabulary element holds data (most likely a reference) related to the general language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="domainVocabulary" type="xsd:string" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The domainVocabulary element holds data (most likely a reference) related to the domain language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="toolTechniques" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolTechniques element holds data about the techniques used by a terminology extraction tool (e.g. 'stemming' for generation of baseforms/inflection).</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="extrTechnique" type="xsd:string" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The extrTechnique element holds data about the technique used by a terminology extraction tool for the computation of term candidate lists (e.g. 'rule-based').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="baseformTechnique" type="xsd:string" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The baseformTechnique element holds data about the technique used by a terminology extraction tool  for the generation of baseforms/deinflection (e.g. 'stemming' or 'rule-based morphological analysis').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="toolDataCategories" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolDataCategories element holds data about the data categories used by a terminology extraction tool (e.g. tag set used for designating part-of-speech information such as STTS).</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element ref="ptOfSpeechDCS" minOccurs="0"/>
           
<xsd:element ref="subjFieldDCS" minOccurs="0"/>
           
<xsd:element ref="semReadingDCS" minOccurs="0"/>
           
<xsd:element ref="inflectionDCS" minOccurs="0"/>
           
<xsd:element ref="aspectDCS" minOccurs="0"/>
           
<xsd:element ref="synTypeDCS" minOccurs="0"/>
           
<xsd:element ref="synFrameDCS" minOccurs="0"/>
           
<xsd:element ref="synStructDCS" minOccurs="0"/>
           
<xsd:element ref="semTypeDCS" minOccurs="0"/>
           
<xsd:element ref="conceptHierarchyDCS" minOccurs="0"/>
           
<xsd:element ref="crLinkTypeDCS" minOccurs="0"/>
           
<xsd:element ref="orthVariantTypeDCS" minOccurs="0"/>
           
<xsd:element name="termExtrValidationCodeDCS" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The termExtrValidationCodeDCS element holds data about the codes used for validation of term candidates (e.g. grades like 'A', 'B' etc.).</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:simpleContent>
                 
<xsd:extension base="xsd:string">
                   
<xsd:attribute name="DCSType" use="required">
                     
<xsd:annotation>
                       
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                     
</xsd:annotation>
                     
<xsd:simpleType>
                       
<xsd:restriction base="xsd:NMTOKEN">
                         
<xsd:enumeration value="replacement"/>
                         
<xsd:enumeration value="extension"/>
                       
</xsd:restriction>
                     
</xsd:simpleType>
                   
</xsd:attribute>
                 
</xsd:extension>
               
</xsd:simpleContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="termExtrConfidenceScoreDCS" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The termExtrConfidenceScoreDCS element holds data about the codes used by a tool to indicate confidence in term candidates (e.g. a percentage to allow for information like 'The likelihood that this is a term is 50 percent').</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:simpleContent>
                 
<xsd:extension base="xsd:string">
                   
<xsd:attribute name="DCSType" use="required">
                     
<xsd:annotation>
                       
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                     
</xsd:annotation>
                     
<xsd:simpleType>
                       
<xsd:restriction base="xsd:NMTOKEN">
                         
<xsd:enumeration value="replacement"/>
                         
<xsd:enumeration value="extension"/>
                       
</xsd:restriction>
                     
</xsd:simpleType>
                   
</xsd:attribute>
                 
</xsd:extension>
               
</xsd:simpleContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="termExtrBoundaryNotationDCS" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The termExtrBoundaryNotationDCS element holds data about the codes used by a tool to indicate boundaries within term candidate (e.g. brackets used to indicate phrasal structures such as [[Business Process]Explorer).</xsd:documentation>
             
</xsd:annotation>
             
<xsd:complexType>
               
<xsd:simpleContent>
                 
<xsd:extension base="xsd:string">
                   
<xsd:attribute name="DCSType" use="required">
                     
<xsd:annotation>
                       
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
                     
</xsd:annotation>
                     
<xsd:simpleType>
                       
<xsd:restriction base="xsd:NMTOKEN">
                         
<xsd:enumeration value="replacement"/>
                         
<xsd:enumeration value="extension"/>
                       
</xsd:restriction>
                     
</xsd:simpleType>
                   
</xsd:attribute>
                 
</xsd:extension>
               
</xsd:simpleContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="termExtrHeadwordMarksDCS" type="xsd:string" minOccurs="0">
             
<xsd:annotation>
               
<xsd:documentation xml:lang="en">The termExtrHeadwordmarksDCS element holds data about the codes used by a tool to indicate the headword of a term candidate (e.g. 'salesman' in 'car salesman').</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDetails
diagram
namespace http://www.olif.net
properties
isRef 0
content complex
children toolName toolVersion toolBuild
annotation
documentation
The toolDetails element holds versioning data related to the tool which was used for the terminology extraction.
source <xsd:element name="toolDetails">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolDetails element holds versioning data related to the tool which was used for the terminology extraction.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="toolName" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolName element holds data about the name of a tool.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="toolVersion" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolVersion element holds data about the version of a tool.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="toolBuild" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The toolBuild element holds data about the build of a tool (e.g. SP1).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDetails/toolName
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
content simple
annotation
documentation
The toolName element holds data about the name of a tool.
source <xsd:element name="toolName" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolName element holds data about the name of a tool.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDetails/toolVersion
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The toolVersion element holds data about the version of a tool.
source <xsd:element name="toolVersion" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolVersion element holds data about the version of a tool.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDetails/toolBuild
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The toolBuild element holds data about the build of a tool (e.g. SP1).
source <xsd:element name="toolBuild" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolBuild element holds data about the build of a tool (e.g. SP1).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings
diagram
namespace http://www.olif.net
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children minTermLength maxTermLength singleWordsOnly maxNPonly fullSegmentContext maxNumberOfContexts bilingual
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
The toolSettings element holds data (e.g. minimal number of words in a term candidate) about the settings which were used when a terminology extraction tool was run.
source <xsd:element name="toolSettings" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolSettings element holds data (e.g. minimal number of words in a term candidate) about the settings which were used when a terminology extraction tool was run.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="minTermLength" type="xsd:integer" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The minTermLength element names the minimal number of words required for a valid term candidate (mostly '1').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="maxTermLength" type="xsd:integer" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The maxTermLength element names the maximal number of words allowed for a valid term candidate.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="singleWordsOnly" type="xsd:boolean" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The singleWordsOnly element specifies whether word combinations (term candidates consisting of more than one word) are valid.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="maxNPonly" type="xsd:boolean" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The maxNPOnly element specifies whether only maximal nominal phrases are valid (ie. 'Business Process Explorer' would not result in several term candidates such as 'Business Process' and 'Explorer').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="fullSegmentContext" type="xsd:boolean" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The fullSegmentContext element specifies whether term candidates are represented are displayed in the segment in which they have been found (as opposed to showing only a partial sentence).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="maxNumberOfContexts" type="xsd:integer" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The maxNumberOfContexts element specifies how many contexts may be available for a single term candidate).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="bilingual" type="xsd:boolean" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The bilingual element specifies whether the terminology extraction was monolingual or bilingual.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:anyAttribute namespace="##any" processContents="skip"/>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/minTermLength
diagram
namespace http://www.olif.net
type xsd:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The minTermLength element names the minimal number of words required for a valid term candidate (mostly '1').
source <xsd:element name="minTermLength" type="xsd:integer" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The minTermLength element names the minimal number of words required for a valid term candidate (mostly '1').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/maxTermLength
diagram
namespace http://www.olif.net
type xsd:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The maxTermLength element names the maximal number of words allowed for a valid term candidate.
source <xsd:element name="maxTermLength" type="xsd:integer" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The maxTermLength element names the maximal number of words allowed for a valid term candidate.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/singleWordsOnly
diagram
namespace http://www.olif.net
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The singleWordsOnly element specifies whether word combinations (term candidates consisting of more than one word) are valid.
source <xsd:element name="singleWordsOnly" type="xsd:boolean" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The singleWordsOnly element specifies whether word combinations (term candidates consisting of more than one word) are valid.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/maxNPonly
diagram
namespace http://www.olif.net
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The maxNPOnly element specifies whether only maximal nominal phrases are valid (ie. 'Business Process Explorer' would not result in several term candidates such as 'Business Process' and 'Explorer').
source <xsd:element name="maxNPonly" type="xsd:boolean" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The maxNPOnly element specifies whether only maximal nominal phrases are valid (ie. 'Business Process Explorer' would not result in several term candidates such as 'Business Process' and 'Explorer').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/fullSegmentContext
diagram
namespace http://www.olif.net
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The fullSegmentContext element specifies whether term candidates are represented are displayed in the segment in which they have been found (as opposed to showing only a partial sentence).
source <xsd:element name="fullSegmentContext" type="xsd:boolean" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The fullSegmentContext element specifies whether term candidates are represented are displayed in the segment in which they have been found (as opposed to showing only a partial sentence).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/maxNumberOfContexts
diagram
namespace http://www.olif.net
type xsd:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The maxNumberOfContexts element specifies how many contexts may be available for a single term candidate).
source <xsd:element name="maxNumberOfContexts" type="xsd:integer" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The maxNumberOfContexts element specifies how many contexts may be available for a single term candidate).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolSettings/bilingual
diagram
namespace http://www.olif.net
type xsd:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The bilingual element specifies whether the terminology extraction was monolingual or bilingual.
source <xsd:element name="bilingual" type="xsd:boolean" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The bilingual element specifies whether the terminology extraction was monolingual or bilingual.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolResources
diagram
namespace http://www.olif.net
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children generalVocabulary domainVocabulary
annotation
documentation
The toolResources element holds data (e.g. a reference to the list of stopwords) about the resources which were used when a terminology extraction tool was run.
source <xsd:element name="toolResources" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolResources element holds data (e.g. a reference to the list of stopwords) about the resources which were used when a terminology extraction tool was run.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="generalVocabulary" type="xsd:string" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The generalVocabulary element holds data (most likely a reference) related to the general language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="domainVocabulary" type="xsd:string" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The domainVocabulary element holds data (most likely a reference) related to the domain language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolResources/generalVocabulary
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
The generalVocabulary element holds data (most likely a reference) related to the general language lexicon which was used when a terminology extraction tool was run.
source <xsd:element name="generalVocabulary" type="xsd:string" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The generalVocabulary element holds data (most likely a reference) related to the general language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolResources/domainVocabulary
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
The domainVocabulary element holds data (most likely a reference) related to the domain language lexicon which was used when a terminology extraction tool was run.
source <xsd:element name="domainVocabulary" type="xsd:string" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The domainVocabulary element holds data (most likely a reference) related to the domain language lexicon which was used when a terminology extraction tool was run.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolTechniques
diagram
namespace http://www.olif.net
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children extrTechnique baseformTechnique
annotation
documentation
The toolTechniques element holds data about the techniques used by a terminology extraction tool (e.g. 'stemming' for generation of baseforms/inflection).
source <xsd:element name="toolTechniques" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolTechniques element holds data about the techniques used by a terminology extraction tool (e.g. 'stemming' for generation of baseforms/inflection).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="extrTechnique" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The extrTechnique element holds data about the technique used by a terminology extraction tool for the computation of term candidate lists (e.g. 'rule-based').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="baseformTechnique" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The baseformTechnique element holds data about the technique used by a terminology extraction tool  for the generation of baseforms/deinflection (e.g. 'stemming' or 'rule-based morphological analysis').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolTechniques/extrTechnique
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The extrTechnique element holds data about the technique used by a terminology extraction tool for the computation of term candidate lists (e.g. 'rule-based').
source <xsd:element name="extrTechnique" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The extrTechnique element holds data about the technique used by a terminology extraction tool for the computation of term candidate lists (e.g. 'rule-based').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolTechniques/baseformTechnique
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The baseformTechnique element holds data about the technique used by a terminology extraction tool  for the generation of baseforms/deinflection (e.g. 'stemming' or 'rule-based morphological analysis').
source <xsd:element name="baseformTechnique" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The baseformTechnique element holds data about the technique used by a terminology extraction tool  for the generation of baseforms/deinflection (e.g. 'stemming' or 'rule-based morphological analysis').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDataCategories
diagram
namespace http://www.olif.net
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ptOfSpeechDCS subjFieldDCS semReadingDCS inflectionDCS aspectDCS synTypeDCS synFrameDCS synStructDCS semTypeDCS conceptHierarchyDCS crLinkTypeDCS orthVariantTypeDCS termExtrValidationCodeDCS termExtrConfidenceScoreDCS termExtrBoundaryNotationDCS termExtrHeadwordMarksDCS
annotation
documentation
The toolDataCategories element holds data about the data categories used by a terminology extraction tool (e.g. tag set used for designating part-of-speech information such as STTS).
source <xsd:element name="toolDataCategories" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The toolDataCategories element holds data about the data categories used by a terminology extraction tool (e.g. tag set used for designating part-of-speech information such as STTS).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="ptOfSpeechDCS" minOccurs="0"/>
     
<xsd:element ref="subjFieldDCS" minOccurs="0"/>
     
<xsd:element ref="semReadingDCS" minOccurs="0"/>
     
<xsd:element ref="inflectionDCS" minOccurs="0"/>
     
<xsd:element ref="aspectDCS" minOccurs="0"/>
     
<xsd:element ref="synTypeDCS" minOccurs="0"/>
     
<xsd:element ref="synFrameDCS" minOccurs="0"/>
     
<xsd:element ref="synStructDCS" minOccurs="0"/>
     
<xsd:element ref="semTypeDCS" minOccurs="0"/>
     
<xsd:element ref="conceptHierarchyDCS" minOccurs="0"/>
     
<xsd:element ref="crLinkTypeDCS" minOccurs="0"/>
     
<xsd:element ref="orthVariantTypeDCS" minOccurs="0"/>
     
<xsd:element name="termExtrValidationCodeDCS" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrValidationCodeDCS element holds data about the codes used for validation of term candidates (e.g. grades like 'A', 'B' etc.).</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:simpleContent>
           
<xsd:extension base="xsd:string">
             
<xsd:attribute name="DCSType" use="required">
               
<xsd:annotation>
                 
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
               
</xsd:annotation>
               
<xsd:simpleType>
                 
<xsd:restriction base="xsd:NMTOKEN">
                   
<xsd:enumeration value="replacement"/>
                   
<xsd:enumeration value="extension"/>
                 
</xsd:restriction>
               
</xsd:simpleType>
             
</xsd:attribute>
           
</xsd:extension>
         
</xsd:simpleContent>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="termExtrConfidenceScoreDCS" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrConfidenceScoreDCS element holds data about the codes used by a tool to indicate confidence in term candidates (e.g. a percentage to allow for information like 'The likelihood that this is a term is 50 percent').</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:simpleContent>
           
<xsd:extension base="xsd:string">
             
<xsd:attribute name="DCSType" use="required">
               
<xsd:annotation>
                 
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
               
</xsd:annotation>
               
<xsd:simpleType>
                 
<xsd:restriction base="xsd:NMTOKEN">
                   
<xsd:enumeration value="replacement"/>
                   
<xsd:enumeration value="extension"/>
                 
</xsd:restriction>
               
</xsd:simpleType>
             
</xsd:attribute>
           
</xsd:extension>
         
</xsd:simpleContent>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="termExtrBoundaryNotationDCS" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrBoundaryNotationDCS element holds data about the codes used by a tool to indicate boundaries within term candidate (e.g. brackets used to indicate phrasal structures such as [[Business Process]Explorer).</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:simpleContent>
           
<xsd:extension base="xsd:string">
             
<xsd:attribute name="DCSType" use="required">
               
<xsd:annotation>
                 
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
               
</xsd:annotation>
               
<xsd:simpleType>
                 
<xsd:restriction base="xsd:NMTOKEN">
                   
<xsd:enumeration value="replacement"/>
                   
<xsd:enumeration value="extension"/>
                 
</xsd:restriction>
               
</xsd:simpleType>
             
</xsd:attribute>
           
</xsd:extension>
         
</xsd:simpleContent>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="termExtrHeadwordMarksDCS" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The termExtrHeadwordmarksDCS element holds data about the codes used by a tool to indicate the headword of a term candidate (e.g. 'salesman' in 'car salesman').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrValidationCodeDCS
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
annotation
documentation
The termExtrValidationCodeDCS element holds data about the codes used for validation of term candidates (e.g. grades like 'A', 'B' etc.).
source <xsd:element name="termExtrValidationCodeDCS" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrValidationCodeDCS element holds data about the codes used for validation of term candidates (e.g. grades like 'A', 'B' etc.).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="DCSType" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="replacement"/>
             
<xsd:enumeration value="extension"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrValidationCodeDCS/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration replacement
enumeration extension
annotation
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="replacement"/>
     
<xsd:enumeration value="extension"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrConfidenceScoreDCS
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
annotation
documentation
The termExtrConfidenceScoreDCS element holds data about the codes used by a tool to indicate confidence in term candidates (e.g. a percentage to allow for information like 'The likelihood that this is a term is 50 percent').
source <xsd:element name="termExtrConfidenceScoreDCS" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrConfidenceScoreDCS element holds data about the codes used by a tool to indicate confidence in term candidates (e.g. a percentage to allow for information like 'The likelihood that this is a term is 50 percent').</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="DCSType" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="replacement"/>
             
<xsd:enumeration value="extension"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrConfidenceScoreDCS/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration replacement
enumeration extension
annotation
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="replacement"/>
     
<xsd:enumeration value="extension"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrBoundaryNotationDCS
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
annotation
documentation
The termExtrBoundaryNotationDCS element holds data about the codes used by a tool to indicate boundaries within term candidate (e.g. brackets used to indicate phrasal structures such as [[Business Process]Explorer).
source <xsd:element name="termExtrBoundaryNotationDCS" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrBoundaryNotationDCS element holds data about the codes used by a tool to indicate boundaries within term candidate (e.g. brackets used to indicate phrasal structures such as [[Business Process]Explorer).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="DCSType" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="replacement"/>
             
<xsd:enumeration value="extension"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrBoundaryNotationDCS/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration replacement
enumeration extension
annotation
documentation
The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification.

Possible values:
replacement - replace existing OLIF values
extension - extend (add to) the predefined OLIF values.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="replacement"/>
     
<xsd:enumeration value="extension"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element termExtrInfo/termExtrToolInfo/toolDataCategories/termExtrHeadwordMarksDCS
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The termExtrHeadwordmarksDCS element holds data about the codes used by a tool to indicate the headword of a term candidate (e.g. 'salesman' in 'car salesman').
source <xsd:element name="termExtrHeadwordMarksDCS" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrHeadwordmarksDCS element holds data about the codes used by a tool to indicate the headword of a term candidate (e.g. 'salesman' in 'car salesman').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrCorpusInfo
diagram
namespace http://www.olif.net
properties
isRef 0
content complex
children corpusFile corpusRemark corpusDomain corpusFeature
annotation
documentation
The termExtrCorpusInfo element holds data related to the corpus (e.g. name of input file) on which the terminology extraction tool ran.
source <xsd:element name="termExtrCorpusInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrCorpusInfo element holds data related to the corpus (e.g. name of input file) on which the terminology extraction tool ran.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="corpusFile" type="xsd:string" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The corpusFile element holds data about the name of a file related to a corpus.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="corpusRemark" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The corpusRemarks element holds remarks related to a corpus (e.g. many ungrammatical sentences).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="corpusDomain" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The corpusDomains element holds information about a domain related to the corpus (e.g. 'financials').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="corpusFeature" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The corpusFeature element holds information about a feature related to a corpus (e.g. 'standard test suite for MUC').</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element termExtrInfo/termExtrCorpusInfo/corpusFile
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
The corpusFile element holds data about the name of a file related to a corpus.
source <xsd:element name="corpusFile" type="xsd:string" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The corpusFile element holds data about the name of a file related to a corpus.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrCorpusInfo/corpusRemark
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The corpusRemarks element holds remarks related to a corpus (e.g. many ungrammatical sentences).
source <xsd:element name="corpusRemark" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The corpusRemarks element holds remarks related to a corpus (e.g. many ungrammatical sentences).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrCorpusInfo/corpusDomain
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The corpusDomains element holds information about a domain related to the corpus (e.g. 'financials').
source <xsd:element name="corpusDomain" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The corpusDomains element holds information about a domain related to the corpus (e.g. 'financials').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrInfo/termExtrCorpusInfo/corpusFeature
diagram
namespace http://www.olif.net
type xsd:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The corpusFeature element holds information about a feature related to a corpus (e.g. 'standard test suite for MUC').
source <xsd:element name="corpusFeature" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The corpusFeature element holds information about a feature related to a corpus (e.g. 'standard test suite for MUC').</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element termExtrProcessInfo
diagram
namespace http://www.olif.net
properties
content complex
mixed true
used by
element termExtrInfo
annotation
documentation
The termExtrProcessInfo element holds data related to the terminology extraction process (e.g. whether it was related to testing or production).
source <xsd:element name="termExtrProcessInfo">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The termExtrProcessInfo element holds data related to the terminology extraction process (e.g. whether it was related to testing or production).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType mixed="true">
   
<xsd:sequence>
     
<xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element test
diagram
namespace http://www.olif.net
properties
content complex
children testType testDC testValue
used by
elements testStmt testStmt
annotation
documentation
The test element holds data about a single test.
source <xsd:element name="test">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The test element holds data about a single test.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="testType"/>
     
<xsd:element ref="testDC" minOccurs="0"/>
     
<xsd:element ref="testValue"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element testDC
diagram
namespace http://www.olif.net
type testDCType
properties
content simple
used by
element test
annotation
documentation
The testDC element holds data about a data category to which a test pertains.

Example values: semType, tense
source <xsd:element name="testDC" type="testDCType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The testDC element holds data about a data category to which a test pertains.

Example values: semType, tense
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element testStmt
diagram
namespace http://www.olif.net
properties
content complex
children test logOp
used by
element trRestrict
annotation
documentation
The testStmt element groups multiple related tests (connected by means of logical operators).
source <xsd:element name="testStmt">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The testStmt element groups multiple related tests (connected by means of logical operators).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="test"/>
     
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="logOp"/>
       
<xsd:element ref="test"/>
     
</xsd:sequence>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element testType
diagram
namespace http://www.olif.net
type testTypeType
properties
content simple
used by
element test
facets
enumeration STRING
enumeration DATACAT
annotation
documentation
The testType element holds data about the type of test.

Example values: string, datacat
source <xsd:element name="testType" type="testTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The testType element holds data about the type of test.

Example values: string, datacat
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element testValue
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element test
annotation
documentation
The testValue element holds data about the string or data category being tested in the context(s) (eg. 'sg' if the test is on the data category for grammatical number).

Example values: anim-hum, sg
source <xsd:element name="testValue" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The testValue element holds data about the string or data category being tested in the context(s) (eg. 'sg' if the test is on the data category for grammatical number).

Example values: anim-hum, sg
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element timeRestrict
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The timeRestrict element holds data about a time restriction, or the period of time during or since which usage of the entry is valid.

Example use: 20011115T140324Z/20011215T140324Z
source <xsd:element name="timeRestrict" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The timeRestrict element holds data about a time restriction, or the period of time during or since which usage of the entry is valid.

Example use: 20011115T140324Z/20011215T140324Z
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element transfer
diagram
namespace http://www.olif.net
properties
content complex
children keyDC trRestrictStmt structChangeStmt equival generalDC
used by
complexType entryType
attributes
Name  Type  Use  Default  Fixed  annotation
TrTargetxsd:string      
documentation
The TrTarget attribute holds data about the target entry of a transfer relationship.
TrDefaultderived by: xsd:NMTOKEN  yes    
documentation
The TrDefault attribute holds data about the default transfer.
annotation
documentation
The transfer element groups data categories which define bilingual transfer relations between the given entry and other entries in the lexicon in different languages (cf. to crossRefer elements which point to entries in the same language).
source <xsd:element name="transfer">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The transfer element groups data categories which define bilingual transfer relations between the given entry and other entries in the lexicon in different languages (cf. to crossRefer elements which point to entries in the same language).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="keyDC" minOccurs="0"/>
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="trRestrictStmt"/>
       
<xsd:element ref="structChangeStmt"/>
       
<xsd:element ref="equival"/>
       
<xsd:element ref="generalDC"/>
     
</xsd:choice>
   
</xsd:sequence>
   
<xsd:attribute name="TrTarget" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The TrTarget attribute holds data about the target entry of a transfer relationship.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
   
<xsd:attribute name="TrDefault" default="yes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">The TrDefault attribute holds data about the default transfer.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:NMTOKEN">
         
<xsd:enumeration value="yes"/>
         
<xsd:enumeration value="no"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute transfer/@TrTarget
type xsd:string
properties
isRef 0
annotation
documentation
The TrTarget attribute holds data about the target entry of a transfer relationship.
source <xsd:attribute name="TrTarget" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The TrTarget attribute holds data about the target entry of a transfer relationship.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute transfer/@TrDefault
type restriction of xsd:NMTOKEN
properties
isRef 0
default yes
facets
enumeration yes
enumeration no
annotation
documentation
The TrDefault attribute holds data about the default transfer.
source <xsd:attribute name="TrDefault" default="yes">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The TrDefault attribute holds data about the default transfer.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="yes"/>
     
<xsd:enumeration value="no"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element transType
diagram
namespace http://www.olif.net
type transTypeType
properties
content simple
used by
element monoSyn
facets
enumeration trans
enumeration intr
enumeration ditrans
enumeration refl
enumeration mid
enumeration caus
enumeration unacc
enumeration unerg
enumeration un
annotation
documentation
The transType element classifies the transitivity type of a verb.

Example values: trans, ditrans
source <xsd:element name="transType" type="transTypeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The transType element classifies the transitivity type of a verb.

Example values: trans, ditrans
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element trRestrict
diagram
namespace http://www.olif.net
properties
content complex
children contextStmt testStmt
used by
elements trRestrictStmt trRestrictStmt
annotation
documentation
The trRestrict element groups data categories for a single transfer restriction.
source <xsd:element name="trRestrict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The trRestrict element groups data categories for a single transfer restriction.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="contextStmt"/>
     
<xsd:element ref="testStmt"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element trRestrictStmt
diagram
namespace http://www.olif.net
properties
content complex
children trRestrict logOp
used by
element transfer
annotation
documentation
The trRestrictStmt element groups multiple related transfer restrictions (eg. alternatives connected via the logical operator OR).
source <xsd:element name="trRestrictStmt">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The trRestrictStmt element groups multiple related transfer restrictions (eg. alternatives connected via the logical operator OR).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="trRestrict"/>
     
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="logOp"/>
       
<xsd:element ref="trRestrict"/>
     
</xsd:sequence>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element updater
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
annotation
documentation
The updater element holds data about the individual who last modified the entry.

Example use: Jessica King
source <xsd:element name="updater" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The updater element holds data about the individual who last modified the entry.

Example use: Jessica King
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element usage
diagram
namespace http://www.olif.net
type union of (xsd:string, usageType-jp-JMDict)
properties
content simple
annotation
documentation
The usage element holds data about a usage note for the entry string.

Example use: Never use this when talking about ERP.
source <xsd:element name="usage">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The usage element holds data about a usage note for the entry string.

Example use: Never use this when talking about ERP.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:union memberTypes="xsd:string usageType-jp-JMDict"/>
 
</xsd:simpleType>
</xsd:element>

element userDesignat
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoAdmin
annotation
documentation
The userDesignat element holds a user designator of an entry string. The userDesignat element can be used if a need exists to represent the entry string not just in canonical form.
source <xsd:element name="userDesignat" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The userDesignat element holds a user designator of an entry string. The userDesignat element can be used if a need exists to represent the entry string not just in canonical form.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element valDefault
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
content complex
used by
element valueDefaults
attributes
Name  Type  Use  Default  Fixed  annotation
ValDefaultRefTypederived by: xsd:NMTOKEN  el    
documentation
The ValDefaultRefType attribute classifies the OLIF item to which a value default refers.

Possible values:
el - element
att - attribute
en - entity
ValDefaultRefNamexsd:stringrequired      
documentation
The ValDefaultRefName attribute holds data about the name of the element, attribute or entity to which a value default is related.
annotation
documentation
The valDefault element holds data about the default value for one specific data category.

Example use: The example below shows how to set the default for the data category 'product' to the string 'OLIF Converter': OLIF Converter
source <xsd:element name="valDefault">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The valDefault element holds data about the default value for one specific data category.

Example use: The example below shows how to set the default for the data category 'product' to the string 'OLIF Converter': OLIF Converter
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xsd:string">
       
<xsd:attribute name="ValDefaultRefType" default="el">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The ValDefaultRefType attribute classifies the OLIF item to which a value default refers.

Possible values:
el - element
att - attribute
en - entity
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:NMTOKEN">
             
<xsd:enumeration value="el"/>
             
<xsd:enumeration value="att"/>
             
<xsd:enumeration value="en"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:attribute>
       
<xsd:attribute name="ValDefaultRefName" type="xsd:string" use="required">
         
<xsd:annotation>
           
<xsd:documentation xml:lang="en">The ValDefaultRefName attribute holds data about the name of the element, attribute or entity to which a value default is related.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute valDefault/@ValDefaultRefType
type restriction of xsd:NMTOKEN
properties
isRef 0
default el
facets
enumeration el
enumeration att
enumeration en
annotation
documentation
The ValDefaultRefType attribute classifies the OLIF item to which a value default refers.

Possible values:
el - element
att - attribute
en - entity
source <xsd:attribute name="ValDefaultRefType" default="el">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ValDefaultRefType attribute classifies the OLIF item to which a value default refers.

Possible values:
el - element
att - attribute
en - entity
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="el"/>
     
<xsd:enumeration value="att"/>
     
<xsd:enumeration value="en"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute valDefault/@ValDefaultRefName
type xsd:string
properties
isRef 0
use required
annotation
documentation
The ValDefaultRefName attribute holds data about the name of the element, attribute or entity to which a value default is related.
source <xsd:attribute name="ValDefaultRefName" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ValDefaultRefName attribute holds data about the name of the element, attribute or entity to which a value default is related.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element valueDefaults
diagram
namespace http://www.olif.net
properties
content complex
children valDefault
used by
element contentInfo
annotation
documentation
The valueDefaults element groups information about the default values for various data categories. Whenever an OLIF entry does not specify a value for one of these data categories, information from the valueDefaults element should be applied.
source <xsd:element name="valueDefaults">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The valueDefaults element groups information about the default values for various data categories. Whenever an OLIF entry does not specify a value for one of these data categories, information from the valueDefaults element should be applied.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element ref="valDefault" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element verbPart
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
element monoSyn
annotation
documentation
The verbPart element holds data about verb particles that further specify syntactic frame elements.

Example use: down, up, over
source <xsd:element name="verbPart" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The verbPart element holds data about verb particles that further specify syntactic frame elements.

Example use: down, up, over
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element workflowInfo
diagram
namespace http://www.olif.net
type xsd:string
properties
content simple
used by
complexType headerType
annotation
documentation
The workflowInfo element holds data about workflow-related information like the task that is currently performed, its deadlines, and the person responsible for executing the task.
source <xsd:element name="workflowInfo" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The workflowInfo element holds data about workflow-related information like the task that is currently performed, its deadlines, and the person responsible for executing the task.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

complexType aspectDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element aspectDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for aspectDCS
source <xsd:complexType name="aspectDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for aspectDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute aspectDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType bodyType
diagram
namespace http://www.olif.net
children entry
used by
element body
source <xsd:complexType name="bodyType">
 
<xsd:sequence>
   
<xsd:element ref="entry" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

complexType capVarAttr
diagram
namespace http://www.olif.net
used by
element capVarClass
attributes
Name  Type  Use  Default  Fixed  annotation
capVarNamexsd:stringrequired      
documentation
Name of a capitalization variant.
capVarContextxsd:stringrequired      
documentation
Context in which a capitalization variant can appear.
source <xsd:complexType name="capVarAttr">
 
<xsd:attribute name="capVarName" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">Name of a capitalization variant.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="capVarContext" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">Context in which a capitalization variant can appear.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute capVarAttr/@capVarName
type xsd:string
properties
isRef 0
use required
annotation
documentation
Name of a capitalization variant.
source <xsd:attribute name="capVarName" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Name of a capitalization variant.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute capVarAttr/@capVarContext
type xsd:string
properties
isRef 0
use required
annotation
documentation
Context in which a capitalization variant can appear.
source <xsd:attribute name="capVarContext" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Context in which a capitalization variant can appear.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

complexType capVarType
diagram
namespace http://www.olif.net
attributes
Name  Type  Use  Default  Fixed  annotation
capVarNamerequired      
documentation
Name of a capitalization variant
capVarContextrequired      
documentation
Describes the context for which a capitalization variant is valid
annotation
documentation
Type for capitalization variants
source <xsd:complexType name="capVarType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Type for capitalization variants</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute ref="capVarName" use="required"/>
 
<xsd:attribute ref="capVarContext" use="required"/>
</xsd:complexType>

complexType conceptHierarchyDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element conceptHierarchyDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for conceptHierarchyDCS
source <xsd:complexType name="conceptHierarchyDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for conceptHierarchyDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute conceptHierarchyDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType crLinkTypeDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element crLinkTypeDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for crLinkTypeDCS
source <xsd:complexType name="crLinkTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for crLinkTypeDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute crLinkTypeDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType eAddressType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element eAddress
attributes
Name  Type  Use  Default  Fixed  annotation
EAddressTypederived by: xsd:NMTOKEN  email    
documentation
The EAdressType attribute classifies the electronic address (email address, web site, ftp site, etc.).

Possible values:
email* - the value is an electronic mail address
url - the value is an URL
annotation
documentation
Type for eAddress
source <xsd:complexType name="eAddressType">
 
<xsd:annotation>
   
<xsd:documentation>Type for eAddress</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="EAddressType" default="email">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The EAdressType attribute classifies the electronic address (email address, web site, ftp site, etc.).

Possible values:
email* - the value is an electronic mail address
url - the value is an URL
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="email"/>
           
<xsd:enumeration value="url"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute eAddressType/@EAddressType
type restriction of xsd:NMTOKEN
properties
isRef 0
default email
facets
enumeration email
enumeration url
annotation
documentation
The EAdressType attribute classifies the electronic address (email address, web site, ftp site, etc.).

Possible values:
email* - the value is an electronic mail address
url - the value is an URL
source <xsd:attribute name="EAddressType" default="email">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The EAdressType attribute classifies the electronic address (email address, web site, ftp site, etc.).

Possible values:
email* - the value is an electronic mail address
url - the value is an URL
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="email"/>
     
<xsd:enumeration value="url"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType entryType
diagram
namespace http://www.olif.net
children mono crossRefer transfer
used by
element entry
attributes
Name  Type  Use  Default  Fixed  annotation
ConceptUserIdxsd:string      
documentation
The ConceptUserId attribute holds data about a user-defined identifier of a concept.
ConceptUniversalIdxsd:string      
documentation
The ConceptUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a concept.
LemmaUserIdxsd:string      
documentation
The LemmaUserId attribute holds data about a user-defined identifier of a concept.
EntryUserIdxsd:string      
source <xsd:complexType name="entryType">
 
<xsd:sequence>
   
<xsd:element ref="mono"/>
   
<xsd:element ref="crossRefer" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element ref="transfer" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
 
<xsd:attribute name="ConceptUserId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The ConceptUserId attribute holds data about a user-defined identifier of a concept.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ConceptUniversalId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The ConceptUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a concept.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="LemmaUserId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The LemmaUserId attribute holds data about a user-defined identifier of a concept.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EntryUserId" type="xsd:string"/>
 
<xsd:anyAttribute namespace="##any" processContents="skip"/>
</xsd:complexType>

attribute entryType/@ConceptUserId
type xsd:string
properties
isRef 0
annotation
documentation
The ConceptUserId attribute holds data about a user-defined identifier of a concept.
source <xsd:attribute name="ConceptUserId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ConceptUserId attribute holds data about a user-defined identifier of a concept.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute entryType/@ConceptUniversalId
type xsd:string
properties
isRef 0
annotation
documentation
The ConceptUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a concept.
source <xsd:attribute name="ConceptUniversalId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The ConceptUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a concept.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute entryType/@LemmaUserId
type xsd:string
properties
isRef 0
annotation
documentation
The LemmaUserId attribute holds data about a user-defined identifier of a concept.
source <xsd:attribute name="LemmaUserId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The LemmaUserId attribute holds data about a user-defined identifier of a concept.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute entryType/@EntryUserId
type xsd:string
properties
isRef 0
source <xsd:attribute name="EntryUserId" type="xsd:string"/>

complexType exampleType
diagram
namespace http://www.olif.net
properties
mixed true
source <xsd:complexType name="exampleType" mixed="true"/>

complexType groupType
diagram
namespace http://www.olif.net
used by
element group
attributes
Name  Type  Use  Default  Fixed  annotation
prefxsd:string      
documentation
The pref attribute designates the preferred member of a group (e.g. the preferred inflection).
elementderived by: xsd:stringrequired      
documentation
The mandatory element attribute designates an element.
source <xsd:complexType name="groupType">
 
<xsd:attribute name="pref" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The pref attribute designates the preferred member of a group (e.g. the preferred inflection). </xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="element" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The mandatory element attribute designates an element.</xsd:documentation>
   
</xsd:annotation>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="semType"/>
       
<xsd:enumeration value="definition"/>
       
<xsd:enumeration value="verbPart"/>
       
<xsd:enumeration value="prep"/>
       
<xsd:enumeration value="synFrame"/>
       
<xsd:enumeration value="synType"/>
       
<xsd:enumeration value="locInfo"/>
       
<xsd:enumeration value="project"/>
       
<xsd:enumeration value="product"/>
       
<xsd:enumeration value="depSynonym"/>
       
<xsd:enumeration value="company"/>
       
<xsd:enumeration value="abbrev"/>
       
<xsd:enumeration value="note"/>
       
<xsd:enumeration value="usage"/>
       
<xsd:enumeration value="example"/>
       
<xsd:enumeration value="gender"/>
       
<xsd:enumeration value="number"/>
       
<xsd:enumeration value="orthVariant"/>
       
<xsd:enumeration value="inflection"/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
</xsd:complexType>

attribute groupType/@pref
type xsd:string
properties
isRef 0
annotation
documentation
The pref attribute designates the preferred member of a group (e.g. the preferred inflection).
source <xsd:attribute name="pref" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The pref attribute designates the preferred member of a group (e.g. the preferred inflection). </xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute groupType/@element
type restriction of xsd:string
properties
isRef 0
use required
facets
enumeration semType
enumeration definition
enumeration verbPart
enumeration prep
enumeration synFrame
enumeration synType
enumeration locInfo
enumeration project
enumeration product
enumeration depSynonym
enumeration company
enumeration abbrev
enumeration note
enumeration usage
enumeration example
enumeration gender
enumeration number
enumeration orthVariant
enumeration inflection
annotation
documentation
The mandatory element attribute designates an element.
source <xsd:attribute name="element" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The mandatory element attribute designates an element.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="semType"/>
     
<xsd:enumeration value="definition"/>
     
<xsd:enumeration value="verbPart"/>
     
<xsd:enumeration value="prep"/>
     
<xsd:enumeration value="synFrame"/>
     
<xsd:enumeration value="synType"/>
     
<xsd:enumeration value="locInfo"/>
     
<xsd:enumeration value="project"/>
     
<xsd:enumeration value="product"/>
     
<xsd:enumeration value="depSynonym"/>
     
<xsd:enumeration value="company"/>
     
<xsd:enumeration value="abbrev"/>
     
<xsd:enumeration value="note"/>
     
<xsd:enumeration value="usage"/>
     
<xsd:enumeration value="example"/>
     
<xsd:enumeration value="gender"/>
     
<xsd:enumeration value="number"/>
     
<xsd:enumeration value="orthVariant"/>
     
<xsd:enumeration value="inflection"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType headerType
diagram
namespace http://www.olif.net
children publStmt dataCatReg contentInfo workflowInfo locInfo termExtrInfo replacements note prop its:rules
used by
element header
attributes
Name  Type  Use  Default  Fixed  annotation
itsRulesxsd:stringoptional      
documentation
The itsRules attribute points to external rules related to the Internationalization Tag Set (see http://www.w3.org/2005/11/its).
CreaToolxsd:string      
documentation
The CreaTool attribute holds data about the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: CoolTermExtract
CreaToolVersionxsd:string      
documentation
The CreaToolVersion attribute holds data about the version of the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: 2.14
OrigFormatxsd:string      
documentation
The OrigFormat attribute holds data about the format of the file from which the OLIF document has been generated. The format specification may include a product name and even a version tag. This may lead to format specifications like the following:

         LOGOS-eSense
         LOGOS-LDE-1.1
         LOGOS-LDE-1.2
CreaDatedateTyperequired      
documentation
The CreaDate attribute holds data about the date of the creation of the element. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ (e.g. 19970811T133402Z for August 11th 1997 at 1 hour 34 minutes 2 seconds.) This is one of the options described in ISO 8601:1988. The value should be given in Coordinated Universal Time (UTC; as indicated by the terminal Z).

Example use: 19970811T133402Z
CreaIdxsd:stringrequired      
documentation
The CreaId attribute holds data about the user who created the element.

Example use: Lars Nauter
AdminLangxsd:language      
source <xsd:complexType name="headerType">
 
<xsd:sequence>
   
<xsd:element ref="publStmt" minOccurs="0"/>
   
<xsd:element ref="dataCatReg" minOccurs="0"/>
   
<xsd:element ref="contentInfo"/>
   
<xsd:element ref="workflowInfo" minOccurs="0"/>
   
<xsd:element ref="locInfo" minOccurs="0"/>
   
<xsd:element ref="termExtrInfo" minOccurs="0"/>
   
<xsd:choice minOccurs="0" maxOccurs="unbounded">
     
<xsd:element ref="replacements"/>
     
<xsd:element ref="note"/>
     
<xsd:element ref="prop"/>
   
</xsd:choice>
   
<xsd:element ref="its:rules" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="itsRules" type="xsd:string" use="optional">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The itsRules attribute points to external rules related to the Internationalization Tag Set (see http://www.w3.org/2005/11/its).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CreaTool" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The CreaTool attribute holds data about the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: CoolTermExtract
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CreaToolVersion" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The CreaToolVersion attribute holds data about the version of the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: 2.14
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="OrigFormat" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The OrigFormat attribute holds data about the format of the file from which the OLIF document has been generated. The format specification may include a product name and even a version tag. This may lead to format specifications like the following:

         LOGOS-eSense
         LOGOS-LDE-1.1
         LOGOS-LDE-1.2
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CreaDate" type="dateType" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The CreaDate attribute holds data about the date of the creation of the element. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ (e.g. 19970811T133402Z for August 11th 1997 at 1 hour 34 minutes 2 seconds.) This is one of the options described in ISO 8601:1988. The value should be given in Coordinated Universal Time (UTC; as indicated by the terminal Z).

Example use: 19970811T133402Z
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CreaId" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The CreaId attribute holds data about the user who created the element.

Example use: Lars Nauter
</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AdminLang" type="xsd:language"/>
</xsd:complexType>

attribute headerType/@itsRules
type xsd:string
properties
isRef 0
use optional
annotation
documentation
The itsRules attribute points to external rules related to the Internationalization Tag Set (see http://www.w3.org/2005/11/its).
source <xsd:attribute name="itsRules" type="xsd:string" use="optional">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The itsRules attribute points to external rules related to the Internationalization Tag Set (see http://www.w3.org/2005/11/its).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@CreaTool
type xsd:string
properties
isRef 0
annotation
documentation
The CreaTool attribute holds data about the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: CoolTermExtract
source <xsd:attribute name="CreaTool" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The CreaTool attribute holds data about the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: CoolTermExtract
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@CreaToolVersion
type xsd:string
properties
isRef 0
annotation
documentation
The CreaToolVersion attribute holds data about the version of the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: 2.14
source <xsd:attribute name="CreaToolVersion" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The CreaToolVersion attribute holds data about the version of the tool that created the OLIF document. Its possible values are not specified in OLIF but each tool provider will publish the string identifier it uses.

Example use: 2.14
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@OrigFormat
type xsd:string
properties
isRef 0
annotation
documentation
The OrigFormat attribute holds data about the format of the file from which the OLIF document has been generated. The format specification may include a product name and even a version tag. This may lead to format specifications like the following:

         LOGOS-eSense
         LOGOS-LDE-1.1
         LOGOS-LDE-1.2
source <xsd:attribute name="OrigFormat" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The OrigFormat attribute holds data about the format of the file from which the OLIF document has been generated. The format specification may include a product name and even a version tag. This may lead to format specifications like the following:

         LOGOS-eSense
         LOGOS-LDE-1.1
         LOGOS-LDE-1.2
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@CreaDate
type dateType
properties
isRef 0
use required
annotation
documentation
The CreaDate attribute holds data about the date of the creation of the element. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ (e.g. 19970811T133402Z for August 11th 1997 at 1 hour 34 minutes 2 seconds.) This is one of the options described in ISO 8601:1988. The value should be given in Coordinated Universal Time (UTC; as indicated by the terminal Z).

Example use: 19970811T133402Z
source <xsd:attribute name="CreaDate" type="dateType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The CreaDate attribute holds data about the date of the creation of the element. Its value must be in ASCII, in the format YYYYMMDDThhmmssZ (e.g. 19970811T133402Z for August 11th 1997 at 1 hour 34 minutes 2 seconds.) This is one of the options described in ISO 8601:1988. The value should be given in Coordinated Universal Time (UTC; as indicated by the terminal Z).

Example use: 19970811T133402Z
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@CreaId
type xsd:string
properties
isRef 0
use required
annotation
documentation
The CreaId attribute holds data about the user who created the element.

Example use: Lars Nauter
source <xsd:attribute name="CreaId" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The CreaId attribute holds data about the user who created the element.

Example use: Lars Nauter
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute headerType/@AdminLang
type xsd:language
properties
isRef 0
source <xsd:attribute name="AdminLang" type="xsd:language"/>

complexType inflectionDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element inflectionDCS
attributes
Name  Type  Use  Default  Fixed  annotation
InflectionDCSTypederived by: xsd:NMTOKENrequired      
documentation
The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values:
classDesignator - reference to a code/designator from a classification scheme
inflectsLike - example
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for inflectionDCS
source <xsd:complexType name="inflectionDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="InflectionDCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values:
classDesignator - reference to a code/designator from a classification scheme
inflectsLike - example
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="classDesignator"/>
           
<xsd:enumeration value="inflectsLike"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute inflectionDCSType/@InflectionDCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration classDesignator
enumeration inflectsLike
annotation
documentation
The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values:
classDesignator - reference to a code/designator from a classification scheme
inflectsLike - example
source <xsd:attribute name="InflectionDCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The InflectionDCSType attribute classifies the way how inflection information has been encoded.

Possible values:
classDesignator - reference to a code/designator from a classification scheme
inflectsLike - example
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="classDesignator"/>
     
<xsd:enumeration value="inflectsLike"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attribute inflectionDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType keyDCType
diagram
namespace http://www.olif.net
children canForm language ptOfSpeech subjField semReading
used by
element keyDC
attributes
Name  Type  Use  Default  Fixed  annotation
KeyDCUserIdxsd:string      
documentation
The KeyDCUserId attribute holds data about a user-defined identifier of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
KeyDCUniversalIdxsd:string      
documentation
The KeyDCUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
source <xsd:complexType name="keyDCType">
 
<xsd:sequence>
   
<xsd:element ref="canForm"/>
   
<xsd:element ref="language" minOccurs="0"/>
   
<xsd:element ref="ptOfSpeech"/>
   
<xsd:element ref="subjField"/>
   
<xsd:element ref="semReading" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="KeyDCUserId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The KeyDCUserId attribute holds data about a user-defined identifier of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="KeyDCUniversalId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The KeyDCUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute keyDCType/@KeyDCUserId
type xsd:string
properties
isRef 0
annotation
documentation
The KeyDCUserId attribute holds data about a user-defined identifier of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
source <xsd:attribute name="KeyDCUserId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The KeyDCUserId attribute holds data about a user-defined identifier of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute keyDCType/@KeyDCUniversalId
type xsd:string
properties
isRef 0
annotation
documentation
The KeyDCUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.
source <xsd:attribute name="KeyDCUniversalId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The KeyDCUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of OLIF key data categories. This identifier can for example be used in cross-references.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

complexType monoType
diagram
namespace http://www.olif.net
children keyDC monoDC generalDC
used by
element mono
attributes
Name  Type  Use  Default  Fixed  annotation
MonoUserIdxsd:string      
documentation
The MonoUserId attribute holds data about a user-defined identifier of a grouping of monolingual data categories.
MonoUniversalIdxsd:string      
documentation
The MonoUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of monolingual data categories.
its:termInfoRefPointer      
source <xsd:complexType name="monoType">
 
<xsd:sequence>
   
<xsd:element ref="keyDC"/>
   
<xsd:element ref="monoDC" minOccurs="0"/>
   
<xsd:element ref="generalDC" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="MonoUserId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The MonoUserId attribute holds data about a user-defined identifier of a grouping of monolingual data categories.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MonoUniversalId" type="xsd:string">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The MonoUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of monolingual data categories.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute ref="its:termInfoRefPointer"/>
 
<xsd:anyAttribute namespace="##any" processContents="skip"/>
</xsd:complexType>

attribute monoType/@MonoUserId
type xsd:string
properties
isRef 0
annotation
documentation
The MonoUserId attribute holds data about a user-defined identifier of a grouping of monolingual data categories.
source <xsd:attribute name="MonoUserId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The MonoUserId attribute holds data about a user-defined identifier of a grouping of monolingual data categories.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute monoType/@MonoUniversalId
type xsd:string
properties
isRef 0
annotation
documentation
The MonoUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of monolingual data categories.
source <xsd:attribute name="MonoUniversalId" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The MonoUniversalId attribute holds data about a universal identifier (ie. one which is unique, not only in the user's environment but worldwide) of a grouping of monolingual data categories.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

complexType morphStructDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element morphStructDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for morphStructDCS
source <xsd:complexType name="morphStructDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for morphStructDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute morphStructDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType olifType
diagram
namespace http://www.olif.net
children header body sharedResources fileDesc
used by
element olif
attributes
Name  Type  Use  Default  Fixed  annotation
OlifVersionderived by: xsd:stringrequired      
documentation
The OlifVersion attribute holds data about the version of OLIF to which the XML instance (document) conforms. The OLIF Consortium publishes the string identifier that might be used for the OlifVersion attribute.
source <xsd:complexType name="olifType">
 
<xsd:sequence>
   
<xsd:element ref="header"/>
   
<xsd:element ref="body"/>
   
<xsd:element ref="sharedResources" minOccurs="0"/>
   
<xsd:element ref="fileDesc" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="OlifVersion" use="required">
   
<xsd:annotation>
     
<xsd:documentation xml:lang="en">The OlifVersion attribute holds data about the version of OLIF to which the XML instance (document) conforms. The OLIF Consortium publishes the string identifier that might be used for the OlifVersion attribute.</xsd:documentation>
   
</xsd:annotation>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="3.0, February 2008"/>
       
<xsd:enumeration value="2.1, February 2005"/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
</xsd:complexType>

attribute olifType/@OlifVersion
type restriction of xsd:string
properties
isRef 0
use required
facets
enumeration 3.0, February 2008
enumeration 2.1, February 2005
annotation
documentation
The OlifVersion attribute holds data about the version of OLIF to which the XML instance (document) conforms. The OLIF Consortium publishes the string identifier that might be used for the OlifVersion attribute.
source <xsd:attribute name="OlifVersion" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The OlifVersion attribute holds data about the version of OLIF to which the XML instance (document) conforms. The OLIF Consortium publishes the string identifier that might be used for the OlifVersion attribute.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="3.0, February 2008"/>
     
<xsd:enumeration value="2.1, February 2005"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType orthVariantTypeDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element orthVariantTypeDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for orthVariantTypeDCS
source <xsd:complexType name="orthVariantTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for orthVariantTypeDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute orthVariantTypeDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType ptOfSpeechDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element ptOfSpeechDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for ptOfSpeechDCS
source <xsd:complexType name="ptOfSpeechDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for ptOfSpeechDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute ptOfSpeechDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType semReadingDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element semReadingDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for semReadingDCS
source <xsd:complexType name="semReadingDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for semReadingDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute semReadingDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType semTypeDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element semTypeDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for semTypeDCS
source <xsd:complexType name="semTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for semTypeDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute semTypeDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType styleTypeDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element styleDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for styleTypeDCS
source <xsd:complexType name="styleTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for styleTypeDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute styleTypeDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType subjFieldDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element subjFieldDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for subjFieldDCS
source <xsd:complexType name="subjFieldDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for subjFieldDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute subjFieldDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType subjFieldType
diagram
namespace http://www.olif.net
type extension of subjFieldValues
properties
base subjFieldValues
used by
element subjField
attributes
Name  Type  Use  Default  Fixed  annotation
source <xsd:complexType name="subjFieldType">
 
<xsd:simpleContent>
   
<xsd:extension base="subjFieldValues">
     
<xsd:anyAttribute namespace="##any" processContents="skip"/>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

complexType synFrameDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element synFrameDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for synFrameDCS
source <xsd:complexType name="synFrameDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synFrameDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute synFrameDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType synStructDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element synStructDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for synStructDCS
source <xsd:complexType name="synStructDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synStructDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute synStructDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

complexType synTypeDCSType
diagram
namespace http://www.olif.net
type extension of xsd:string
properties
base xsd:string
used by
element synTypeDCS
attributes
Name  Type  Use  Default  Fixed  annotation
DCSTypederived by: xsd:NMTOKENrequired      
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
annotation
documentation
Type for synTypeDCS
source <xsd:complexType name="synTypeDCSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synTypeDCS</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="DCSType" use="required">
       
<xsd:annotation>
         
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:NMTOKEN">
           
<xsd:enumeration value="extension"/>
           
<xsd:enumeration value="replacement"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute synTypeDCSType/@DCSType
type restriction of xsd:NMTOKEN
properties
isRef 0
use required
facets
enumeration extension
enumeration replacement
annotation
documentation
The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
source <xsd:attribute name="DCSType" use="required">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">The DCSType attribute classifies a data category specification (DCS).

Possible values:
replacement        - replace existing OLIF values
extension            - extend (add to) the predefined OLIF values
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:NMTOKEN">
     
<xsd:enumeration value="extension"/>
     
<xsd:enumeration value="replacement"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

simpleType adminStatusType
namespace http://www.olif.net
type restriction of xsd:string
properties
id adminStatusType
used by
element adminStatus
facets
enumeration new
enumeration ver
enumeration def
enumeration mt
enumeration obs
enumeration un
annotation
documentation
Type for adminStatus
source <xsd:simpleType name="adminStatusType" id="adminStatusType">
 
<xsd:annotation>
   
<xsd:documentation>Type for adminStatus</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="new">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">new entry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ver">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="def">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">defaulted</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">for MT only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="obs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">obsolete</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType aspectType
namespace http://www.olif.net
type restriction of xsd:string
properties
id aspectType
used by
element aspect
facets
enumeration simp
enumeration perf
enumeration imperf
enumeration dur
enumeration habit
enumeration iter
enumeration un
annotation
documentation
Type for aspect
source <xsd:simpleType name="aspectType" id="aspectType">
 
<xsd:annotation>
   
<xsd:documentation>Type for aspect</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="simp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">simple</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="perf">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">perfective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="imperf">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">imperfective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dur">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">durative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="habit">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">habitual</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="iter">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">iterative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType auxTypeType
namespace http://www.olif.net
type restriction of xsd:string
properties
id auxTypeType
used by
element auxType
facets
enumeration have
enumeration være
enumeration have
enumeration be
enumeration être
enumeration avoir
enumeration laisser
enumeration faire
enumeration haben
enumeration sein
enumeration werden
enumeration lassen
enumeration ter
enumeration estar
enumeration estar
enumeration haber
enumeration un
annotation
documentation
Type for auxType
source <xsd:simpleType name="auxTypeType" id="auxTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for auxType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="have">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">da</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="være">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">da</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="have">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">en</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="be">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">en</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="être">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fr</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="avoir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fr</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="laisser">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fr</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="faire">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fr</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="haben">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">de</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sein">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">de</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="werden">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">de</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="lassen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">de</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ter">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pt</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="estar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pt</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="estar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">es</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="haber">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">es</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType caseType
namespace http://www.olif.net
type restriction of xsd:string
properties
id caseType
used by
element case
facets
enumeration n
enumeration g
enumeration d
enumeration a
enumeration obj
enumeration subj
enumeration loc
enumeration prp
enumeration inst
enumeration un
annotation
documentation
Type for case
source <xsd:simpleType name="caseType" id="caseType">
 
<xsd:annotation>
   
<xsd:documentation>Type for case</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="n">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">nominative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="g">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">genitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="d">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">dative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="a">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">accusative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="obj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">objective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inst">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">instrumental</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType changePOSType
namespace http://www.olif.net
type xsd:string
used by
element changePOS
annotation
documentation
Type for changePOS (any OLIF POS allowed)
source <xsd:simpleType name="changePOSType">
 
<xsd:annotation>
   
<xsd:documentation>Type for changePOS (any OLIF POS allowed)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType changeTypeType
namespace http://www.olif.net
type restriction of xsd:string
used by
element changeType
facets
enumeration add-in-target
enumeration del-in-target
enumeration change-vbform
enumeration change-role
enumeration assign-case
enumeration change-el-transfer
annotation
documentation
Type for changeType
source <xsd:simpleType name="changeTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for changeType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="add-in-target">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">add an element in the target</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="del-in-target">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">delete an element in the target</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="change-vbform">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">change the verb form</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="change-role">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">change the role of an argument</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="assign-case">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">assign case to a noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="change-el-transfer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">change the transfer of a context element</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType changeValueType
namespace http://www.olif.net
type restriction of xsd:string
used by
element changeValue
facets
enumeration active
enumeration passive
enumeration causative
enumeration reflexive
enumeration subj-dobj
enumeration dobj-subj
enumeration dobj-iobj
enumeration iobj-dobj
enumeration subj-iobj
enumeration iobj-subj
enumeration n
enumeration g
enumeration d
enumeration a
enumeration obj
enumeration subj
enumeration loc
enumeration prp
enumeration inst
annotation
documentation
Type for changeValue
source <xsd:simpleType name="changeValueType">
 
<xsd:annotation>
   
<xsd:documentation>Type for changeValue</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="active">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">target is active voice</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="passive">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">target is passive voice</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="causative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">target is causative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="reflexive">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">target is reflexive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj-dobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subject is target direct object</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dobj-subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">direct object is target subject</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dobj-iobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">direct object is target indirect object</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="iobj-dobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indirect object is target direct object</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj-iobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subject is target indirect object</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="iobj-subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indirect object is target subject</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">nominative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="g">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">genitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="d">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">dative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="a">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">accusative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="obj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">objective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inst">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">instrumental</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType contextType
namespace http://www.olif.net
type restriction of xsd:string
used by
element context
facets
enumeration head
enumeration pp
enumeration genobj
enumeration adj
enumeration prep
enumeration subj
enumeration dobj
enumeration iobj
enumeration comp
enumeration adv
enumeration prepobj
enumeration string
annotation
documentation
Type for context
source <xsd:simpleType name="contextType">
 
<xsd:annotation>
   
<xsd:documentation>Type for context</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="head">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">the entry word itself or the head of the entry string</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="genobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">possessive phrase, eg., "of n"</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">descriptive/predicate adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prep">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prep in phrase in which entry noun is prep object</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subject noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">direct object noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="iobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indirect object noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="comp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">sentential complement</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adv">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prepobj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun object of preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="string">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">refers to phrase that must be matched word-for-word; phrase itself is specified as value of feature &gt;transTest&lt;</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType crLinkTypeType
namespace http://www.olif.net
type restriction of xsd:string
used by
element crLinkType
facets
enumeration synonym
enumeration near-synonym
enumeration antonym
enumeration near-antonym
enumeration has-hyperonym
enumeration has-hyponym
enumeration has-holonym
enumeration has-meronym
enumeration has-holo-member
enumeration has-mero-member
enumeration has-holo-portion
enumeration has-mero-portion
enumeration has-holo-madeof
enumeration has-mero-madeof
enumeration has-holo-location
enumeration has-mero-location
enumeration causes
enumeration is-caused-by
enumeration has-subevent
enumeration is-subevent-of
enumeration role
enumeration involved
enumeration role-agent
enumeration involved-agent
enumeration role-patient
enumeration involved-patient
enumeration role-result
enumeration involved-result
enumeration role-instrument
enumeration involved-instrument
enumeration role-location
enumeration involved-location
enumeration role-direction
enumeration involved-direction
enumeration produces
enumeration is-product-of
enumeration process-step
enumeration in-sequence
enumeration is-spatial-rel
enumeration is-associated
enumeration is-child-of
enumeration is-parent-of
enumeration is-used-for
enumeration use
enumeration in-manner
enumeration manner-of
enumeration be-in-state
enumeration state-of
enumeration previous
enumeration no-synonym
enumeration has-no-syn
enumeration is-derived-from
enumeration has-derived
enumeration pertains-to
enumeration is-pertained-to
enumeration has-instance
enumeration belongs-to-class
enumeration keyword
enumeration acronym
enumeration has-acronym
enumeration orth-variant
enumeration has-orth-variant
enumeration abbreviation
enumeration has-abbrev
enumeration headword
enumeration has-headword
enumeration fuzzynym
enumeration repl-controlled
enumeration co-role
enumeration co-agent-patient
enumeration co-patient-agent
enumeration co-agent-instrument
enumeration co-instrument-agent
enumeration co-agent-result
enumeration co-result-agent
enumeration co-patient-instrument
enumeration co-instrument-patient
enumeration co-patient-result
enumeration co-result-patient
enumeration co-instrument-result
enumeration co-result-instrument
enumeration un
annotation
documentation
Type for crLinkType
source <xsd:simpleType name="crLinkTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for crLinkType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="synonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">synonym of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="near-synonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">near synonym of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="antonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">antonym of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="near-antonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">near antonym of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-hyperonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">is kind of (subordinate)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-hyponym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has kind (superordinate)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-holonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">part of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-meronym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">whole of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-holo-member">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">member of  (member-set)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-mero-member">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">set (member-set)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-holo-portion">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">portion of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-mero-portion">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has portion</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-holo-madeof">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ingredient of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-mero-madeof">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has ingredient</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-holo-location">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">more specific place</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-mero-location">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">wider place</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="causes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">cause of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-caused-by">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">effect of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-subevent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(between verbs/gerunds) e.g., sleep ~ snore</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-subevent-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(between verbs/gerunds) e.g., snore ~ sleep</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity that something (noun) is involved in</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">thing (noun) involved in activity represented by verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-agent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">typical activity of agent, e.g., teaching ~ teacher</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-agent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">typical agent of activity, e.g., teacher ~ teaching</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-patient">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity undergone by patient, e.g., learning ~ learner </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-patient">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">typically undergoes activity, e.g., learner ~ learning</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-result">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity that results in object, e.g., crystallising ~ crystal </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-result">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">object resulting from activity, e.g. crystal ~ cystallising</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-instrument">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity instrument is used for, e.g., hammering ~ hammer </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-instrument">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">instrument used for activity, e.g., hammer ~ hammering</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-location">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity typical of a place, e.g., teaching ~ school  </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-location">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">place where activity occurs, e.g., school ~ teaching</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="role-direction">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">activity from/to/over/across/thru a place, e.g., crossing ~ river </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="involved-direction">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">place from/to/over/thru,etc. which activity occurs, e.g., river ~ cross</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="produces">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">producer of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-product-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">product of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="process-step">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">step in a process</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="in-sequence">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">element in a sequence</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-spatial-rel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">related spatially</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-associated">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">associated term</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-child-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">offspring of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-parent-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">parent of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-used-for">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">is used for</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="use">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">use to which something is put</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="in-manner">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(verb ~ adv) snore ~ noisily</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="manner-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(adv ~ verb) noisily ~ snore</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="be-in-state">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(noun ~ adj) tycoon ~ wealthy</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="state-of">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(adj ~ noun) wealthy ~ tycoon</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="previous">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">previous version of entry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="no-synonym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">not allowed as synonym</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-no-syn">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has disallowed synonym</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-derived-from">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">derivational morphology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-derived">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">derivational morphology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pertains-to">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(adj ~ noun) chemical ~ chemistry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="is-pertained-to">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(noun ~ adj) chemistry ~ chemical</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-instance">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">class</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="belongs-to-class">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">instance of class</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="keyword">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">keyword</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="acronym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">acronym</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-acronym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has acronym</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="orth-variant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">orthographical variant     -&gt;  see attribute table that follows</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-orth-variant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has orthographical variant</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abbreviation">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abbreviated form</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-abbrev">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has abbreviated form</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="headword">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">head word of compound/phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="has-headword">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">has head word</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="fuzzynym">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">(noun ~ noun; verb ~ verb) fuzzy semantic relation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="repl-controlled">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">replace with controlled language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-role">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">general relation between compound noun and compound element</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-agent-patient">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">criminal ~ crime victim</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-patient-agent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">crime victim ~ criminal</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-agent-instrument">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">guitar player ~ guitar</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-instrument-agent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">guitar ~ guitar player</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-agent-result">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">novel writer ~ novel</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-result-agent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">novel ~ novel writer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-patient-instrument">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ice ~ ice saw</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-instrument-patient">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ice saw ~ ice</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-patient-result">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pastry dough ~ pastry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-result-patient">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pastry ~ pastry dough</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-instrument-result">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">movie camera ~ movie</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="co-result-instrument">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">movie ~ movie camera</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relation unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<!-- Compound noun codes: Indicate relations between compnd nouns and compnd elements</xsd:documentation -->
 
</xsd:restriction>
</xsd:simpleType>

simpleType dateType
namespace http://www.olif.net
type union of (xsd:string, xsd:dateTime)
used by
elements date modDate
attributes headerType/@CreaDate date/@DateValue
annotation
documentation
Type for dates
source <xsd:simpleType name="dateType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Type for dates</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="xsd:string xsd:dateTime"/>
</xsd:simpleType>

simpleType degreeType
namespace http://www.olif.net
type restriction of xsd:string
properties
id degreeType
used by
element degree
facets
enumeration pos
enumeration comp
enumeration sup
enumeration ela
enumeration un
annotation
documentation
Type for degree
source <xsd:simpleType name="degreeType" id="degreeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for degree</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="pos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">positive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="comp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">comparative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sup">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">superlative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ela">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">elative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType deInflectionType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration MUTTER
enumeration HAND
enumeration FRAU
enumeration IRIS
enumeration FEDER
enumeration STUDENTIN
enumeration KENNTNIS
enumeration KAMERA
enumeration MÜHSAL
enumeration NUSS
enumeration WERKSTATT
enumeration STEWARDESS
enumeration BASIS
enumeration PARTITION
enumeration LIBRARY
enumeration LIRA
enumeration RETINA
enumeration MATRIX
enumeration MAGNITUDO
enumeration LARYNGITIS
enumeration GALAXIS
enumeration PHALANX
enumeration KLITORIS
enumeration RADIX
enumeration DIVA
enumeration KIRMES
enumeration LESBARKEIT
enumeration RUFNR.
enumeration VATER
enumeration SPLITTER
enumeration WUNSCH
enumeration TISCH
enumeration GOTT
enumeration JUNGE
enumeration NAME
enumeration STAAT
enumeration BUS
enumeration WAGEN
enumeration WURM
enumeration STUDENT
enumeration BAUER
enumeration HAFEN
enumeration ZOLL
enumeration TRAKTOR
enumeration LEIB
enumeration MARS
enumeration BAU
enumeration MUSKEL
enumeration HERR
enumeration MUND
enumeration ANSCHLUSS
enumeration PROZESS
enumeration GREIF
enumeration TURNUS
enumeration MOGUL
enumeration CODE
enumeration COACH
enumeration SANDWICH
enumeration SERVICE
enumeration ROWDY
enumeration TANK
enumeration ENDTEST
enumeration MODUS
enumeration ZYKLUS
enumeration INDEX
enumeration ABAKUS
enumeration ELEKTROLYT
enumeration MAI
enumeration MÄRZ
enumeration KAKTUS
enumeration SKI
enumeration KURSUS
enumeration FACHMANN
enumeration SAAL
enumeration HEROS
enumeration PORTIKUS
enumeration MAFIOSO
enumeration RABBI
enumeration SALDO
enumeration FRATER
enumeration KUSTOS
enumeration OBOLUS
enumeration PRIMUS
enumeration ATLAS
enumeration SYNDIKUS
enumeration ICHTHYOSAURUS
enumeration MUSIKUS
enumeration FISKUS
enumeration FEX
enumeration EMBRYO
enumeration LATEX
enumeration KANONIKUS
enumeration THESAURUS
enumeration KOMMODORE
enumeration SPORN
enumeration CARABINIERE
enumeration VERSTAND
enumeration HASS
enumeration CM
enumeration ZEICHEN
enumeration EREIGNIS
enumeration BUCH
enumeration AUGE
enumeration ZIEL
enumeration VERB
enumeration GELD
enumeration BROT
enumeration AUTO
enumeration MITTEL
enumeration HEMD
enumeration HERZ
enumeration FREIE
enumeration MATERIAL
enumeration SALZ
enumeration REICHTUM
enumeration FATUM
enumeration REAGENZ
enumeration SANDWICH
enumeration WRACK
enumeration INVENTORY
enumeration EXAMEN
enumeration FLOß
enumeration SCHLOSS
enumeration GEBISS
enumeration SPEZIMEN
enumeration PLASMA
enumeration KONTO
enumeration MINUS
enumeration GENUS
enumeration JUS
enumeration KRITERIUM
enumeration SPEKTRUM
enumeration LEXIKON
enumeration EPOS
enumeration GANGLION
enumeration SERVICE
enumeration BYTE
enumeration TEMPUS
enumeration ULKUS
enumeration LEMMA
enumeration KOMMA
enumeration SCHEMA
enumeration KLIMA
enumeration RISIKO
enumeration FRESKO
enumeration KOLON
enumeration STORNO
enumeration SOLO
enumeration DUPLEX
enumeration VIOLONCELLO
enumeration STIMULANS
enumeration ANTIOXIDANS
enumeration AUDION
enumeration DING
enumeration KAPITAL
enumeration A
enumeration GENITALE
enumeration FLUID
enumeration CHAOS
enumeration HASS
enumeration AUSLAND
enumeration DEUTSCH
enumeration FERIEN
enumeration LEUTE
enumeration PLURAL ONLY-1
enumeration PLURAL ONLY-2
enumeration PLURAL ONLY-3
enumeration PLURAL ONLY-4
enumeration PLURAL ONLY-5
enumeration PLURAL ONLY-
enumeration PLURAL ONLY-7
enumeration PLURAL ONLY-8
enumeration PLURAL ONLY-9
enumeration PLURAL ONLY-10
enumeration PLURAL ONLY-11
enumeration PLURAL ONLY-12
enumeration PLURAL ONLY-13
enumeration PLURAL ONLY-14
enumeration PROGR.
enumeration AUFBAUEN
enumeration ANWESENDE
enumeration BEAMTER
enumeration VIELFACHES
enumeration SCHWEIZ
enumeration BRD
enumeration MARION
enumeration FR.
enumeration IRAN
enumeration HANS
enumeration ELCO
enumeration H.
enumeration BRITANNIEN
enumeration ALPEN
enumeration HÄNSCHEN
enumeration DOS
enumeration SEIN
enumeration HABEN
enumeration WERDEN
enumeration MACHEN
enumeration REDEN
enumeration FÖRDERN
enumeration HANDELN
enumeration ERZÄHLEN
enumeration AUSMACHEN
enumeration BEREDEN
enumeration MISSHANDELN
enumeration BEFÖRDERN
enumeration AUSREDEN
enumeration ZUWIDERHANDELN
enumeration MITFÖRDERN
enumeration ANPROBIEREN
enumeration DÜRFEN
enumeration MÜSSEN
enumeration MÖGEN
enumeration WOLLEN
enumeration SOLLEN
enumeration BRENNEN
enumeration SENDEN
enumeration BRINGEN
enumeration SCHREIBEN
enumeration BIEGEN
enumeration BINDEN
enumeration SPRECHEN
enumeration SCHEIDEN
enumeration WISSEN
enumeration BLASEN
enumeration ABBEISSEN
enumeration ABSENDEN
enumeration ABBRINGEN
enumeration ABBRENNEN
enumeration ABBIEGEN
enumeration ABSPRECHEN
enumeration ABBLASEN
enumeration ANSCHNEIDEN
enumeration ABBINDEN
enumeration MITBEREDEN
enumeration WEITERBEFÖRDERN
enumeration VORBESTELLEN
enumeration WOHLERGEN
enumeration MITVERBRENNEN
enumeration AUFERSTEHEN
enumeration TUN
enumeration NEU BETRAGEN
enumeration MITBESCHNEIDEN
enumeration FREIWERDEN
enumeration BEDÜRFEN
enumeration MITHABEN
enumeration KÜSSEN
enumeration VERMISSEN
enumeration AUFPASSEN
enumeration WIEDER VERPASSEN
enumeration PREISEN
enumeration ERWEISEN
enumeration AUFWEISEN
enumeration WIEDER BEWEISEN
enumeration SCHMELZEN
enumeration VERSCHMELZEN
enumeration EINSCHMELZEN
enumeration NEU VERSCHMELZEN
enumeration VORENTHALTEN
enumeration WACHSEN
enumeration ERWACHSEN
enumeration AUFWACHSEN
enumeration NEU ERWACHSEN
enumeration SEHEN
enumeration VERSEHEN
enumeration ANSEHEN
enumeration WIEDER BESEHEN
enumeration SCHLAFEN
enumeration VERSCHLAFEN
enumeration AUSSCHLAFEN
enumeration WIEDER VERSCHLAFEN
enumeration DENKEN
enumeration BEDENKEN
enumeration AUSDENKEN
enumeration NEU BEDENKEN
enumeration AUFSEIN
enumeration VERMÖGEN
enumeration ÜBERBEHANDELN
enumeration MITZERBEISSEN
enumeration BIETEN
enumeration ANBIETEN
enumeration VERBIETEN
enumeration MITVERBIETEN
enumeration DINGEN
enumeration AUSDINGEN
enumeration ANTUN
enumeration NEU BEDÜRFEN
enumeration NEU VERMÖGEN
enumeration WEITERVERSENDEN
enumeration MITVERBRINGEN
enumeration ZURÜCKKÖNNEN
enumeration WEITERWISSEN
enumeration VERSIEDEN
enumeration MITENTSCHEIDEN
enumeration LIEGEN
enumeration MITBESTREITEN
enumeration ERLIEGEN
enumeration RUFEN
enumeration VERSENDEN
enumeration KOMMEN
enumeration HINAUSWOLLEN
enumeration FORTMÜSSEN
enumeration WEGSOLLEN
enumeration MAHLEN
enumeration AUSMAHLEN
enumeration MITZERMAHLEN
enumeration VERHEISSEN
enumeration BERUFEN
enumeration BESCHREIBEN
enumeration BEKOMMEN
enumeration BESTEHEN
enumeration SENDEN
enumeration MITVERSIEDEN
enumeration BETRAGEN
enumeration VERDRESCHEN
enumeration ZUSENDEN
enumeration BEDINGEN
enumeration ENTHALTEN
enumeration VERSENDEN
enumeration MITERFASSEN
enumeration ABBERUFEN
enumeration EINBEGREIFEN
enumeration AUFBEKOMMEN
enumeration NEU VERLESEN
enumeration MITERLÖSCHEN
enumeration ZERMAHLEN
enumeration HINZUKOMMEN
enumeration SCHLIESSEN
enumeration ABSCHLIESSEN
enumeration BESCHLIESSEN
enumeration HEBEN
enumeration AUFHEBEN
enumeration BEHEBEN
enumeration ZIEHEN
enumeration AUSZIEHEN
enumeration BEZIEHEN
enumeration SITZEN
enumeration AUFSITZEN
enumeration BESITZEN
enumeration VERBIEGEN
enumeration MITBEHEBEN
enumeration BEZWINGEN
enumeration KÖNNEN
enumeration NEU ERLIEGEN
enumeration BLEICHEN
enumeration AUSBLEICHEN
enumeration SINNEN
enumeration NACHSINNEN
enumeration BESINNEN
enumeration SPINNEN
enumeration AUSSPINNEN
enumeration VERSPINNEN
enumeration SCHWÖREN
enumeration EINSCHWÖREN
enumeration BESCHWÖREN
enumeration SAUGEN
enumeration AUFSAUGEN
enumeration SCHAFFEN
enumeration ERSCHAFFEN
enumeration WÄGEN
enumeration ERWÄGEN
enumeration LÜGEN
enumeration BELÜGEN
enumeration GENESEN
enumeration NEU ERGLIMMEN
enumeration GEHEN
enumeration ANGEHEN
enumeration ENTGEHEN
enumeration AUFSCHREIBEN
enumeration GLEICHEN
enumeration ANGLEICHEN
enumeration BEGLEICHEN
enumeration BEISSEN
enumeration ZERBEISSEN
enumeration GREIFEN
enumeration EINGREIFEN
enumeration BEGREIFEN
enumeration STREITEN
enumeration MITSTREITEN
enumeration BESTREITEN
enumeration AUSSCHEIDEN
enumeration ENTSCHEIDEN
enumeration SCHNEIDEN
enumeration BESCHNEIDEN
enumeration VORLIEGEN
enumeration STEHEN
enumeration AUFSTEHEN
enumeration ABWÄGEN
enumeration ANLÜGEN
enumeration GLIMMEN
enumeration ABGLIMMEN
enumeration VERGLIMMEN
enumeration HEISSEN
enumeration GUTHEISSEN
enumeration ERBLEICHEN
enumeration HÄNGEN
enumeration ABHÄNGEN
enumeration HAUEN
enumeration ABHAUEN
enumeration BEHAUEN
enumeration ANRUFEN
enumeration ENTSPRECHEN
enumeration TRAGEN
enumeration AUSTRAGEN
enumeration BACKEN
enumeration AUFBACKEN
enumeration NACHSCHAFFEN
enumeration WIEDERERSCHAFFEN
enumeration MITERWÄGEN
enumeration MESSEN
enumeration ABMESSEN
enumeration BEMESSEN
enumeration ESSEN
enumeration AUFESSEN
enumeration ÜBERESSEN
enumeration NEHMEN
enumeration ABNEHMEN
enumeration BENEHMEN
enumeration HELFEN
enumeration AUSHELFEN
enumeration BEHELFEN
enumeration SEHEN
enumeration ABLESEN
enumeration VERLESEN
enumeration FLECHTEN
enumeration EINFLECHTEN
enumeration VERFLECHTEN
enumeration MITBELÜGEN
enumeration WIEDERGENESEN
enumeration TRETEN
enumeration EINTRETEN
enumeration BETRETEN
enumeration BEFEHLEN
enumeration HINEINDÜRFEN
enumeration BEHÄNGEN
enumeration MITBEHÄNGEN
enumeration GEBEN
enumeration AUSGEBEN
enumeration BEGEBEN
enumeration STEHLEN
enumeration WEGSTEHLEN
enumeration BESTEHLEN
enumeration TREFFEN
enumeration ZUTREFFEN
enumeration BETREFFEN
enumeration MITBEHAUEN
enumeration VERBACKEN
enumeration MITVERBACKEN
enumeration GELTEN
enumeration ABGELTEN
enumeration ENTGELTEN
enumeration WERFEN
enumeration AUSWERFEN
enumeration ENTWERFEN
enumeration LÖSCHEN
enumeration AUSLÖSCHEN
enumeration VERLÖSCHEN
enumeration NEU BEMESSEN
enumeration VERBRENNEN
enumeration DRESCHEN
enumeration ABDRESCHEN
enumeration SAUFEN
enumeration ABSAUFEN
enumeration BESAUFEN
enumeration LAUFEN
enumeration EINLAUFEN
enumeration ENTLAUFEN
enumeration STOSSEN
enumeration ZUSTOSSEN
enumeration ZERSTOSSEN
enumeration ZERBLASEN
enumeration FALLEN
enumeration EINFALLEN
enumeration VERFALLEN
enumeration FANGEN
enumeration ANFANGEN
enumeration VERFANGEN
enumeration LASSEN
enumeration AUSLASSEN
enumeration VERLASSEN
enumeration HALTEN
enumeration AUSHALTEN
enumeration NEU ÜBERESSEN
enumeration WEITERBEHELFEN
enumeration BITTEN
enumeration ABBITTEN
enumeration ERBITTEN
enumeration SIEDEN
enumeration ABSIEDEN
enumeration SCHINDEN
enumeration WEITERVERBINDEN
enumeration MITBESCHREIBEN
enumeration MITBEGLEICHEN
enumeration MITVERSPINNEN
enumeration ANERZIEHEN
enumeration MITBESCHLIESSEN
enumeration HERAUFBESCHWÖREN
enumeration ZURÜCKBESINNEN
enumeration VERTUN
enumeration ABBEGEBEN
enumeration MITENTWERFEN
enumeration MITBETREFFEN
enumeration ANBEFEHLEN
enumeration DANEBENBENEHMEN
enumeration AUFSCHRECKEN
enumeration ERSCHRECKEN
enumeration GEBÄREN
enumeration WEITERVERSENDEN
enumeration VERBRINGEN
enumeration MELKEN
enumeration ZWINGEN
enumeration AUFZWINGEN
enumeration VERBINDEN
enumeration AUFERZWINGEN
enumeration WIEDERVERFLECHTEN
enumeration AUSMELKEN
enumeration MITBESTEHLEN
enumeration NEU ENTGELTEN
enumeration MITVERDRESCHEN
enumeration MITBESAUFEN
enumeration WEITERVERLAUFEN
enumeration MITZERSTOSSEN
enumeration MITZERBLASEN
enumeration ZURÜCKVERFALLEN
enumeration MITVERFANGEN
enumeration ZURÜCKERBITTEN
enumeration MITVERTUN
enumeration SPALTEN
enumeration ABSPALTEN
enumeration ZERSPALTEN
enumeration KNIEN
enumeration NIEDERKNIEN
enumeration BEKNIEN
enumeration FASSEN
enumeration ZUSAMMENFASSEN
enumeration BEFASSEN
enumeration MISSVERSTEHEN
enumeration NEU ERSCHRECKEN
enumeration WIEDERGEBÄREN
enumeration ERKIESEN
enumeration NEU ZERSPALTEN
enumeration MITBESITZEN
enumeration MITERLASSEN
enumeration MITVERBIEGEN
enumeration NEU ENTSPRECHEN
enumeration MITERBLEICHEN
enumeration MITBEDINGEN
enumeration NEU VERHEISSEN
enumeration WIEDERBETRETEN
enumeration HERAUSSCHINDEN
enumeration ZERSCHINDEN
enumeration DÜNKEN
enumeration STECKEN
enumeration SCHALLEN
enumeration ERSCHALLEN
enumeration ZURÜCKSCHALLEN
enumeration ERSCHALLEN
enumeration NEU BEKNIEN
enumeration NAHTSCHWEISSEN
enumeration TAUCHLÖTEN
enumeration KUGELSINTERN
enumeration HOBBYBASTELN
enumeration RÜCKVERSETZEN
enumeration RÜCKERSTATTEN
enumeration WÄRMEBEHANDELN
enumeration RÜCKVERSICHERN
enumeration PRASSELN
enumeration ENTFESSELN
enumeration ABDROSSELN
enumeration VERSCHLÜSSELN
enumeration GEHENLASSEN
enumeration MISSVERSTEHEN
enumeration BRENNSCHNEIDEN
enumeration RÜCKBUCHEN
enumeration RÜCKDATIEREN
enumeration RÜCKBLENDEN
enumeration RÜCKKOPPELN
enumeration RÜCKBEZIEHEN
enumeration RÜCKBESINNEN
enumeration RÜCKNEHMEN
enumeration RÜCKGEWINNEN
enumeration RÜCKSCHLIESSEN
enumeration KLEIN
enumeration SICHER
enumeration ARM
enumeration DUNKEL
enumeration BÖSE
enumeration LEICHTER
enumeration BANGE
enumeration LEICHTEST
enumeration ALLG.
enumeration SCHMAL
enumeration ALT
enumeration HOCH
enumeration NAH
enumeration WILD
enumeration GUT
enumeration WEISE
enumeration TEUER
enumeration GEZIERT
enumeration AUFTRAGS
enumeration SCHWEIZER
enumeration ROSA
enumeration ANDERER
enumeration IHRE
enumeration OBIG
enumeration GROSS
enumeration MEISTEN
enumeration NASS
enumeration BEAMTER
enumeration SCHEIDEND
enumeration GESUND
enumeration KRASS
enumeration ANWESENDE
enumeration MEISTEN
enumeration ANDERS
enumeration SCHNELL
enumeration NAH
enumeration HOCH
enumeration BALD
enumeration GERN
enumeration OFT
enumeration SEHR
enumeration SCHARF
enumeration WOHL
enumeration WENIG
enumeration WILD
enumeration LANGE
enumeration KALT
enumeration LEISE
enumeration FLEXIBEL
enumeration GEWISS
enumeration SAUER
enumeration KEIN
enumeration DER
enumeration DIESER
enumeration VIEL
enumeration EIN UND DERSELBE
enumeration UNSER
enumeration MANCHER
enumeration ALLE
enumeration DREI
enumeration KEIN SOLCHEN
enumeration JED SOLCHE
enumeration BILLION
enumeration IRGENDEIN
enumeration EIN
enumeration EIN
enumeration ICH
enumeration ER
enumeration DERSELBE
enumeration JEDER
enumeration DIESER
enumeration SICH
enumeration ES
enumeration JEMAND
enumeration MEHRERE
enumeration EIN
enumeration SOLCHES
enumeration JED SOLCHE
enumeration JED SOLCHEN
enumeration KEIN
enumeration VIEL
enumeration JENER
enumeration KEINE ANDEREN
enumeration FOLGEND
enumeration DU
enumeration JEDERMANN
enumeration ALLES
enumeration SEINE
enumeration UNSER
enumeration BEIDEN
enumeration MEIN
enumeration ANDER
enumeration DIE
enumeration DER
enumeration WELCHER
enumeration WIEVIEL
enumeration WER
enumeration WELCHER
enumeration like: -/-" like Mutter/Mütter
enumeration like: -/-"e like Hand/Hände
enumeration like: -/-en like Frau/Frauen
enumeration like: -/- like Iris/Iris
enumeration like: -/-n like Feder/Federn
enumeration like: -/-nen like Studentin/Studentinnen
enumeration like: -/-se like Kenntnis/Kenntnisse
enumeration like: -/-s like Kamera/Kameras
enumeration like: -/-en like Valuta/Valuten
enumeration like: Plural only, -n in dative, like Kenntnisse (in compounds, for MT)
enumeration like: -/-zen like Matrix/Matrizen
enumeration like: -/-es like Couch/Couches
enumeration like: Inflects like an adjective, like Anwesende
enumeration like: -/-e like Mühsal/Mühsale
enumeration like: -/-"e with ß/ss change, like Nuß/Nüsse (old spelling)
enumeration like: -/-en with ß/ss change, like Stewardeß/Stewardessen; old spelling
enumeration like: -/-en like Basis/Basen
enumeration like: -/-den like Laryngitis/Laryngitiden
enumeration like: -/-en like Galaxis/Galaxien
enumeration like: -/-"en like Werkstatt/Werkstätten
enumeration like: -/-ies like Library/Libraries
enumeration like: -/-e like Lira/Lire
enumeration like: Acronym
enumeration like: -/no plural Proper name of place
enumeration like: -/-s Foreign or loan words (Alternate source plural -en, -es)
enumeration like: -s,-'/-s Proper name of person
enumeration like: Abbreviated feminine title, like Fr.
enumeration like: Feminine abbreviation, like Rufnr.
enumeration like: -/-ines like Magnitudo/Magnitudines
enumeration like: -/-gen like Phalanx/Phalangen
enumeration like: -/- like Klitoris/Klitoris (Alternate source plural Klitorides)
enumeration like: -/-zes like Radix/Radizes (Alternate source plural Radices)
enumeration like: -/-s like Diva/Divas (Alternate source plural Diven)
enumeration like: -/-e like Retina/Retinae
enumeration like: -/-ides like Klitoris/Klitorides (Alternate source plural Klitoris)
enumeration like: Kirmes, -, Kirmessen
enumeration like: Nuss, Nüsse, (also Nuß old spelling)
enumeration like: Stewaredess, en, (with old spelling in ß)
enumeration like: -s/-" like Vater/Väter
enumeration like: -s/- like Splitter/Splitter
enumeration like: -es/-"e like Wunsch/Wünsche
enumeration like: -es/-e like Tisch/Tische
enumeration like: -es/-"er like Gott/Götter
enumeration like: -n/-n like Junge/Jungen
enumeration like: -es/-en like Staat/Staaten
enumeration like: -ses/-se like Autobus/Autobusse
enumeration like: -s/- like Wagen/Wagen
enumeration like: -s/-"er like Wurm/Würmer
enumeration like: -en/-en like Student/Studenten
enumeration like: -/- like Abakus/Abakus
enumeration like: -s/-" like Flughafen/Flughäfen
enumeration like: -/-en like Zyklus/Zyklen
enumeration like: -s/-s like Code/Codes
enumeration like: -ns/-n like Name/Namen
enumeration like: -es/- like Zoll/Zoll
enumeration like: -s/-"e like Sonnenbrand/Sonnenbrände
enumeration like: -s/-n like Mogul/Moguln (Alternate source plural Mogule)
enumeration like: -/-se like Turnus/Turnusse
enumeration like: -/-i like Modus/Modi
enumeration like: -s/-e like Termin/Termine
enumeration like: -s/-en like Traktor/Traktoren
enumeration like: -s/-ten like Bau/Bauten
enumeration like: -s/-n like Muskel/Muskeln
enumeration like: -es/-izes like Index/Indizes (Alternate source genitive Index,alternate source plural Indexe, Indices)
enumeration like: -s/-e like Elektrolyt/Elektrolyte (Alternate source forms -en/-en)
enumeration like: -es/-s like Tank/Tanks
enumeration like: -/-s like Service/Services
enumeration like: -s/-monate like Mai/Maimonate
enumeration like: März, Märzen, Märzmonate
enumeration like: -/-een like Kaktus/Kakteen
enumeration like: Inflects like an adjective, like Beamter
enumeration like: -/-e like Mars/Marse
enumeration like: -es/-er like Leib/Leiber
enumeration like: -/-e like Kursus/Kurse
enumeration like: -/-es like Coach/Coaches
enumeration like: -es/-es like Sandwich/Sandwiches
enumeration like: -n/-en like Herr/Herren
enumeration like: -es/-"e with ß/ss change, like Anschluß/Anschlüsse; old spelling
enumeration like: -es/-e with ß/ss change, like Prozeß/Prozesse; old spelling
enumeration like: -s/-i like Mafioso/Mafiosi (Alternate source genitive Mafioso)
enumeration like: -s/-leute like Fachmann/Fachleute
enumeration like: -s/-äle like Saal, Säle
enumeration like: Acronym
enumeration like: -s,-es,-'/no plural Proper name of place
enumeration like: -/-s Foreign or loan words (Alternate source genitive -es, -s, alternate source plural -e, -es)
enumeration like: -s,-es,-'/-"e Proper name of person
enumeration like: Abbreviated masculine title, like H.
enumeration like: -/-en like Heros/Heroen
enumeration like: Masculine abbreviation, like cm
enumeration like: -/- like Portikus/Portikus (Alternate source plural Portiken)
enumeration like: -s/-nisse like Bedarf/Bedürfnisse
enumeration like: -s/-er like Ski/Skier
enumeration like: -s/-sorten like Streuzucker/Streuzuckersorten
enumeration like: -s/-stoffe like Ballast/Ballaststoffe
enumeration like: -s/-ner like Rabbi/Rabbiner
enumeration like: -s/-i like Saldo/Saldi (Alternate source plural Salden)
enumeration like: -/-den like Kustos/Kustoden
enumeration like: -/- like Obolus/Obolus (Alternate source plural Obolusse)
enumeration like: -/-i like Primus/Primi (Alternate source plural Primusse)
enumeration like: -/-nten like Atlas/Atlanten (Alternate source genitive Atlasses, alternate source plural Atlasse)
enumeration like: -/-se like Syndikus/Syndikusse (Alternate source plural Syndizi)
enumeration like: -/-ier like Ichthyosaurus/Ichthyosaurier
enumeration like: -/-zi Musikus/Musizi
enumeration like: -/-en like Fiskus/Fisken (Alternate source plural Fiskusse)
enumeration like: -/-en like Globus/Globen (Alternate source genitive Globusses, alternate source plural Globusse)
enumeration like: -/-se like Konus/Konusse (Alternate source plural Konen)
enumeration like: -s/-nen like Embryo/Embryonen (Alternate source plural Embryos)
enumeration like: -s/-s like Halo/Halos Alternate source genitive Halo, alternate source plural Halonen)
enumeration like: -/-izes like Latex/Latizes
enumeration like: -s/-s like Rowdy/Rowdys (Alternate source plural Rowdies)
enumeration like: -/-se Diskus/Diskusse (Alternate source plural Diski)
enumeration like: -ses/-se like Fötus/Fötusse (Alternate source genitive Fötus, alternate source plural Föten)
enumeration like: -/-er like Kanonikus/Kanoniker
enumeration like: -/-en like Thesaurus/Thesauren (Alternate source plural Thesauri)
enumeration like: -s/-n like Kommodore/Kommodoren (Alternate source plural Kommodores)
enumeration like: -s/-en like Saldo/Salden (Alternate source plural Saldi)
enumeration like: -s/-ies like Rowdy/Rowdies (Alternate source plural Rowdys)
enumeration like: -es/-e like Fratz/Fratze (Alternate source plural Fratzen)
enumeration like: -s/-e like Greif/Greife (Alternate source plural Greifen)
enumeration like: -/-ices like Index/Indices (Alternate source genitive Indexes, alternate source plural Indexe, Indizes)
enumeration like: Sporn, Sporns, Sporen
enumeration like: Carabiniere, Carabinieri
enumeration like: Anschluss, Anschlüsse, new spelling
enumeration like: Prozess, Prozesse, new spelling
enumeration like: -s/- like Zeichen/Zeichen
enumeration like: -ses/-se like Ereignis/Ereignisse
enumeration like: -es/-"er like Buch/Bücher
enumeration like: -s/-n like Auge/Augen
enumeration like: -s/-e like Ziel/Ziele
enumeration like: -es/-er like Geld/Gelder
enumeration like: -s/-s like Auto/Autos
enumeration like: -/- like Minus/Minus
enumeration like: -s/-en like Kriterium/Kriterien
enumeration like: -s/- like Mittel/Mittel
enumeration like: -s, no plural, for nominalized infinitive, like Aufbauen
enumeration like: -es/-en like Hemd/Hemden
enumeration like: -s/-ien like Material/Materialien
enumeration like: -es/-e like Salz/Salze
enumeration like: -s/-"er like Reichtum/Reichtümer
enumeration like: -s/-a like Fatum/Fata
enumeration like: -es/-ien like Reagenz/Reagenzien (Alternate source genitive s)
enumeration like: -s/-en like Juwel/Juwelen
enumeration like: -s/-er like Gemüt/Gemüter
enumeration like: -es/-s like Wrack/Wracks
enumeration like: -s/-" like Bruder/Brüder
enumeration like: -/-s like Service/Services
enumeration like: -/-zien like Akzidens/Akzidenzien
enumeration like: -s/- like Examen/Examen (Alternate source plural Examina)
enumeration like: Inflects like an adjective, like Vielfaches
enumeration like: -s/-ta like Lemma/Lemmata
enumeration like: -es/-"e like Floß/Flöße
enumeration like: -n/-n like Freie/Freien
enumeration like: -ens/-en like Herz/Herzen
enumeration like: -s/-ina like Spezimen/Spezimina
enumeration like: -es/-"er with former ß/ss change, like Schloß(now Schloss)/Schlösser; old spelling
enumeration like: -es/-e with ß/ss change, like Gebiß/Gebisse; old spelling
enumeration like: -s/-en like Plasma/Plasmen
enumeration like: -s/-en like Konto/Konten (Alternate source plural Konti)
enumeration like: -/-en like Epos/Epen
enumeration like: -/-ora like Tempus/Tempora
enumeration like: Acronym
enumeration like: -s,-'/no plural Proper name of place
enumeration like: -s/-s Foreign or loan words (Alternate source genitive -, -', -es)
enumeration like: . Neuter abbreviation, like Progr.
enumeration like: -s/-s like Risiko/Risikos (Alternate source plural Risiken)
enumeration like: -s/-en like Fresko/Fresken
enumeration like: -s/- like Byte/Byte (Alternate source genitive Byte)
enumeration like: -s/-s like Komma/Kommas (Alternate source plural Kommata)
enumeration like: -s/-en like Schema/Schemen (Alternate source plural Schemata)
enumeration like: -s/-en like Spektrum/Spektren (Alternate source plural Spektra)
enumeration like: -s/-a like Serum/Sera (Alternate source plural Seren)
enumeration like: -s/-s like Kolon/Kolons (Alternate source plural Kola)
enumeration like: -s/-i like Storno/Storni
enumeration like: -s/-s like Klima/Klimas (Alternate source plural Klimata, Klimate)
enumeration like: -s/-en like Niello/Niellen (Alternate source genitive Niello, alternate source plural Nielli)
enumeration like: -s/-s like Solo/Solos (Alternate source plural Soli)
enumeration like: -/- like Duplex/Duplex (Alternate source plural Duplices)
enumeration like: -/-era like Genus/Genera
enumeration like: -/-ra like Jus/Jura
enumeration like: -/-zera like Ulkus/Ulzera
enumeration like: -s/-i like Violoncello/Violoncelli (Alternate source plural Violoncellos)
enumeration like: -/-zien like Stimulans/Stimulanzien (Alternate source plural Stimulantia)
enumeration like: -/-tia like Detergens/Detergentia (Alternate source plural Detergenzien)
enumeration like: -/-tien like Antioxidans/Antioxidantien
enumeration like: -s/-s like Audion/Audions (Alternate source plural Audionen)
enumeration like: -es/-ien like Indiz/Indizien
enumeration like: -es/-e like Ding/Dinge (Alternate source plural Dinger)
enumeration like: -s/-ien like Kapital/Kapitalien (Alternate source plural Kapitale)
enumeration like: -/- Letters of the alphabet
enumeration like: . Abbreviated neuter title, like Mitgl.
enumeration like: -es/-es like Sandwich/Sandwiches
enumeration like: -s/- Proper name of person
enumeration like: Inventory, Inventorys, Inventories
enumeration like: Genitale, Genitales, Genitalien
enumeration like: Fluid, Fluids, Fluida
enumeration like: Schloß, Schlosses, Schlösser former spelling
enumeration like: -n/Plural word, no -n in dative plural
enumeration like: -n/Plural word, -n in dative plural
enumeration like: -en/Plural word, no -n in dative plural
enumeration like: -en/Plural word, -n in dative plural
enumeration like: -ns/Plural word, no -n in dative plural
enumeration like: -ns/Plural word, -n in dative plural
enumeration like: -ses/Plural word, no -n in dative plural
enumeration like: -ses/Plural word, -n in dative plural
enumeration like: -ens/Plural word, no -n in dative plural
enumeration like: -ens/Plural word, -n in dative plural
enumeration like: -/Plural word, no -n in dative plural
enumeration like: -/Plural word, -n in dative plural
enumeration like: -s/Plural word, no -n in dative plural
enumeration like: -s/Plural word, -n in dative plural
enumeration like: -es/Plural word, no -n in dative plural
enumeration like: -es/Plural word, -n in dative plural
enumeration like: -/no plural like Chaos
enumeration like: -es/no plural like Hass
enumeration like: -s/no plural like Ausland
enumeration like: -en/no plural like Deutsch
enumeration like: Sein
enumeration like: Haben
enumeration like: Werden
enumeration like: Regular in -en, like machen - machte - gemacht
enumeration like: Regular in -den, -ten, -nen and -men, like reden - redete - geredet
enumeration like: Regular in -ern, like fördern - förderte - gefördert
enumeration like: Regular in -eln, like handeln - handelte - gehandelt
enumeration like: Regular in -en with inseparable prefix, like erzählen - erzählte - erzählt, or regular in -ieren, like regieren - regierte - regiert
enumeration like: Regular in -en with separable prefix, like ausmachen - ausmachte - ausgemacht
enumeration like: Regular in -den, -ten, -nen and -men, with inseparable prefix, like bereden - beredete - beredet
enumeration like: Regular in -eln with inseparable prefix, like mißhandeln - mißhandelte - mißhandelt
enumeration like: Regular in -ern with inseparable prefix, like befördern - beförderte - befördert
enumeration like: Regular in -den, -ten, -nen and -men, with separable prefix, like ausreden - ausredete - ausgeredet
enumeration like: Regular in -eln with separable prefix, like zuwiderhandeln - zuwiderhandelte - zuwidergehandelt
enumeration like: Regular in -ern with separable prefix, like mitfördern - mitförderte - mitbefördert
enumeration like: Regular in -ieren with separable prefix, like anprobieren - anprobierte - anprobiert
enumeration like: Dürfen
enumeration like: Müssen
enumeration like: Mögen
enumeration like: Wollen
enumeration like: Sollen
enumeration like: Irregular in -ennen with changing stem, like brennen - brannte - gebrannt
enumeration like: Regular, like senden - sendete - gesendet
enumeration like: Irregular, like bringen - brachte - gebracht - brächte
enumeration like: Irregular, like schreiben - schrieb - geschrieben
enumeration like: Irregular, like biegen - bog - gebogen - böge
enumeration like: Irregular, like binden - band - gebunden - bände
enumeration like: Irregular, like sprechen - spricht - sprach - gesprochen - spräche
enumeration like: Irregular, like scheiden - schied - geschieden
enumeration like: Wissen
enumeration like: Irregular, like blasen - bläst (2/3 sg.) - blies - geblasen
enumeration like: Irregular with separable prefix, like abbeißen - abbiß - abgebissen
enumeration like: Regular with separable prefix, like absenden - absendete - abgesendet
enumeration like: Irregular with separable prefix, like abbringen - abbrachte - abgebracht - abbrächte
enumeration like: Irregular in -ennen with separable prefix, like abbrennen - abbrannte - abgebrannt
enumeration like: Irregular with separable prefix, like abbiegen - abbog - abgebogen - abböge
enumeration like: Irregular with separable prefix, like absprechen - abspricht - absprach - abgesprochen - abspräche
enumeration like: Irregular with separable prefix, like abblasen - abbläst (2/3 sg.) - abblies - abgeblasen
enumeration like: Irregular with separable prefix, like anschneiden - anschnitt - angeschnitten
enumeration like: Irregular with separable prefix, like abbinden - abband - abgebunden - abbände
enumeration like: Regular in -den, -ten, -nen and -men, with separable and inseparable prefixes, like mitbereden - mitberedete - mitberedet
enumeration like: Regular in -ern with separable and inseparable prefixes, like weiterbefördern - weiterbeförderte - weiterbefördert
enumeration like: Regular in -en with separable and inseparable prefixes, like vorbestellen - vorbestellte - vorbestellt
enumeration like: Irregular with separable and inseparable prefixes, like wohlergehen - wohlerging - wohlergangen
enumeration like: Irregular in -ennen with separable and inseparable prefixes, like mitverbrennen - mitverbrannte - mitverbrannt
enumeration like: Irregular with separable and inseparable prefixes, like auferstehen - auferstand - auferstanden - auferstünde
enumeration like: Tun
enumeration like: Irregular with separable and inseparable prefixes, like neu betragen - neu beträgt - neu betrug - neu betragen - neu betrüge
enumeration like: Irregular with separable and inseparable prefixes, like mitbeschneiden - mitbeschnitt - mitbeschnitten
enumeration like: Werden with separable prefix
enumeration like: Dürfen with inseparable prefix
enumeration like: Haben with separable prefix
enumeration like: Regular in –sen, -ssen, -ßen, -xen, -zen, like küssen – (küßt, 2/3 sg) – küßte - geküßt
enumeration like: Regular with inseparable prefix in –sen, -ssen, -ßen, -xen, -zen, like vermissen – (vermißt, 2/3 sg) – vermißte - vermißt
enumeration like: Regular with separable prefix in –sen, -ssen, -ßen, -xen, -zen, like aufpassen – (aufpaßt, 2/3 sg) – aufpaßte - aufgepaßt
enumeration like: Regular with separable and inseparable prefixes in –sen, -ssen, -ßen, -xen, -zen, like wieder verpassen – (verpaßt, 2/3 sg) – verpaßte - verpaßt
enumeration like: Irregular in –sen, -ssen, -ßen, -xen, -zen, like preisen – (preist, 2/3 sg) – pries - gepriesen
enumeration like: Irregular with inseparable prefix in –sen, -ssen, -ßen, -xen, -zen, like erweisen – (erweist, 2/3 sg) – erwies - erwiesen
enumeration like: Irregular with separable prefix in –sen, -ssen, -ßen, -xen, -zen, like aufweisen – (aufweist, 2/3 sg) – aufwies - aufgewiesen
enumeration like: Irregular with separable and inseparable prefixes in –sen, -ssen, -ßen, -xen, -zen, like wieder beweisen – (beweist, 2/3 sg) – bewies - bewiesen
enumeration like: Irregular in –sen, -ssen, -ßen, -xen, -zen, like schmelzen – (schmilzt, 2/3 sg) – schmolz - geschmolzen
enumeration like: Irregular with inseparable prefix in –sen, -ssen, -ßen, -xen, -zen, like neu verschmelzen – (verschmilzt, 2/3 sg) – verschmolz - verschmolzen
enumeration like: Irregular with separable prefix in –sen, -ssen, -ßen, -xen, -zen, like einschmelzen – (einschmilzt, 2/3 sg) – einschmolz - eingeschmolzen
enumeration like: Irregular with separable and inseparable prefixes in –sen, -ssen, -ßen, -xen, -zen, like einschmelzen – (einschmilzt, 2/3 sg) – einschmolz - eingeschmolzen
enumeration like: Irregular with separable and inseparable prefixes, like vorenthalten - vorenthält - vorenthielt - vorenthalten
enumeration like: Irregular in –sen, -ssen, -ßen, -xen, -zen, like wachsen – (wächst, 2/3 sg) – wuchs - gewachsen
enumeration like: Irregular with inseparable prefix in –sen, -ssen, -ßen, -xen, -zen, like erwachsen – (erwächst, 2/3 sg) – erwuchs - erwachsen
enumeration like: Irregular with separable prefix in –sen, -ssen, -ßen, -xen, -zen, like aufwachsen – (aufwächst, 2/3 sg) – aufwuchs - aufgewachsen
enumeration like: Irregular with separable and inseparable prefixes in –sen, -ssen, -ßen, -xen, -zen, like neu erwachsen – (erwächst, 2/3 sg) – erwuchs - erwachsen
enumeration like: Irregular, like lesen - sieht - sah - gesehen
enumeration like: Irregular with inseparable prefix, like versehen – versieht - versah - versehen
enumeration like: Irregular with separable prefix, like ansehen – ansieht – ansah - angesehen
enumeration like: Irregular with separable and inseparable prefixes, like wieder besehen - besieht - besah - besehen
enumeration like: Irregular, like schlafen - schläft - schlief - geschlafen
enumeration like: Irregular with inseparable prefix, like verschlafen - verschläft - verschlief - verschlafen
enumeration like: Irregular with separable prefix, like ausschlafen – ausschläft – ausschlief - ausgeschlafen
enumeration like: Irregular with separable and inseparable prefixes, like wieder verschlafen - verschläft - verschlief - verschlafen
enumeration like: Irregular, like denken - denkt - dachte - gedacht
enumeration like: Irregular with inseparable prefix, like bedenken - bedenkt - bedachte - bedacht
enumeration like: Irregular with separable prefix, like ausdenken – denkt aus – dachte aus - ausgedacht
enumeration like: Irregular with separable and inseparable prefixes, like neu bedenken - bedenkt - bedachte - bedacht
enumeration like: Sein with separable prefix
enumeration like: Mögen with inseparable prefix
enumeration like: Regular in -eln with separable and inseparable prefixes, like überbehandeln - überbehandelte - überbehandelt
enumeration like: Irregular with separable and inseparable prefixes, like mitzerbeißen - mitzerbiß - mitzerbissen
enumeration like: Irregular, like bieten - bot - geboten - böte
enumeration like: Irregular with separable prefix, like anbieten - anbot - angeboten - anböte
enumeration like: Irregular with inseparable prefix, like verbieten - verbot - verboten - verböte
enumeration like: Irregular with separable and inseparable prefixes, like mitverbieten - mitverbot - mitverboten - mitverböte
enumeration like: Dingen - dingte or dang - gedungen or gedingt
enumeration like: Dingen with separable prefix, permit variant past and past participle, like ausdingen - ausdingte or ausdang - ausgedungen or ausgedingt
enumeration like: Tun with separable prefix
enumeration like: Dürfen with separable and inseparable prefixes
enumeration like: Mögen with separable and inseparable prefixes
enumeration like: Regular with separable and inseparable prefixes, like weiterversenden - weiterversendete - weiterversendet
enumeration like: Irregular with separable and inseparable prefixes, like mitverbringen - mitverbrachte - mitverbracht - mitverbrächte
enumeration like: Können with separable prefix
enumeration like: Wissen with separable prefix
enumeration like: Irregular with inseparable prefix, like versieden - versott - versotten
enumeration like: Irregular with separable and inseparable prefixes, like mitentscheiden - mitentschied - mitentschieden
enumeration like: Irregular, like liegen - lag - gelegen - läge
enumeration like: Irregular with separable and inseparable prefixes, like mitbestreiten - mitbestritt - mitbestritten
enumeration like: Irregular with inseparable prefix, like erliegen - erlag - erlegen - erläge
enumeration like: Irregular, like rufen - rief - gerufen
enumeration like: Regular with inseparable prefix, like versenden - versendete - versendet
enumeration like: Irregular, like kommen - kam - gekommen
enumeration like: Wollen with separable prefix
enumeration like: Müssen with separable prefix
enumeration like: Sollen with separable prefix
enumeration like: Irregular, like mahlen - mahlte - gemahlen
enumeration like: Irregular with separable prefix, like ausmahlen - ausmahlte - ausgemahlen
enumeration like: Irregular with separable and inseparable prefixes, like mitzermahlen - mitzermahlte - mitzermahlen
enumeration like: Irregular with inseparable prefix, like verheißen - verhieß - verheißen
enumeration like: Irregular with inseparable prefix, like berufen - berief - berufen
enumeration like: Irregular with inseparable prefix, like beschreiben - beschrieb - beschrieben
enumeration like: Irregular with inseparable prefix, like bekommen - bekam - bekommen
enumeration like: Irregular with inseparable prefix, like bestehen - bestand - bestanden - bestünde
enumeration like: Irregular, like senden - sandte - gesandt
enumeration like: Irregular with separable and inseparable prefixes, like mitversieden - mitversott - mitversotten
enumeration like: Irregular with inseparable prefix, like betragen - beträgt - betrug - betragen - betrüge
enumeration like: Irregular with inseparable prefix, like verdreschen - verdrischt - verdrosch - verdroschen
enumeration like: Irregular with separable prefix, like zusenden - zusandte - zugesandt
enumeration like: Dingen with inseparable prefix, like bedingen - bedingte - bedingt
enumeration like: Irregular with inseparable prefix, like enthalten - enthält - enthielt - enthalten
enumeration like: Irregular with inseparable prefix, like versenden - versandte - versandt
enumeration like: Irregular with separable and inseparable prefixes, like miterfassen - miterfaßte - miterfaßt
enumeration like: Irregular with separable and inseparable prefixes, like abberufen - abberief - abberufen separableprefixes
enumeration like: Irregular with separable and inseparable prefixes, like einbegreifen - einbegriff - einbegriffen
enumeration like: Irregular with separable and inseparable prefixes, like aufbekommen - aufbekam - aufbekommen
enumeration like: Irregular with separable and inseparable prefixes, like neu verlesen - neu verliest - neu verlas - neu verlesen
enumeration like: Irregular with separable and inseparable prefixes, like miterlöschen - miterlischt - miterlosch - miterlöscht
enumeration like: Mahlen with inseparable prefix, like zermahlen - zermahlte - zermahlen
enumeration like: Irregular with separable prefix, like hinzukommen - hinzukam - hinzugekommen
enumeration like: Irregular, like schließen - schloß - geschlossen
enumeration like: Irregular with separable prefix, like abschließen - abschloß - abgeschlossen
enumeration like: Irregular with inseparable prefix, like beschließen - beschloß - beschlossen
enumeration like: Irregular, like heben - hob - gehoben
enumeration like: Irregular with separable prefix, like aufheben - aufhob - aufgehoben
enumeration like: Irregular with inseparable prefix, like beheben- behob - behoben
enumeration like: Irregular, like ziehen - zog - gezogen
enumeration like: Irregular with separable prefix, like ausziehen - auszog - ausgezogen
enumeration like: Irregular with inseparable prefix, like beziehen - bezog - bezogen
enumeration like: Irregular, like sitzen - saß - gesessen
enumeration like: Irregular with separable prefix, like aufsitzen - aufsaß - aufgesessen
enumeration like: Irregular with inseparable prefix, like besitzen - besaß - besessen
enumeration like: Irregular with inseparable prefix, like verbiegen - verbog - verbogen - verböge
enumeration like: Irregular with separable and inseparable prefixes, like mitbeheben - mitbehob - mitbehoben
enumeration like: Irregular with inseparable prefix, like bezwingen - bezwang - bezwungen
enumeration like: Können
enumeration like: Irregular with separable and inseparable prefixes, like neu erliegen - neu erlag - neu erlegen - neu erläge
enumeration like: Irregular, like bleichen - blich - geblichen
enumeration like: Irregular with separable prefix, like ausbleichen - ausblich - ausgeblichen
enumeration like: Irregular, like sinnen - sann - gesonnen
enumeration like: Irregular with separable prefix, like nachsinnen - nachsann - nachgesonnen
enumeration like: Irregular with inseparable prefix, like besinnen - besann - besonnen
enumeration like: Irregular, like spinnen - spann - gesponnen
enumeration like: Irregular with separable prefix, like ausspinnen - ausspann - ausgesponnen
enumeration like: Irregular with inseparable prefix, like verspinnen - verspann - versponnen
enumeration like: Irregular, like schwören - schwor - geschworen
enumeration like: Irregular with separable prefix, like einschwören - einschwor - eingeschworen
enumeration like: Irregular with inseparable prefix, like beschwören - beschwor - beschworen
enumeration like: Irregular, like saugen - sog - gesogen
enumeration like: Irregular with seperable prefix, like aufsaugen - aufsog - aufgesogen
enumeration like: Irregular, like schaffen - schuf - geschaffen
enumeration like: Irregular with inseparable prefix, like erschaffen - erschuf - erschaffen
enumeration like: Irregular, like wägen - wog - gewogen
enumeration like: Irregular with inseparable prefix, like erwägen - erwog - erwogen
enumeration like: Irregular, like lügen - log - gelogen
enumeration like: Irregular with inseparable prefix, like belügen - belog - belogen
enumeration like: Irregular, like genesen - genas - genesen
enumeration like: Irregular with separable and inseparable prefixes, like neu erglimmen - neu erglomm - neu erglommen
enumeration like: Irregular, like gehen - ging - gegangen
enumeration like: Irregular with separable prefix, like angehen - anging - angegangen
enumeration like: Irregular with inseparable prefix, like entgehen - entging - entgangen
enumeration like: Irregular with separable prefix, like aufschreiben - aufschrieb - aufgeschrieben
enumeration like: Irregular, like gleichen - glich - geglichen
enumeration like: Irregular with separable prefix, like angleichen - anglich - angeglichen
enumeration like: Irregular with inseparable prefix, like begleichen - beglich - beglichen
enumeration like: Irregular, like beißen - biß - gebissen
enumeration like: Irregular with inseparable prefix, like zerbeißen - zerbiß - zerbissen
enumeration like: Irregular, like greifen - griff - gegriffen
enumeration like: Irregular with separable prefix, like eingreifen - eingriff - eingegriffen
enumeration like: Irregular with inseparable prefix, like begreifen - begriff - begriffen
enumeration like: Irregular, like streiten - stritt - gestritten
enumeration like: Irregular with separable prefix, like mitstreiten - mitstritt - mitgestritten
enumeration like: Irregular with inseparable prefix, like bestreiten - bestritt - bestritten
enumeration like: Irregular with separable prefix, like ausscheiden - ausschied - ausgeschieden
enumeration like: Irregular with inseparable prefix, like entscheiden - entschied - entschieden
enumeration like: Irregular, like schneiden - schnitt - geschnitten
enumeration like: Irregular with inseparable prefix, like beschneiden - beschnitt - beschnitten
enumeration like: Irregular with separable prefix, like vorliegen - vorlag - vorgelegen - vorläge
enumeration like: Irregular, like stehen - stand - gestanden - stünde
enumeration like: Irregular with separable prefix, like aufstehen - aufstand - aufgestanden - aufstünde
enumeration like: Irregular with separable prefix, like abwägen - abwog - abgewogen
enumeration like: Irregular with separable prefix, like anlügen - anlog - angelogen
enumeration like: Irregular, like glimmen - glomm - geglommen
enumeration like: Irregular with separable prefix, like abglimmen - abglomm - abgeglommen
enumeration like: Irregular with inseparable prefix, like verglimmen - verglomm - verglommen
enumeration like: Irregular, like heißen - hieß - geheißen
enumeration like: Irregular with separable prefix, like gutheißen - guthieß - gutgeheißen
enumeration like: Irregular with inseparable prefix, like erbleichen - erblich - erblichen
enumeration like: Irregular, like hängen - hing - gehangen
enumeration like: Irregular with separable prefix, like abhängen - abhing - abgehangen
enumeration like: Irregular, like hauen - hieb - gehauen
enumeration like: Irregular with separable prefix, like abhauen - abhieb - abgehauen
enumeration like: Irregular with inseparable prefix, like behauen - behieb - behauen
enumeration like: Irregular with separable prefix, like anrufen - anrief - angerufen
enumeration like: Irregular with inseparable prefix, like entsprechen - entspricht - entsprach - entsprochen - entspräche
enumeration like: Irregular, like tragen - trägt - trug - getragen - trüge
enumeration like: Irregular with separable prefix, like austragen - austrägt - austrug - ausgetragen - austrüge
enumeration like: Irregular, like backen - bäckt - buk or backte - gebacken or gebackt
enumeration like: Irregular with separable prefix, like aufbacken - aufbäckt - aufbuk or aufbackte - aufgebacken or aufgebackt
enumeration like: Irregular with separable prefix, like nachschaffen - nachschuf - nachgeschaffen
enumeration like: Irregular with separable and inseparable prefixes, like wiedererschaffen - wiedererschuf - wiedererschaffen
enumeration like: Irregular with separable and inseparable prefixes, like miterwägen - miterwog - miterwogen
enumeration like: Irregular, like messen - mißt - maß - gemessen
enumeration like: Irregular with separable prefix, like abmessen - abmißt - abmaß - abgemessen
enumeration like: Irregular with inseparable prefix, like bemessen - bemißt - bemaß - bemessen
enumeration like: Irregular, like essen - ißt - aß - gegessen
enumeration like: Irregular with separable prefix, like aufessen - aufißt - aufaß - aufgegessen
enumeration like: Irregular with inseparable prefix, like überessen - überißt - überaß - übergessen
enumeration like: Irregular, like nehmen - nimmt - nahm - genommen
enumeration like: Irregular with separable prefix, like abnehmen - abnimmt - abnahm - abgenommen
enumeration like: Irregular with inseparable prefix, like benehmen - benimmt - benahm - benommen
enumeration like: Irregular, like helfen - hilft - half - geholfen
enumeration like: Irregular with separable prefix, like aushelfen - aushilft - aushalf - ausgeholfen
enumeration like: Irregular with inseparable prefix, like behelfen - behilft - behalf - beholfen
enumeration like: Irregular, like lesen - liest - las - gelesen
enumeration like: Irregular with separable prefix, like ablesen - abliest - ablas - abgelesen
enumeration like: Irregular with inseparable prefix, like verlesen - verliest - verlas - verlesen
enumeration like: Irregular, flechten - flocht - geflochten
enumeration like: Irregular with separable prefix, like einflechten - einflocht - eingeflochten
enumeration like: Irregular with inseparable prefix, like verflechten - verflocht - verflochten
enumeration like: Irregular with separable and inseparable prefixes, like mitbelügen - mitbelog - mitbelogen
enumeration like: Irregular with separable prefix, like wiedergenesen - wiedergenas - wiedergenesen
enumeration like: Irregular, like treten - tritt - trat - getreten
enumeration like: Irregular with separable prefix, like eintreten - eintritt - eintrat - eingetreten
enumeration like: Irregular with inseparable prefix, like betreten - betritt - betrat - betreten
enumeration like: Irregular with inseparable prefix, like befehlen - befiehlt - befahl - befohlen
enumeration like: Dürfen with separable prefix
enumeration like: Irregular with inseparable prefix, like behängen - behing - behangen
enumeration like: Irregular with separable and inseparable prefixes, like mitbehängen - mitbehing - mitbehangen
enumeration like: Irregular, like geben - gibt - gab - gegeben
enumeration like: Irregular with separable prefix, like ausgeben - ausgibt - ausgab - ausgegeben
enumeration like: Irregular with inseparable prefix, like begeben - begibt - begab - begeben
enumeration like: Irregular, like stehlen - stiehlt - stahl - gestohlen
enumeration like: Irregular with separable prefix, like wegstehlen - wegstiehlt - wegstahl - weggestohlen
enumeration like: Irregular with inseparable prefix, like bestehlen - bestiehlt - bestahl - bestohlen
enumeration like: Irregular, like treffen - trifft - traf - getroffen
enumeration like: Irregular with separable prefix, like zutreffen - zutrifft - zutraf - zugetroffen
enumeration like: Irregular with inseparable prefix, like betreffen - betrifft - betraf - betroffen
enumeration like: Irregular with separable and inseparable prefixes, like mitbehauen - mitbehieb - mitbehauen
enumeration like: Irregular with inseparable prefix, like verbacken - verbäckt - verbuk or verbackte - verbacken or verbackt
enumeration like: Irregular with separable and inseparable prefixes, like mitverbacken - mitverbäckt - mitverbuk or mitverbackte - mitverbacken or mitverbackt
enumeration like: Irregular, like gelten - gilt - galt - gegolten
enumeration like: Irregular with separable prefix, like abgelten - abgilt - abgalt - abgegolten
enumeration like: Irregular with inseparable prefix, like entgelten - entgilt - entgalt - entgolten
enumeration like: Irregular, like werfen - wirft - warf - geworfen
enumeration like: Irregular with separable prefix, like auswerfen - auswirft - auswarf - ausgeworfen
enumeration like: Irregular with inseparable prefix, like entwerfen - entwirft - entwarf - entworfen
enumeration like: Irregular, like löschen - lischt - losch - gelöscht
enumeration like: Irregular with separable prefix, like auslöschen - auslischt - auslosch - ausgelöscht
enumeration like: Irregular with inseparable prefix, like verlöschen - verlischt - verlosch - verlöscht
enumeration like: Irregular with separable and inseparable prefixes, like neu bemessen - neu bemißt - neu bemaß - neu bemessen
enumeration like: Irregular in -ennen with inseparable prefix, like verbrennen - verbrannte - verbrannt
enumeration like: Irregular, like dreschen - drischt - drosch - gedroschen
enumeration like: Irregular with separable prefix, like abdreschen - abdrischt - abdrosch - abgedroschen
enumeration like: Irregular, like saufen - säuft - soff - gesoffen
enumeration like: Irregular with separable prefix, like absaufen - absäuft - absoff - abgesoffen
enumeration like: Irregular with inseparable prefix, like besaufen - besäuft - besoff - besoffen
enumeration like: Irregular, like laufen - läuft - lief - gelaufen
enumeration like: Irregular with separable prefix, like einlaufen - einläuft - einlief - eingelaufen
enumeration like: Irregular with inseparable prefix, like entlaufen - entläuft - entlief - entlaufen
enumeration like: Irregular, like stoßen - stößt - stieß - gestoßen
enumeration like: Irregular with separable prefix, like zustoßen - zustößt - zustieß - zugestoßen
enumeration like: Irregular with inseparable prefix, like zerstoßen - zerstößt - zerstieß - zerstoßen
enumeration like: Irregular with inseparable prefix, like zerblasen - zerbläst - zerblies - zerblasen
enumeration like: Irregular, like fallen - fällt - fiel - gefallen
enumeration like: Irregular with separable prefix, like einfallen - einfällt - einfiel - eingefallen
enumeration like: Irregular with inseparable prefix, like verfallen - verfällt - verfiel - verfallen
enumeration like: Irregular, like fangen - fängt - fing - gefangen
enumeration like: Irregular with separable prefix, like anfangen - anfängt - anfing - angefangen
enumeration like: Irregular with inseparable prefix, like verfangen - verfängt - verfing - verfangen
enumeration like: Irregular, like lassen - läßt - ließ - gelassen
enumeration like: Irregular with separable prefix, like auslassen - ausläßt - ausließ - ausgelassen
enumeration like: Irregular with inseparable prefix, like verlassen - verläßt - verließ - verlassen
enumeration like: Irregular, like halten - hält - hielt - gehalten
enumeration like: Irregular with separable prefix, like aushalten - aushält - aushielt - ausgehalten
enumeration like: Irregular with separable and inseparable prefixes, like neu überessen - neu überißt - neu überaß - neu übergessen
enumeration like: Irregular with separable and inseparable prefixes like, weiterbehelfen - weiterbehilft - weiterbehalf - weiterbeholfen
enumeration like: Irregular, like bitten - bat - gebeten
enumeration like: Irregular with separable prefix, like abbitten - abbat - abgebeten
enumeration like: Irregular with inseparable prefix, like erbitten - erbat - erbeten
enumeration like: Irregular, like sieden - sott - gesotten
enumeration like: Irregular with separable prefix, like absieden - absott - abgesotten
enumeration like: Irregular, like schinden - schund - geschunden
enumeration like: Irregular with separable and inseparable prefixes, like weiterverbinden - weiterverband - weiterverbunden - weiterverbände
enumeration like: Irregular with separable and inseparable prefixes, like mitbeschreiben - mitbeschrieb - mitbeschrieben
enumeration like: Irregular with separable and inseparable prefixes, like mitbegleichen - mitbeglich - mitbeglichen
enumeration like: Irregular with separable and inseparable prefixes, like mitverspinnen - mitverspann - mitversponnen
enumeration like: Irregular with separable and inseparable prefixes, like anerziehen - anerzog - anerzogen
enumeration like: Irregular with separable and inseparable prefixes, like mitbeschließen - mitbeschloß - mitbeschlossen
enumeration like: Irregular with separable and inseparable prefixes, like heraufbeschwören - heraufbeschwor - heraufbeschworen
enumeration like: Irregular with separable and inseparable prefixes, like zurückbesinnen - zurückbesann - zurückbesonnen
enumeration like: Tun with inseparable prefix
enumeration like: Irregular with separable and inseparable prefixes, like herabbegeben - herabbegibt - herabbegab - herabbegeben
enumeration like: Irregular with separable and inseparable prefixes, like mitentwerfen - mitentwirft - mitentwarf - mitentworfen
enumeration like: Irregular with separable and inseparable prefixes, like mitbetreffen - mitbetrifft - mitbetraf - mitbetroffen
enumeration like: Irregular with separable and inseparable prefixes, like anbefehlen - anbefiehlt - anbefahl - anbefohlen
enumeration like: Irregular with separable and inseparable prefixes, like danebenbenehmen - danebenbenimmt - danebenbenahm - danebenbenommen
enumeration like: Irregular with separable prefix, like aufschrecken - aufschrickt - aufschrak - aufgeschrocken
enumeration like: Irregular with inseparable prefix, like erschrecken - erschrickt - erschrak - erschrocken
enumeration like: Irregular, like gebären - gebiert - gebar - geboren
enumeration like: Irregular with separable and inseparable prefixes, like weiterversenden - weiterversandte - weiterversandt
enumeration like: Irregular with separable prefix, like verbringen - verbrachte - verbracht - verbrächte
enumeration like: Irregular, like melken - milkt - molk - gemolken
enumeration like: Irregular, like zwingen - zwang - gezwungen
enumeration like: Irregular with separable prefix, like aufzwingen - aufzwang - aufgezwungen
enumeration like: Irregular with inseparable prefix, like verbinden - verband - verbunden - verbände
enumeration like: Irregular with separable and inseparable prefixes, like auferzwingen - auferzwang - auferzwungen
enumeration like: Irregular with separable and inseparable prefixes, like wiederverflechten - wiederverflocht - wiederverflochten
enumeration like: Irregular with separable prefix, like ausmelken - ausmilkt - ausmolk - ausgemolken
enumeration like: Irregular with separable and inseparable prefixes, like mitbestehlen - mitbestiehlt - mitbestahl - mitbestohlen
enumeration like: Irregular with separable and inseparable prefixes, like neu entgelten - neu entgilt - neu entgalt - neu entgolten
enumeration like: Irregular with separable and inseparable prefixes, like mitverdreschen - mitverdrischt - mitverdrosch - mitverdroschen
enumeration like: Irregular with separable and inseparable prefixes, like mitbesaufen - mitbesäuft - mitbesoff - mitbesoffen
enumeration like: Irregular with separable and inseparable prefixes, like weiterverlaufen - weiterverläuft - weiterverlief - weiterverlaufen
enumeration like: Irregular with separable and inseparable prefixes, like mitzerstoßen - mitzerstößt - mitzerstieß - mitzerstoßen
enumeration like: Irregular with separable and inseparable prefixes, like mitzerblasen - mitzerbläst - mitzerblies - mitzerblasen
enumeration like: Irregular with separable and inseparable prefixes, like zurückverfallen - zurückverfällt - zurückverfiel - zurückverfallen
enumeration like: Irregular with separable and inseparable prefixes, like mitverfangen - mitverfängt - mitverfing - mitverfangen
enumeration like: Irregular with separable and inseparable prefixes, like zurückerbitten - zurückerbat - zurückerbeten
enumeration like: Tun with separable and inseparable prefixes
enumeration like: Irregular, like spalten - spaltete - gespalten
enumeration like: Irregular with separable prefix, like abspalten - abspaltete - abgespalten
enumeration like: Irregular with inseparable prefix, like zerspalten - zerspaltete - zerspalten
enumeration like: Irregular, like knien - kniete - gekniet
enumeration like: Irregular with separable prefix, like niederknien - niederkniete - niedergekniet
enumeration like: Irregular with inseparable prefix, like beknien - bekniete - bekniet
enumeration like: Irregular, like fassen - faßte - gefaßt
enumeration like: Irregular with separable prefix, like zusammenfassen - zusammenfaßte - zusammengefaßt
enumeration like: Irregular with inseparable prefix, like beassen - befaßte - befaßt
enumeration like: Irregular with two inseparable prefixes, like mißverstehen - mißverstand - mißverstanden - mißverstünde
enumeration like: Irregular with inseparable prefix, like neu erschrecken - neu erschrickt - neu erschrak - neu erschrocken
enumeration like: Irregular with separable prefix, like wiedergebären - wiedergebiert - wiedergebar - wiedergeboren
enumeration like: Erkiesen - erkor - erkoren
enumeration like: Irregular with separable and inseparable prefix, like neu zerspalten - neu zerspaltete - neu zerspalten
enumeration like: Irregular with separable and inseparable prefixes, like mitbesitzen - mitbesaß - mitbesessen
enumeration like: Irregular with separable and inseparable prefixes, like miterlassen - miterläßt - miterließ - miterlassen
enumeration like: Irregular with separable and inseparable prefixes, like mitverbiegen - mitverbog - mitverbogen - mitverböge
enumeration like: Irregular with separable and inseparable prefixes, like neu entsprechen - neu entspricht - neu entsprach - neu entsprochen - neu entspräche
enumeration like: Irregular with separable and inseparable prefixes, like miterbleichen - miterblich - miterblichen
enumeration like: Dingen with separable and inseparable prefixes, like mitbedingen - mitbedingte - mitbedingt
enumeration like: Irregular with separable and inseparable prefix, like neu verheißen - neu verhieß - neu verheißen
enumeration like: Irregular with separable and inseparable prefixes, like wiederbetreten - wiederbetritt - wiederbetrat - wiederbetreten
enumeration like: Irregular with separable prefix, like herausschinden - herausschund - herausgeschunden
enumeration like: Irregular with inseparable prefix, like zerschinden - zerschund - zerschunden
enumeration like: Irregular, like dünken - deuchte - gedeucht
enumeration like: Irregular, like stecken - stak - gesteckt
enumeration like: Irregular, like schallen - scholl - geschallt
enumeration like: Irregular with inseparable prefix, like erschallen - erscholl - erschallt
enumeration like: Irregular with separable prefix, like zurückschallen - zurückscholl - zurückgeschallt
enumeration like: Irregular with separable and inseparable prefixes, like neu erschallen - neu erscholl - neu erschallt
enumeration like: Irregular with separable and inseparable prefixes, like neu beknien - neu bekniete - neu bekniet
enumeration like: Regular in -en with separable element only in past participle and zu-infinitive, like nahtschweißen - nahtschweißte - nahtgeschweißt - nahtzuschweißen
enumeration like: Regular in -ten with separable element only in past participle and zu-infinitive, like tauchlöten - tauchlötete - tauchgelötet - tauchzulöten
enumeration like: Regular in -ern with separable element only in past participle and zu-infinitive, like kugelsintern - kugelsinterte - kugelgesintert - kugelzusintern
enumeration like: Regular in -eln with separable element only in past participle and zu-infinitive, like hobbybasteln - hobbybastelte - hobbygebastelt - hobbyzubasteln
enumeration like: Regular in -en with separable element only in the zu-infinitive, like rückversetzen - rückversetze - rückversetzt - Regular in -en with separable element only in the zu-infinitive, like rückversetzen - rückversetze - rückversetzt - rückzuversetzen
enumeration like: Regular in -ten with separable element only in zu-infinitive, like rückerstatten - rückerstattete - rückerstattet - rückzuerstatten
enumeration like: Regular in -eln with separable element only in zu-infinitive, like wärmebehandeln - wärmebehandelte - wärmebehandelt - wärmezubehandeln
enumeration like: Regular in -ern, with separable element only in zu-infinitive, like rückversichern - rückversicherte - rückversichert - rückzuversichern
enumeration like: Regular in -sseln
enumeration like: Regular verb in -sseln with inseparable prefix
enumeration like: Regular verb in -sseln with separable prefix
enumeration like: Regular vern in -sseln with separable and inseparable prefixes
enumeration like: Infinitive with lassen
enumeration like: Irregular verb (like stehen) with prefix separable only in zu-infinitive and inseparable prefix
enumeration like: Irregular verb (like schneiden) inseparable only in zu-infinitive and past participle.
enumeration like: Regular in -en with separable element only in zu-infinitive, like rückbuchen - rückbuchte - rückgebucht - rückzubuchen
enumeration like: Regular in -en (no ge- in participle) with separable element only in zu-infinitive, like rückdatieren - rückdatierte - rückdatiert - rückzudatieren
enumeration like: Regular in –ten with separable element only in zu-infinitive, like rückblenden - rückblendet - rückblendete - rückgeblendet - rückzublenden
enumeration like: Regular in –eln with separable element only in zu-infinitive, like rückkoppeln - rückkoppelt - rückkoppelte - rückgekoppelt - rückzukoppeln
enumeration like: Irregular with inseparable prefix with separable element only in zu-infinitive, like rückbeziehen - rückbezieht - rückbezog - rückbezogen - rückzubeziehen
enumeration like: Irregular with inseparable prefix with separable element only in zu-infinitive, like rückbesinnen - rückbesinnt - rückbesann - rückbesonnen - rückzubesinnen
enumeration like: Irregular with separable element only in zu-infinitive,like rücknehmen - rücknimmt - rücknahm - rückgenommen - rückzunehmen
enumeration like: Irregular with ge- with separable element only in zu-infinitive, like rückgewinnen - rückgewinnt - rückgewann - rückgewonnen - rückzugewinnen
enumeration like: Irregular in –sen, -ssen, -ßen, -xen, -zen with separable element only in zu-infinitive, like rückschließen – rückschließt (2/3 sg) – rückschloß – rückgeschloßen - rückzuschließen
enumeration like: Regular like klein, kleiner, kleinst
enumeration like: Ending in er with possible elision of e like sicher, sicherer, sicherst
enumeration like: With umlaut and st in superlative like arm, ärmer, ärmst
enumeration like: Ending in el with elision of e like dunkel, dunkler, dunkelst
enumeration like: Ending in e like böse (Also without e, bös)
enumeration like: Comparative like leichter
enumeration like: Ending in e and with umlaut like bang, bänger, bängst (Also without e and no umlaut)
enumeration like: Superlative like leichtest
enumeration like: . Abbreviation like allg.
enumeration like: No umlaut and st in superlative like schmal, schmaler, schmalst (Also with umlaut)
enumeration like: With umlaut and est in superlative like alt, älter, ältest
enumeration like: hoch, höher, höchst
enumeration like: nah, näher, nächst
enumeration like: Ending in t, d, s, x, z with est in superlative like wild, wilder, wildesten; cf 197 198
enumeration like: gut, besser, best; cf 204
enumeration like: Ending in e like weise, weiser, weisest
enumeration like: Ending in er with elision of e like teuer, teurer, teuerst
enumeration like: participial adjective
enumeration like: Noun Combining Form
enumeration like: Uninflected initially capitalized adjective
enumeration like: Uninflected like rosa
enumeration like: Mixed forms, used in compound determiners and pronoun
enumeration like: Weak forms, used in compound determiners and pronoun
enumeration like: Attributive Only (German source)
enumeration like: groß, größer, größt
enumeration like: meisten
enumeration like: ß/ss change like naß, nasser, nassest (Also with umlaut); old spelling
enumeration like: Masculine and neuter nouns that inflect like adjectives
enumeration like: Present participial adjective (German source)
enumeration like: With umlaut and est in superlative like gesund, gesünder, gesündest (Also without umlaut)
enumeration like: ß/ss change like kraß, krasser, krassest; old spelling
enumeration like: Feminine nouns that inflect like adjectives
enumeration like: meisten
enumeration like: Uninflected, predicative only (German source)
enumeration like: Regular like schnell, schneller, am schnellsten
enumeration like: Nah, näher, am nächsten
enumeration like: Hoch, höher, am höchsten
enumeration like: Bald, eher, am ehesten
enumeration like: Gern, lieber, am liebsten
enumeration like: Oft, häufiger, am häufigsten
enumeration like: Sehr (viel), mehr, am meisten
enumeration like: Umlaut and st in superlative like scharf, schärfer, am schärfsten
enumeration like: Wohl, besser, am besten
enumeration like: Wenig, minder, am mindesten
enumeration like: Ending in d, t, etc. with est in superlative like wild, wilder, am wildesten
enumeration like: Ending in e with umlaut like lange, länger, am längsten
enumeration like: Umlaut and est in superlative like kalt, kälter, am kältesten
enumeration like: Ending in e like leise, leiser, am leisesten
enumeration like: Ending in el with elision of e like flexibel, flexibler, am flexibelsten
enumeration like: ß/ss change like gewiß, gewisser, am gewissesten; old spelling
enumeration like: Ending in auer/euer with elision of e like sauer, saurer, am sauersten
enumeration like: like kein
enumeration like: Der
enumeration like: like dieser
enumeration like: like viel
enumeration like: Ein und derselbe
enumeration like: Euer and unser
enumeration like: like mancher
enumeration like: like alle
enumeration like: numeric, like drei
enumeration like: compound articles, like kein solchen
enumeration like: compound
enumeration like: noun characteristics, like Billion
enumeration like: irregular, irgendein in sing and irgendwelche in plural
enumeration like: singular only, like ein
enumeration like: Ein
enumeration like: First Person Personal Pronoun
enumeration like: Third Person Singular Pronoun
enumeration like: derselbe (pronoun)
enumeration like: singular, like jeder
enumeration like: Demonstrative Pronoun "dieser"
enumeration like: direct and indirect object
enumeration like: er, sie, es
enumeration like: singular, like jemand
enumeration like: plural, like mehrere
enumeration like: singular, like ein
enumeration like: singular and plural, like solches
enumeration like: singular, like jeder solche
enumeration like: singular
enumeration like: singular and plural, like kein
enumeration like: singular and plural, like viel
enumeration like: singular and plural, like jener
enumeration like: singular and plural, like keine anderen
enumeration like: folgend
enumeration like: second personal familiar
enumeration like: singular, like jedermann
enumeration like: like alles
enumeration like: used in compound pronoun (weak)
enumeration like: like unser in pronoun phrases
enumeration like: plural (used in compound pronoun)
enumeration like: like mein in pronoun phrases
enumeration like: like ander
enumeration like: die in pronoun phrase
enumeration like: Der
enumeration like: Welch
enumeration like: Wieviel
enumeration like: Wer
enumeration like: Welcher as interrogative
annotation
documentation
Type for inflectionType (German)
source <xsd:simpleType name="deInflectionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionType (German)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="MUTTER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MUTTER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HAND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HAND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FRAU">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FRAU</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="IRIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: IRIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FEDER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FEDER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STUDENTIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STUDENTIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KENNTNIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KENNTNIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KAMERA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KAMERA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MÜHSAL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MÜHSAL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NUSS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: NUSS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WERKSTATT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: WERKSTATT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STEWARDESS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STEWARDESS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BASIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BASIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PARTITION">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PARTITION</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LIBRARY">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LIBRARY</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LIRA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LIRA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RETINA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: RETINA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MATRIX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MATRIX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MAGNITUDO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MAGNITUDO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LARYNGITIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LARYNGITIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GALAXIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GALAXIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PHALANX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PHALANX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KLITORIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KLITORIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RADIX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: RADIX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DIVA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: DIVA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KIRMES">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KIRMES</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LESBARKEIT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LESBARKEIT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RUFNR.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: RUFNR.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VATER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: VATER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPLITTER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SPLITTER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WUNSCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: WUNSCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TISCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: TISCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GOTT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GOTT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JUNGE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: JUNGE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NAME">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: NAME</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STAAT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STAAT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WAGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: WAGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WURM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: WURM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STUDENT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STUDENT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BAUER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BAUER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HAFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HAFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZOLL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ZOLL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TRAKTOR">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: TRAKTOR</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEIB">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LEIB</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MARS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MARS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BAU">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BAU</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MUSKEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MUSKEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HERR">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HERR</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MUND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MUND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANSCHLUSS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ANSCHLUSS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PROZESS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PROZESS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GREIF">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GREIF</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TURNUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: TURNUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MOGUL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MOGUL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="CODE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: CODE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="COACH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: COACH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SANDWICH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SANDWICH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SERVICE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SERVICE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ROWDY">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ROWDY</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TANK">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: TANK</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENDTEST">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ENDTEST</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MODUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MODUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZYKLUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ZYKLUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="INDEX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: INDEX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABAKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ABAKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ELEKTROLYT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ELEKTROLYT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MAI">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MAI</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MÄRZ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MÄRZ</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KAKTUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KAKTUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SKI">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SKI</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KURSUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KURSUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FACHMANN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FACHMANN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SAAL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SAAL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HEROS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HEROS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PORTIKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PORTIKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MAFIOSO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MAFIOSO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RABBI">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: RABBI</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SALDO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SALDO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FRATER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FRATER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KUSTOS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KUSTOS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="OBOLUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: OBOLUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PRIMUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PRIMUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ATLAS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ATLAS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SYNDIKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SYNDIKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ICHTHYOSAURUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ICHTHYOSAURUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MUSIKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MUSIKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FISKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FISKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FEX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FEX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EMBRYO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: EMBRYO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LATEX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LATEX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KANONIKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KANONIKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="THESAURUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: THESAURUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KOMMODORE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KOMMODORE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPORN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SPORN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="CARABINIERE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: CARABINIERE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSTAND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: VERSTAND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HASS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HASS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="CM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: CM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ZEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EREIGNIS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: EREIGNIS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BUCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BUCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUGE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: AUGE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZIEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ZIEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERB">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: VERB</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GELD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GELD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BROT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BROT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUTO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: AUTO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITTEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MITTEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HEMD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HEMD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HERZ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HERZ</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FREIE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FREIE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MATERIAL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MATERIAL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SALZ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SALZ</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="REICHTUM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: REICHTUM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FATUM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FATUM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="REAGENZ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: REAGENZ</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SANDWICH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SANDWICH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WRACK">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: WRACK</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="INVENTORY">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: INVENTORY</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EXAMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: EXAMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FLOß">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FLOß</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHLOSS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SCHLOSS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEBISS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GEBISS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPEZIMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SPEZIMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLASMA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLASMA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KONTO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KONTO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MINUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MINUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GENUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GENUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: JUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KRITERIUM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KRITERIUM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPEKTRUM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SPEKTRUM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEXIKON">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LEXIKON</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EPOS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: EPOS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GANGLION">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GANGLION</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SERVICE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SERVICE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BYTE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BYTE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TEMPUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: TEMPUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ULKUS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ULKUS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEMMA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LEMMA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KOMMA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KOMMA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHEMA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SCHEMA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KLIMA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KLIMA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RISIKO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: RISIKO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FRESKO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FRESKO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KOLON">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KOLON</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STORNO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STORNO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SOLO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SOLO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DUPLEX">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: DUPLEX</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VIOLONCELLO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: VIOLONCELLO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STIMULANS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: STIMULANS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANTIOXIDANS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ANTIOXIDANS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUDION">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: AUDION</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DING">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: DING</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KAPITAL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: KAPITAL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="A">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: A</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GENITALE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: GENITALE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FLUID">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FLUID</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="CHAOS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: CHAOS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HASS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HASS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSLAND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: AUSLAND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DEUTSCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: DEUTSCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FERIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FERIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEUTE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: LEUTE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-2">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-3">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-4">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-5">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-7">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-8">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-9">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-10">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-11">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-12">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-13">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PLURAL ONLY-14">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PLURAL ONLY-14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PROGR.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: PROGR.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFBAUEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: AUFBAUEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANWESENDE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ANWESENDE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEAMTER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BEAMTER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VIELFACHES">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: VIELFACHES</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHWEIZ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: SCHWEIZ</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BRD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BRD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MARION">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: MARION</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FR.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: FR.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="IRAN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: IRAN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HANS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HANS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ELCO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ELCO</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="H.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: H.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BRITANNIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: BRITANNIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ALPEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: ALPEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HÄNSCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: HÄNSCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DOS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: DOS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HABEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HABEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WERDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WERDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MACHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MACHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="REDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: REDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FÖRDERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FÖRDERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HANDELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HANDELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERZÄHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERZÄHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSMACHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSMACHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEREDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEREDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MISSHANDELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MISSHANDELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEFÖRDERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEFÖRDERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSREDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSREDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZUWIDERHANDELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZUWIDERHANDELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITFÖRDERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITFÖRDERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANPROBIEREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANPROBIEREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DÜRFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DÜRFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MÜSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MÜSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MÖGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MÖGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WOLLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WOLLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SOLLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SOLLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BRENNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BRENNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BRINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BRINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHREIBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHREIBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPRECHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SPRECHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BLASEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BLASEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBRINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBRINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBRENNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBRENNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSPRECHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSPRECHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBLASEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBLASEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANSCHNEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANSCHNEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEREDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEREDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERBEFÖRDERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERBEFÖRDERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VORBESTELLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VORBESTELLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WOHLERGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WOHLERGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERBRENNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERBRENNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFERSTEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFERSTEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TUN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: TUN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU BETRAGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU BETRAGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESCHNEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESCHNEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FREIWERDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FREIWERDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEDÜRFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEDÜRFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITHABEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITHABEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KÜSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: KÜSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERMISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERMISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFPASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFPASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDER VERPASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDER VERPASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PREISEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: PREISEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERWEISEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERWEISEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFWEISEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFWEISEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDER BEWEISEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDER BEWEISEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHMELZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHMELZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSCHMELZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSCHMELZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINSCHMELZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINSCHMELZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU VERSCHMELZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU VERSCHMELZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VORENTHALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VORENTHALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WACHSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WACHSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERWACHSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERWACHSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFWACHSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFWACHSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ERWACHSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ERWACHSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANSEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANSEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDER BESEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDER BESEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHLAFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHLAFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSCHLAFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSCHLAFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSSCHLAFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSSCHLAFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDER VERSCHLAFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDER VERSCHLAFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DENKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DENKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEDENKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEDENKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSDENKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSDENKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU BEDENKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU BEDENKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERMÖGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERMÖGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ÜBERBEHANDELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ÜBERBEHANDELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITZERBEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITZERBEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BIETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BIETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANBIETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANBIETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBIETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBIETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERBIETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERBIETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSDINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSDINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANTUN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANTUN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU BEDÜRFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU BEDÜRFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU VERMÖGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU VERMÖGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERVERSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERVERSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERBRINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERBRINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZURÜCKKÖNNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZURÜCKKÖNNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERWISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERWISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSIEDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSIEDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITENTSCHEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITENTSCHEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: LIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESTREITEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESTREITEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERLIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERLIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KOMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: KOMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HINAUSWOLLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HINAUSWOLLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FORTMÜSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FORTMÜSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEGSOLLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEGSOLLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MAHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MAHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSMAHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSMAHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITZERMAHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITZERMAHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERHEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERHEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BERUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BERUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESCHREIBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESCHREIBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEKOMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEKOMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESTEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESTEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERSIEDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERSIEDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BETRAGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BETRAGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERDRESCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERDRESCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZUSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZUSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEDINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEDINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTHALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTHALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITERFASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITERFASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBERUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBERUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINBEGREIFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINBEGREIFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFBEKOMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFBEKOMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU VERLESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU VERLESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITERLÖSCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITERLÖSCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERMAHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERMAHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HINZUKOMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HINZUKOMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHLIESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHLIESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSCHLIESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSCHLIESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESCHLIESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESCHLIESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFHEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFHEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEHEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEHEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZIEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZIEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSZIEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSZIEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEZIEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEZIEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SITZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SITZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSITZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSITZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESITZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESITZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEHEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEHEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEZWINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEZWINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KÖNNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: KÖNNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ERLIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ERLIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSBLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSBLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NACHSINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NACHSINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SPINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSSPINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSSPINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSPINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSPINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHWÖREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHWÖREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINSCHWÖREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINSCHWÖREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESCHWÖREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESCHWÖREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SAUGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SAUGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSAUGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSAUGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHAFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHAFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERSCHAFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERSCHAFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WÄGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WÄGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERWÄGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERWÄGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LÜGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: LÜGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BELÜGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BELÜGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GENESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GENESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ERGLIMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ERGLIMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANGEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANGEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTGEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTGEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSCHREIBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSCHREIBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANGLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANGLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEGLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEGLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERBEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERBEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GREIFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GREIFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINGREIFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINGREIFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEGREIFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEGREIFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STREITEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: STREITEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITSTREITEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITSTREITEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESTREITEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESTREITEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSSCHEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSSCHEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTSCHEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTSCHEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHNEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHNEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESCHNEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESCHNEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VORLIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VORLIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: STEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSTEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSTEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABWÄGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABWÄGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANLÜGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANLÜGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GLIMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GLIMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABGLIMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABGLIMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERGLIMMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERGLIMMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GUTHEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GUTHEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERBLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERBLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HÄNGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HÄNGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABHÄNGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABHÄNGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HAUEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HAUEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABHAUEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABHAUEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEHAUEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEHAUEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANRUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANRUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTSPRECHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTSPRECHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TRAGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: TRAGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSTRAGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSTRAGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BACKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BACKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFBACKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFBACKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NACHSCHAFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NACHSCHAFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDERERSCHAFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDERERSCHAFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITERWÄGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITERWÄGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABMESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABMESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEMESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEMESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ÜBERESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ÜBERESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEHMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEHMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABNEHMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABNEHMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BENEHMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BENEHMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HELFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HELFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSHELFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSHELFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEHELFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEHELFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABLESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABLESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERLESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERLESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FLECHTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FLECHTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINFLECHTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINFLECHTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERFLECHTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERFLECHTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBELÜGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBELÜGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDERGENESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDERGENESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TRETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: TRETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINTRETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINTRETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BETRETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BETRETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEFEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEFEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HINEINDÜRFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HINEINDÜRFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEHÄNGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEHÄNGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEHÄNGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEHÄNGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSGEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSGEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEGEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEGEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: STEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEGSTEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEGSTEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESTEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESTEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TREFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: TREFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZUTREFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZUTREFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BETREFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BETREFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEHAUEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEHAUEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBACKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBACKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERBACKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERBACKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GELTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GELTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABGELTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABGELTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTGELTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTGELTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WERFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WERFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSWERFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSWERFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTWERFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTWERFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LÖSCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: LÖSCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSLÖSCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSLÖSCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERLÖSCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERLÖSCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU BEMESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU BEMESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBRENNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBRENNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DRESCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DRESCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABDRESCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABDRESCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BESAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BESAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: LAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINLAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINLAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTLAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTLAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STOSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: STOSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZUSTOSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZUSTOSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERSTOSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERSTOSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERBLASEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERBLASEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EINFALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: EINFALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERFALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERFALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FANGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FANGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANFANGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANFANGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERFANGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERFANGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: LASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSLASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSLASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERLASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERLASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSHALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSHALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ÜBERESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ÜBERESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERBEHELFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERBEHELFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BITTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BITTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBITTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBITTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERBITTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERBITTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SIEDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SIEDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSIEDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSIEDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERVERBINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERVERBINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESCHREIBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESCHREIBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEGLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEGLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERSPINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERSPINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANERZIEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANERZIEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESCHLIESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESCHLIESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HERAUFBESCHWÖREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HERAUFBESCHWÖREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZURÜCKBESINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZURÜCKBESINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERTUN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERTUN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABBEGEBEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABBEGEBEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITENTWERFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITENTWERFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBETREFFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBETREFFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANBEFEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ANBEFEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DANEBENBENEHMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DANEBENBENEHMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFSCHRECKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFSCHRECKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERSCHRECKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERSCHRECKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEBÄREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GEBÄREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERVERSENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERVERSENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBRINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBRINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MELKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MELKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZWINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZWINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFZWINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFZWINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERBINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERBINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFERZWINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUFERZWINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDERVERFLECHTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDERVERFLECHTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUSMELKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: AUSMELKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESTEHLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESTEHLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ENTGELTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ENTGELTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERDRESCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERDRESCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEITERVERLAUFEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WEITERVERLAUFEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITZERSTOSSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITZERSTOSSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITZERBLASEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITZERBLASEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZURÜCKVERFALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZURÜCKVERFALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERFANGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERFANGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZURÜCKERBITTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZURÜCKERBITTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERTUN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERTUN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SPALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SPALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABSPALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABSPALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERSPALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERSPALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KNIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: KNIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NIEDERKNIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NIEDERKNIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEKNIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEKNIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: FASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZUSAMMENFASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZUSAMMENFASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEFASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BEFASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MISSVERSTEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MISSVERSTEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ERSCHRECKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ERSCHRECKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDERGEBÄREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDERGEBÄREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERKIESEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERKIESEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ZERSPALTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ZERSPALTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBESITZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBESITZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITERLASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITERLASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITVERBIEGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITVERBIEGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU ENTSPRECHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU ENTSPRECHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITERBLEICHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITERBLEICHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MITBEDINGEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MITBEDINGEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU VERHEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU VERHEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEDERBETRETEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WIEDERBETRETEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HERAUSSCHINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HERAUSSCHINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZERSCHINDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZERSCHINDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DÜNKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: DÜNKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="STECKEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: STECKEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: SCHALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERSCHALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERSCHALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ZURÜCKSCHALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ZURÜCKSCHALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ERSCHALLEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ERSCHALLEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NEU BEKNIEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NEU BEKNIEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NAHTSCHWEISSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: NAHTSCHWEISSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TAUCHLÖTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: TAUCHLÖTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KUGELSINTERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: KUGELSINTERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HOBBYBASTELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: HOBBYBASTELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKVERSETZEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKVERSETZEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKERSTATTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKERSTATTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WÄRMEBEHANDELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: WÄRMEBEHANDELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKVERSICHERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKVERSICHERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="PRASSELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: PRASSELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ENTFESSELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ENTFESSELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ABDROSSELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: ABDROSSELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VERSCHLÜSSELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: VERSCHLÜSSELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEHENLASSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: GEHENLASSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MISSVERSTEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: MISSVERSTEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BRENNSCHNEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: BRENNSCHNEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKBUCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKBUCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKDATIEREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKDATIEREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKBLENDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKBLENDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKKOPPELN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKKOPPELN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKBEZIEHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKBEZIEHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKBESINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKBESINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKNEHMEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKNEHMEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKGEWINNEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKGEWINNEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="RÜCKSCHLIESSEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: RÜCKSCHLIESSEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KLEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: KLEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SICHER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: SICHER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ARM">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ARM</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DUNKEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: DUNKEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BÖSE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: BÖSE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEICHTER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: LEICHTER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BANGE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: BANGE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEICHTEST">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: LEICHTEST</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ALLG.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ALLG.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHMAL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: SCHMAL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ALT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ALT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HOCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: HOCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NAH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: NAH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WILD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: WILD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GUT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: GUT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WEISE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: WEISE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="TEUER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: TEUER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEZIERT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: GEZIERT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="AUFTRAGS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: AUFTRAGS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHWEIZER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: SCHWEIZER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ROSA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ROSA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANDERER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ANDERER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="IHRE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: IHRE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="OBIG">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: OBIG</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GROSS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: GROSS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MEISTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: MEISTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NASS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: NASS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEAMTER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: BEAMTER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHEIDEND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: SCHEIDEND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GESUND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: GESUND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KRASS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: KRASS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANWESENDE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ANWESENDE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MEISTEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: MEISTEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANDERS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: ANDERS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHNELL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: SCHNELL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NAH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: NAH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="HOCH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: HOCH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BALD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: BALD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GERN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: GERN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="OFT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: OFT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SEHR">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: SEHR</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SCHARF">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: SCHARF</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WOHL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: WOHL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WENIG">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: WENIG</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WILD">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: WILD</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LANGE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: LANGE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KALT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: KALT</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="LEISE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: LEISE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FLEXIBEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: FLEXIBEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="GEWISS">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: GEWISS</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SAUER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: SAUER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: KEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: DER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DIESER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: DIESER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VIEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: VIEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EIN UND DERSELBE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: EIN UND DERSELBE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="UNSER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: UNSER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MANCHER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: MANCHER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ALLE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: ALLE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DREI">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: DREI</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KEIN SOLCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: KEIN SOLCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JED SOLCHE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: JED SOLCHE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BILLION">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: BILLION</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="IRGENDEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: IRGENDEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: EIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: EIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ICH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: ICH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: ER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DERSELBE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: DERSELBE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JEDER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JEDER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DIESER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: DIESER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SICH">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: SICH</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ES">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: ES</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JEMAND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JEMAND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MEHRERE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: MEHRERE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="EIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: EIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SOLCHES">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: SOLCHES</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JED SOLCHE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JED SOLCHE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JED SOLCHEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JED SOLCHEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: KEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="VIEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: VIEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JENER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JENER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="KEINE ANDEREN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: KEINE ANDEREN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="FOLGEND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: FOLGEND</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DU">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: DU</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="JEDERMANN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: JEDERMANN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ALLES">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: ALLES</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="SEINE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: SEINE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="UNSER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: UNSER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="BEIDEN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: BEIDEN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="MEIN">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: MEIN</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ANDER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: ANDER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DIE">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: DIE</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: DER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WELCHER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: WELCHER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WIEVIEL">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: WIEVIEL</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: WER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="WELCHER">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: WELCHER</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-&quot; like Mutter/Mütter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 53</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-&quot;e like Hand/Hände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 57</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-en like Frau/Frauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 64</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/- like Iris/Iris&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 69</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-n like Feder/Federn&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 76</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-nen like Studentin/Studentinnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 87</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-se like Kenntnis/Kenntnisse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 89</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-s like Kamera/Kameras&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 101</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-en like Valuta/Valuten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 104</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  Plural only, -n in dative, like Kenntnisse (in compounds, for MT)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 114</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-zen like Matrix/Matrizen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 118</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-es like Couch/Couches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 127</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  Inflects like an adjective, like Anwesende&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 159</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-e like Mühsal/Mühsale&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 165</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-&quot;e with ß/ss change,  like Nuß/Nüsse (old spelling)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 211</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-en with ß/ss change,  like Stewardeß/Stewardessen; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 212</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-en like Basis/Basen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 414</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-den like Laryngitis/Laryngitiden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 415</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-en like Galaxis/Galaxien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 416</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-&quot;en like Werkstatt/Werkstätten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 417</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-ies like Library/Libraries&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 418</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-e like Lira/Lire&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 419</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  Acronym&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 470</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/no plural Proper name of place&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 471</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -/-s Foreign or loan words (Alternate source plural -en, -es)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 472</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  -s,-'/-s Proper name of person&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 473</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  Abbreviated feminine title, like Fr.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 474</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  Feminine abbreviation, like Rufnr.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 484</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-ines like Magnitudo/Magnitudines&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 564</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-gen like Phalanx/Phalangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 591</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/- like Klitoris/Klitoris  (Alternate source plural Klitorides)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 592</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-zes like Radix/Radizes (Alternate source plural Radices)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 593</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-s like Diva/Divas (Alternate source plural Diven)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 599</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-e like Retina/Retinae&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 600</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:   -/-ides like Klitoris/Klitorides  (Alternate source plural Klitoris)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 612</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Kirmes, -, Kirmessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 671</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Nuss, Nüsse, (also Nuß old spelling)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 677</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Stewaredess, en, (with old spelling in ß)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 678</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot; like Vater/Väter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 51</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Splitter/Splitter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 52</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;e like Wunsch/Wünsche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 55</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e like Tisch/Tische&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 56</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;er like Gott/Götter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 60</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -n/-n like Junge/Jungen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 63</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-en like Staat/Staaten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 65</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ses/-se like Autobus/Autobusse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 72</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Wagen/Wagen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot;er like Wurm/Würmer&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -en/-en like Student/Studenten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- like Abakus/Abakus&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 77</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot; like Flughafen/Flughäfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Zyklus/Zyklen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Code/Codes&#xA;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 84</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ns/-n like Name/Namen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 85</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/- like Zoll/Zoll&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 102</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot;e like Sonnenbrand/Sonnenbrände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 105</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-n like Mogul/Moguln (Alternate source plural Mogule)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 106</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-se like Turnus/Turnusse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 107</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-i like Modus/Modi&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 109</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-e like Termin/Termine&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 110</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Traktor/Traktoren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 112</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ten like Bau/Bauten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 113</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-n like Muskel/Muskeln&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 115</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -es/-izes like Index/Indizes (Alternate source genitive Index,alternate source plural Indexe, Indices)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 122</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-e like Elektrolyt/Elektrolyte (Alternate source forms -en/-en)&#xA;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 123</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-s like Tank/Tanks&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 128</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-s like Service/Services&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 129</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-monate like Mai/Maimonate&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 140</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;März, Märzen, Märzmonate&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 146</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-een like Kaktus/Kakteen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 148</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Inflects like an adjective, like Beamter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 158</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-e like Mars/Marse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 161</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-er like Leib/Leiber&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 163</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-e like Kursus/Kurse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 177</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-es like Coach/Coaches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 178</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-es like Sandwich/Sandwiches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 179</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -n/-en like Herr/Herren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 180</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;e with ß/ss change, like Anschluß/Anschlüsse; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 204</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e with ß/ss change,  like Prozeß/Prozesse; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 208</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-i like Mafioso/Mafiosi (Alternate source genitive Mafioso)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 423</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-leute like Fachmann/Fachleute&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 426</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-äle like Saal, Säle&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 432</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Acronym&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 465</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s,-es,-'/no plural Proper name of place&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 466</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-s Foreign or loan words (Alternate source genitive -es, -s, alternate source plural -e, -es)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 467</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s,-es,-'/-&quot;e Proper name of person&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 468</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Abbreviated masculine title, like H.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 469</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Heros/Heroen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 482</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Masculine abbreviation, like cm&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 483</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- like Portikus/Portikus (Alternate source plural Portiken)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 508</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-nisse like Bedarf/Bedürfnisse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 518</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-er like Ski/Skier&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 519</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-sorten like Streuzucker/Streuzuckersorten&#xA;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 539</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-stoffe like Ballast/Ballaststoffe&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 540</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ner like Rabbi/Rabbiner&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 541</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-i like Saldo/Saldi (Alternate source plural Salden)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 547</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-den like Kustos/Kustoden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 572</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- like Obolus/Obolus  (Alternate source plural Obolusse)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 573</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-i like Primus/Primi  (Alternate source plural Primusse)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 574</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-nten like Atlas/Atlanten (Alternate source genitive Atlasses, alternate source plural Atlasse)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 575</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-se like Syndikus/Syndikusse (Alternate source plural Syndizi)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 576</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-ier like Ichthyosaurus/Ichthyosaurier&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 577</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-zi Musikus/Musizi&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 578</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Fiskus/Fisken (Alternate source plural Fiskusse)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 579</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Globus/Globen (Alternate source genitive Globusses, alternate source plural Globusse)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 580</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-se like Konus/Konusse (Alternate source plural Konen)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 581</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-nen like Embryo/Embryonen  (Alternate source plural Embryos)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 585</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Halo/Halos Alternate source genitive Halo, alternate source plural Halonen)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 586</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-izes like Latex/Latizes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 588</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Rowdy/Rowdys (Alternate source plural Rowdies)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 589</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-se Diskus/Diskusse (Alternate source plural Diski)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 594</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ses/-se like Fötus/Fötusse (Alternate source genitive Fötus,  alternate source plural Föten)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 595</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-er like Kanonikus/Kanoniker&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 597</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Thesaurus/Thesauren (Alternate source plural Thesauri)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 598</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-n like Kommodore/Kommodoren  (Alternate source plural Kommodores)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 601</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Saldo/Salden (Alternate source plural Saldi)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 609</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ies like Rowdy/Rowdies (Alternate source plural Rowdys)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 611</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e like Fratz/Fratze (Alternate source plural Fratzen)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 616</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-e like Greif/Greife (Alternate source plural Greifen)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 617</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-ices like Index/Indices (Alternate source genitive Indexes, alternate source plural Indexe, Indizes)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 630</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sporn, Sporns, Sporen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 668</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Carabiniere, Carabinieri&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 673</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Anschluss, Anschlüsse, new spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 675</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Prozess, Prozesse, new spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 676</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Zeichen/Zeichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 54</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ses/-se like Ereignis/Ereignisse&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 59</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;er like Buch/Bücher&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 61</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-n like Auge/Augen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 67</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-e like Ziel/Ziele&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 68</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-er like Geld/Gelder&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 70</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Auto/Autos&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 71</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- like Minus/Minus&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Kriterium/Kriterien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 79</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Mittel/Mittel&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s, no plural, for nominalized infinitive, like Aufbauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 86</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-en like Hemd/Hemden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 88</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ien like Material/Materialien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 103</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e like Salz/Salze&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 108</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot;er like Reichtum/Reichtümer&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 111</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-a like Fatum/Fata&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 116</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-ien like Reagenz/Reagenzien (Alternate source genitive s)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 119</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Juwel/Juwelen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 124</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-er like Gemüt/Gemüter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 125</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-s like Wrack/Wracks&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 126</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-&quot; like Bruder/Brüder&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 141</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-s like Service/Services&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 142</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-zien like Akzidens/Akzidenzien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 143</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Examen/Examen (Alternate source plural Examina)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 149</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Inflects like an adjective, like Vielfaches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 160</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ta like Lemma/Lemmata&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 164</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;e like Floß/Flöße&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 167</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -n/-n like Freie/Freien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 168</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ens/-en like Herz/Herzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 176</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ina like Spezimen/Spezimina&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 214</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-&quot;er with former ß/ss change,  like Schloß(now Schloss)/Schlösser; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 380</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e with ß/ss change,  like Gebiß/Gebisse; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 381</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Plasma/Plasmen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 420</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Konto/Konten (Alternate source plural Konti)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 421</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-en like Epos/Epen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 424</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-ora like Tempus/Tempora&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 433</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Acronym&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 475</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s,-'/no plural Proper name of place&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 476</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s Foreign or loan words (Alternate source genitive -, -', -es)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 477</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: .&#xA;Neuter abbreviation, like Progr.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 478</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Risiko/Risikos (Alternate source plural Risiken)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 548</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Fresko/Fresken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 549</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- like Byte/Byte (Alternate source genitive Byte)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 551</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Komma/Kommas (Alternate source plural Kommata)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 552</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Schema/Schemen  (Alternate source plural Schemata)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 553</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Spektrum/Spektren (Alternate source plural Spektra)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 554</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-a like Serum/Sera  (Alternate source plural Seren)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 555</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Kolon/Kolons (Alternate source plural Kola)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 556</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-i like Storno/Storni&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 557</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Klima/Klimas (Alternate source plural Klimata, Klimate)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 558</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-en like Niello/Niellen (Alternate source genitive Niello, alternate source plural Nielli)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 559</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Solo/Solos (Alternate source plural Soli)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 560</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- like Duplex/Duplex (Alternate source plural Duplices)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 561</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-era like Genus/Genera&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 562</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-ra like Jus/Jura&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 563</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-zera like Ulkus/Ulzera&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 565</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-i like Violoncello/Violoncelli (Alternate source plural Violoncellos)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 566</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-zien like Stimulans/Stimulanzien (Alternate source plural Stimulantia)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 568</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-tia like Detergens/Detergentia (Alternate source plural Detergenzien)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 569</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/-tien like Antioxidans/Antioxidantien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 570</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-s like Audion/Audions  (Alternate source plural Audionen)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 571</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-ien like Indiz/Indizien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 582</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-e like Ding/Dinge  (Alternate source plural Dinger)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 583</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/-ien like Kapital/Kapitalien  (Alternate source plural Kapitale)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 584</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/- Letters of the alphabet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 603</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: .&#xA;Abbreviated neuter title, like Mitgl.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 614</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/-es like Sandwich/Sandwiches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 615</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/- Proper name of person&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 631</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Inventory, Inventorys, Inventories&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 642</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Genitale, Genitales, Genitalien&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 669</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Fluid, Fluids, Fluida&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 670</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Schloß, Schlosses, Schlösser former spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 674</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -n/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 215</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -n/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 216</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -en/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 217</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -en/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 218</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ns/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 219</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ns/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 220</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ses/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 221</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ses/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 222</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ens/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 227</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -ens/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 228</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 618</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 619</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 620</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 621</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/Plural word, no -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 622</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/Plural word, -n in dative plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 623</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -/no plural like Chaos&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 680</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -es/no plural like Hass&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 681</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -s/no plural like Ausland&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 682</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA; -en/no plural like Deutsch&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code (deprecated; use alpha code instead): 683</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Haben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Werden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en, like machen - machte - gemacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -den, -ten, -nen and -men, like reden - redete - geredet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern, like fördern - förderte - gefördert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 6</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln, like handeln - handelte - gehandelt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with inseparable prefix, like erzählen - erzählte - erzählt, or regular in -ieren, like regieren - regierte - regiert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with separable prefix, like ausmachen - ausmachte - ausgemacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -den, -ten, -nen and -men, with inseparable prefix, like bereden - beredete - beredet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln with inseparable prefix, like mißhandeln - mißhandelte - mißhandelt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern  with inseparable prefix, like befördern - beförderte - befördert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -den, -ten, -nen and -men, with separable prefix, like ausreden - ausredete - ausgeredet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln with separable prefix, like zuwiderhandeln - zuwiderhandelte - zuwidergehandelt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern with separable prefix, like mitfördern - mitförderte - mitbefördert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 15</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ieren with separable prefix, like anprobieren - anprobierte - anprobiert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 16</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dürfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 17</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Müssen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 18</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Mögen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 19</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wollen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 20</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sollen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 21</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in -ennen with changing stem, like brennen - brannte - gebrannt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 22</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular, like senden - sendete - gesendet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 23</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like bringen - brachte - gebracht - brächte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 24</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schreiben - schrieb - geschrieben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 25</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like biegen - bog - gebogen - böge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 26</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like binden - band - gebunden  - bände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 27</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like sprechen - spricht - sprach - gesprochen - spräche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 28</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like scheiden - schied - geschieden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 29</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wissen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 30</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like blasen - bläst (2/3 sg.) - blies - geblasen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 31</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abbeißen - abbiß - abgebissen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 32</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with separable prefix, like absenden - absendete - abgesendet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 33</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abbringen - abbrachte - abgebracht - abbrächte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 34</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in -ennen with separable prefix, like abbrennen - abbrannte - abgebrannt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 35</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abbiegen - abbog - abgebogen - abböge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 36</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like absprechen - abspricht - absprach - abgesprochen - abspräche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 37</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abblasen - abbläst (2/3 sg.) - abblies - abgeblasen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 38</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like anschneiden - anschnitt - angeschnitten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 39</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abbinden - abband - abgebunden  - abbände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 40</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -den, -ten, -nen and -men, with separable and inseparable prefixes, like mitbereden - mitberedete - mitberedet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 41</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern with separable and inseparable prefixes, like  weiterbefördern - weiterbeförderte - weiterbefördert&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 42</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with separable and inseparable prefixes, like vorbestellen - vorbestellte - vorbestellt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 43</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wohlergehen - wohlerging - wohlergangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 44</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in -ennen with separable and inseparable prefixes, like mitverbrennen - mitverbrannte - mitverbrannt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 45</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like auferstehen - auferstand - auferstanden - auferstünde&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 46</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Tun&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 47</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu betragen - neu beträgt - neu betrug - neu betragen - neu betrüge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 48</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbeschneiden - mitbeschnitt - mitbeschnitten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 49</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Werden with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 58</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dürfen with inseparable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 62</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Haben with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 66</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in –sen, -ssen, -ßen, -xen, -zen, like küssen – (küßt, 2/3 sg) – küßte - geküßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 67</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with inseparable prefix in  –sen, -ssen, -ßen, -xen, -zen, like vermissen – (vermißt, 2/3 sg) – vermißte - vermißt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 68</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with separable prefix in  –sen, -ssen, -ßen, -xen, -zen, like aufpassen – (aufpaßt, 2/3 sg) – aufpaßte - aufgepaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 69</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with separable and inseparable prefixes in  –sen, -ssen, -ßen, -xen, -zen, like wieder verpassen – (verpaßt, 2/3 sg) – verpaßte - verpaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 70</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in –sen, -ssen, -ßen, -xen, -zen, like preisen – (preist, 2/3 sg) – pries - gepriesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 71</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix in  –sen, -ssen, -ßen, -xen, -zen, like erweisen – (erweist, 2/3 sg) – erwies - erwiesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 72</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix in  –sen, -ssen, -ßen, -xen, -zen, like aufweisen – (aufweist, 2/3 sg) – aufwies - aufgewiesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes in  –sen, -ssen, -ßen, -xen, -zen, like wieder beweisen – (beweist, 2/3 sg) – bewies - bewiesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in –sen, -ssen, -ßen, -xen, -zen, like schmelzen – (schmilzt, 2/3 sg) – schmolz - geschmolzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix in  –sen, -ssen, -ßen, -xen, -zen, like neu verschmelzen – (verschmilzt, 2/3 sg) – verschmolz - verschmolzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 76</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix in  –sen, -ssen, -ßen, -xen, -zen, like einschmelzen – (einschmilzt, 2/3 sg) – einschmolz - eingeschmolzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 77</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes in  –sen, -ssen, -ßen, -xen, -zen, like einschmelzen – (einschmilzt, 2/3 sg) – einschmolz - eingeschmolzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like vorenthalten - vorenthält - vorenthielt - vorenthalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 80</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in –sen, -ssen, -ßen, -xen, -zen, like wachsen – (wächst, 2/3 sg) – wuchs - gewachsen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix in  –sen, -ssen, -ßen, -xen, -zen, like erwachsen – (erwächst, 2/3 sg) – erwuchs - erwachsen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix in  –sen, -ssen, -ßen, -xen, -zen, like aufwachsen – (aufwächst, 2/3 sg) – aufwuchs - aufgewachsen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes in  –sen, -ssen, -ßen, -xen, -zen, like neu erwachsen – (erwächst, 2/3 sg) – erwuchs - erwachsen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 84</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like lesen - sieht - sah - gesehen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 85</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like versehen – versieht - versah - versehen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 86</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ansehen – ansieht – ansah - angesehen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 87</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wieder besehen - besieht - besah - besehen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 88</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schlafen - schläft - schlief - geschlafen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 89</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verschlafen - verschläft - verschlief - verschlafen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 90</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausschlafen – ausschläft – ausschlief - ausgeschlafen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wieder verschlafen - verschläft - verschlief - verschlafen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like denken - denkt - dachte - gedacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bedenken - bedenkt - bedachte - bedacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausdenken – denkt aus – dachte aus - ausgedacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu bedenken - bedenkt - bedachte - bedacht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sein with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 100</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Mögen with inseparable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 120</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln with separable and inseparable prefixes, like überbehandeln - überbehandelte - überbehandelt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 121</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitzerbeißen - mitzerbiß - mitzerbissen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 130</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like bieten - bot - geboten - böte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 131</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like anbieten - anbot - angeboten - anböte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 133</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verbieten - verbot - verboten - verböte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 134</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverbieten - mitverbot - mitverboten - mitverböte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 136</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dingen - dingte or dang - gedungen or gedingt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 137</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dingen with separable prefix, permit variant past and past participle,  like ausdingen - ausdingte or ausdang - ausgedungen or ausgedingt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 139</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Tun with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 150</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dürfen with separable and inseparable prefixes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 151</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Mögen with separable and inseparable prefixes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 152</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with separable and inseparable prefixes, like weiterversenden - weiterversendete - weiterversendet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 154</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverbringen - mitverbrachte - mitverbracht - mitverbrächte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 155</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Können with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 156</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wissen with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 157</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like versieden - versott - versotten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 166</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitentscheiden - mitentschied - mitentschieden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 169</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like liegen - lag - gelegen - läge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 170</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbestreiten - mitbestritt - mitbestritten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 171</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erliegen - erlag - erlegen - erläge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 172</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like rufen - rief - gerufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 173</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular with inseparable prefix, like versenden - versendete - versendet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 174</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like kommen - kam - gekommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 175</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wollen with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 181</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Müssen with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 182</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sollen with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 183</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like mahlen - mahlte - gemahlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 187</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausmahlen - ausmahlte - ausgemahlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 188</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitzermahlen - mitzermahlte - mitzermahlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 189</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verheißen - verhieß - verheißen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 190</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like berufen - berief - berufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 191</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beschreiben - beschrieb - beschrieben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 192</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bekommen - bekam - bekommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 193</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bestehen - bestand - bestanden - bestünde&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 194</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like senden - sandte - gesandt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 195</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitversieden - mitversott - mitversotten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 196</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like betragen - beträgt - betrug - betragen - betrüge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 197</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verdreschen - verdrischt - verdrosch - verdroschen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 198</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like zusenden - zusandte - zugesandt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 199</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dingen with inseparable prefix, like bedingen - bedingte - bedingt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 200</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like enthalten - enthält - enthielt - enthalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 201</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like versenden - versandte - versandt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 202</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like miterfassen - miterfaßte - miterfaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 203</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like abberufen - abberief - abberufen  separableprefixes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 205</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like einbegreifen - einbegriff - einbegriffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 206</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like aufbekommen - aufbekam - aufbekommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 207</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu verlesen - neu verliest - neu verlas - neu verlesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 209</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like miterlöschen - miterlischt - miterlosch - miterlöscht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 210</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Mahlen with inseparable prefix, like zermahlen - zermahlte - zermahlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 213</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like hinzukommen - hinzukam - hinzugekommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 229</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schließen - schloß - geschlossen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 230</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abschließen - abschloß - abgeschlossen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 231</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beschließen - beschloß - beschlossen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 232</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like heben - hob - gehoben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 233</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufheben - aufhob - aufgehoben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 234</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beheben- behob - behoben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 235</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like ziehen - zog - gezogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 236</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausziehen - auszog - ausgezogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 237</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beziehen - bezog - bezogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 238</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like sitzen - saß - gesessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 239</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufsitzen - aufsaß - aufgesessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 240</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like besitzen - besaß - besessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 241</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verbiegen - verbog - verbogen - verböge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 242</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbeheben - mitbehob - mitbehoben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 243</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bezwingen - bezwang - bezwungen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 244</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Können&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 245</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu erliegen - neu erlag - neu erlegen - neu erläge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 246</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like bleichen - blich - geblichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 247</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausbleichen - ausblich - ausgeblichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 248</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like sinnen - sann - gesonnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 249</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like nachsinnen - nachsann - nachgesonnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 250</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like besinnen - besann - besonnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 251</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like spinnen - spann - gesponnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 252</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausspinnen - ausspann - ausgesponnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 253</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verspinnen - verspann - versponnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 254</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schwören - schwor - geschworen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 255</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like einschwören - einschwor - eingeschworen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 256</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beschwören - beschwor - beschworen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 257</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like saugen - sog - gesogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 258</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with seperable prefix, like aufsaugen - aufsog - aufgesogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 259</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schaffen - schuf - geschaffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 260</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erschaffen - erschuf - erschaffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 261</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like wägen - wog - gewogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 262</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erwägen - erwog - erwogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 263</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like lügen - log - gelogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 264</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like belügen - belog - belogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 265</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like genesen - genas - genesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 266</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu erglimmen - neu erglomm - neu erglommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 267</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like gehen - ging - gegangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 268</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like angehen - anging - angegangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 269</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entgehen - entging - entgangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 270</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufschreiben - aufschrieb - aufgeschrieben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 271</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like gleichen - glich - geglichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 272</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like angleichen - anglich - angeglichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 273</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like begleichen - beglich - beglichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 274</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like beißen - biß - gebissen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 275</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like zerbeißen - zerbiß - zerbissen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 276</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like greifen - griff - gegriffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 277</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like eingreifen - eingriff - eingegriffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 278</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like begreifen - begriff - begriffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 279</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like streiten - stritt - gestritten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 280</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like mitstreiten - mitstritt - mitgestritten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 281</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bestreiten - bestritt - bestritten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 282</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausscheiden - ausschied - ausgeschieden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 283</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entscheiden - entschied - entschieden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 284</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schneiden - schnitt - geschnitten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 285</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beschneiden - beschnitt - beschnitten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 286</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like vorliegen - vorlag - vorgelegen - vorläge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 287</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like stehen - stand - gestanden - stünde&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 288</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufstehen - aufstand - aufgestanden - aufstünde&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 289</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abwägen - abwog - abgewogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 290</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like anlügen - anlog - angelogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 291</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like glimmen - glomm - geglommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 292</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abglimmen - abglomm - abgeglommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 293</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verglimmen - verglomm - verglommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 294</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like heißen - hieß - geheißen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 295</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like gutheißen - guthieß - gutgeheißen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 296</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erbleichen - erblich - erblichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 297</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like hängen - hing - gehangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 298</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abhängen - abhing - abgehangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 299</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like hauen - hieb - gehauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 300</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abhauen - abhieb - abgehauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 301</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like behauen - behieb - behauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 302</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like anrufen - anrief - angerufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 303</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entsprechen -  entspricht - entsprach - entsprochen - entspräche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 304</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like tragen - trägt - trug - getragen - trüge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 305</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like austragen - austrägt - austrug - ausgetragen - austrüge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 306</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like backen - bäckt - buk or backte - gebacken or gebackt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 307</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufbacken - aufbäckt - aufbuk or aufbackte - aufgebacken or aufgebackt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 308</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like nachschaffen - nachschuf - nachgeschaffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 309</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wiedererschaffen - wiedererschuf - wiedererschaffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 310</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like miterwägen - miterwog - miterwogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 311</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like messen - mißt - maß - gemessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 312</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abmessen - abmißt -  abmaß - abgemessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 313</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bemessen - bemißt -  bemaß - bemessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 314</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like essen -  ißt - aß - gegessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 315</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufessen -  aufißt - aufaß - aufgegessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 316</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like überessen -  überißt - überaß - übergessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 317</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like nehmen - nimmt - nahm - genommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 318</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abnehmen - abnimmt - abnahm - abgenommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 319</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like benehmen - benimmt - benahm - benommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 320</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like helfen - hilft - half - geholfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 321</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aushelfen - aushilft - aushalf - ausgeholfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 322</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like behelfen - behilft - behalf - beholfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 323</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like lesen - liest - las - gelesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 324</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ablesen - abliest - ablas - abgelesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 325</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verlesen - verliest - verlas - verlesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 326</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, flechten - flocht - geflochten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 327</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like einflechten - einflocht - eingeflochten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 328</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verflechten - verflocht - verflochten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 329</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbelügen - mitbelog - mitbelogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 330</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like wiedergenesen - wiedergenas - wiedergenesen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 331</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular,  like treten -  tritt - trat - getreten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 332</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like eintreten -  eintritt - eintrat - eingetreten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 333</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like betreten -  betritt - betrat - betreten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 334</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like befehlen - befiehlt - befahl - befohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 335</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dürfen with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 336</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like behängen - behing - behangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 337</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbehängen - mitbehing - mitbehangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 338</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like geben -  gibt - gab - gegeben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 339</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausgeben -  ausgibt - ausgab - ausgegeben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 340</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like begeben -  begibt - begab - begeben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 341</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like stehlen - stiehlt - stahl - gestohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 342</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like wegstehlen - wegstiehlt - wegstahl - weggestohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 343</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like bestehlen - bestiehlt - bestahl - bestohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 344</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like treffen -  trifft - traf - getroffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 345</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like zutreffen -  zutrifft - zutraf - zugetroffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 346</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like betreffen -  betrifft - betraf - betroffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 347</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbehauen - mitbehieb - mitbehauen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 348</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verbacken - verbäckt - verbuk or verbackte - verbacken or verbackt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 349</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverbacken - mitverbäckt - mitverbuk or mitverbackte - mitverbacken or mitverbackt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 350</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like gelten - gilt - galt - gegolten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 351</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abgelten - abgilt - abgalt - abgegolten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entgelten - entgilt - entgalt - entgolten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like werfen - wirft - warf - geworfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like auswerfen - auswirft - auswarf - ausgeworfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entwerfen - entwirft - entwarf - entworfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like löschen - lischt - losch - gelöscht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like auslöschen - auslischt - auslosch - ausgelöscht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verlöschen - verlischt - verlosch - verlöscht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and  inseparable prefixes, like neu bemessen - neu bemißt - neu bemaß - neu bemessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in -ennen with inseparable prefix, like verbrennen - verbrannte - verbrannt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like dreschen - drischt - drosch - gedroschen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abdreschen - abdrischt - abdrosch - abgedroschen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like saufen - säuft - soff - gesoffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like absaufen - absäuft - absoff - abgesoffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like besaufen - besäuft - besoff - besoffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like laufen - läuft - lief - gelaufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like einlaufen - einläuft - einlief - eingelaufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like entlaufen - entläuft - entlief - entlaufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like stoßen - stößt - stieß - gestoßen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like zustoßen - zustößt - zustieß -  zugestoßen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like zerstoßen - zerstößt - zerstieß -  zerstoßen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like zerblasen - zerbläst - zerblies - zerblasen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like fallen - fällt - fiel - gefallen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like einfallen - einfällt - einfiel - eingefallen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 375</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verfallen - verfällt - verfiel - verfallen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 376</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like fangen - fängt - fing - gefangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 377</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like anfangen - anfängt - anfing - angefangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 378</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verfangen - verfängt - verfing - verfangen&#xA;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 379</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like lassen - läßt - ließ - gelassen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 383</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like auslassen - ausläßt - ausließ - ausgelassen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 384</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verlassen - verläßt - verließ - verlassen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 385</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like halten - hält - hielt - gehalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 386</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aushalten - aushält - aushielt - ausgehalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 387</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu überessen - neu überißt - neu überaß - neu übergessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 388</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes like, weiterbehelfen - weiterbehilft - weiterbehalf - weiterbeholfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 389</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like bitten - bat - gebeten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 390</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abbitten - abbat - abgebeten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 391</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erbitten - erbat - erbeten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 392</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like sieden - sott - gesotten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 393</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like absieden - absott - abgesotten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 394</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schinden - schund - geschunden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 395</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like weiterverbinden - weiterverband - weiterverbunden  - weiterverbände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 396</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbeschreiben - mitbeschrieb - mitbeschrieben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 397</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like  mitbegleichen - mitbeglich - mitbeglichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 398</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverspinnen - mitverspann - mitversponnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 399</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like anerziehen - anerzog - anerzogen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 400</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbeschließen - mitbeschloß - mitbeschlossen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 401</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like heraufbeschwören - heraufbeschwor -  heraufbeschworen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 402</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like zurückbesinnen - zurückbesann - zurückbesonnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 403</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Tun with inseparable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 404</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like herabbegeben -  herabbegibt - herabbegab - herabbegeben&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 405</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitentwerfen - mitentwirft - mitentwarf - mitentworfen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 406</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbetreffen -  mitbetrifft - mitbetraf - mitbetroffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 407</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like anbefehlen - anbefiehlt - anbefahl - anbefohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 408</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and  inseparable prefixes, like danebenbenehmen - danebenbenimmt - danebenbenahm - danebenbenommen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 409</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufschrecken - aufschrickt - aufschrak - aufgeschrocken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 410</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erschrecken - erschrickt - erschrak - erschrocken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 411</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like gebären - gebiert - gebar - geboren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 412</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like weiterversenden - weiterversandte - weiterversandt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 413</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like verbringen - verbrachte - verbracht - verbrächte&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 427</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like melken - milkt - molk - gemolken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 428</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like zwingen - zwang - gezwungen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 429</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like aufzwingen - aufzwang - aufgezwungen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 430</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like verbinden - verband - verbunden  - verbände&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 431</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like auferzwingen - auferzwang - auferzwungen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 435</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wiederverflechten - wiederverflocht - wiederverflochten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 436</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like ausmelken - ausmilkt - ausmolk - ausgemolken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 438</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbestehlen - mitbestiehlt - mitbestahl - mitbestohlen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 439</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu entgelten - neu entgilt - neu entgalt - neu entgolten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 441</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverdreschen - mitverdrischt - mitverdrosch - mitverdroschen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 442</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbesaufen - mitbesäuft - mitbesoff - mitbesoffen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 444</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like weiterverlaufen - weiterverläuft - weiterverlief - weiterverlaufen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 445</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitzerstoßen - mitzerstößt - mitzerstieß -  mitzerstoßen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 447</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable  and inseparable prefixes, like mitzerblasen - mitzerbläst - mitzerblies - mitzerblasen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 448</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like zurückverfallen - zurückverfällt - zurückverfiel - zurückverfallen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 450</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverfangen - mitverfängt - mitverfing - mitverfangen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 451</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like zurückerbitten - zurückerbat - zurückerbeten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 452</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Tun with separable and inseparable prefixes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 454</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like spalten - spaltete - gespalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 455</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like abspalten - abspaltete - abgespalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 456</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like zerspalten - zerspaltete - zerspalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 457</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like knien - kniete - gekniet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 458</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like niederknien - niederkniete - niedergekniet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 459</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beknien - bekniete - bekniet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 460</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like fassen - faßte - gefaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 461</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like zusammenfassen - zusammenfaßte - zusammengefaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 462</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like beassen - befaßte - befaßt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 463</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with two inseparable prefixes, like  mißverstehen - mißverstand - mißverstanden - mißverstünde&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 464</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like neu erschrecken - neu erschrickt - neu erschrak - neu erschrocken&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 480</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like wiedergebären - wiedergebiert - wiedergebar - wiedergeboren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 481</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Erkiesen - erkor - erkoren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 509</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefix, like neu zerspalten - neu zerspaltete - neu zerspalten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 510</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitbesitzen - mitbesaß - mitbesessen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 530</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like miterlassen - miterläßt - miterließ - miterlassen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 543</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like mitverbiegen - mitverbog - mitverbogen - mitverböge&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 544</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu entsprechen -  neu entspricht - neu entsprach - neu entsprochen - neu entspräche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 545</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like miterbleichen - miterblich - miterblichen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 596</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Dingen with separable and inseparable prefixes, like mitbedingen - mitbedingte - mitbedingt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 602</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefix, like neu verheißen - neu verhieß - neu verheißen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 643</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like wiederbetreten -  wiederbetritt - wiederbetrat - wiederbetreten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 644</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like herausschinden - herausschund - herausgeschunden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 645</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like zerschinden - zerschund - zerschunden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 646</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like dünken - deuchte - gedeucht&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 647</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like stecken - stak - gesteckt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 648</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular, like schallen - scholl - geschallt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 649</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix, like erschallen - erscholl - erschallt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 650</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable prefix, like zurückschallen - zurückscholl - zurückgeschallt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 651</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu erschallen - neu erscholl - neu erschallt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 652</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable and inseparable prefixes, like neu beknien - neu bekniete - neu bekniet&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 653</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with separable element only in past participle and zu-infinitive, like nahtschweißen - nahtschweißte - nahtgeschweißt - nahtzuschweißen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 654</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ten with separable element only in past participle and zu-infinitive, like tauchlöten - tauchlötete - tauchgelötet - tauchzulöten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 655</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern with separable element only in past participle and zu-infinitive, like kugelsintern - kugelsinterte - kugelgesintert - kugelzusintern&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 656</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln with separable element only in past participle and zu-infinitive, like hobbybasteln - hobbybastelte - hobbygebastelt - hobbyzubasteln&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 657</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with separable element only in the zu-infinitive, like rückversetzen - rückversetze - rückversetzt - Regular in -en with separable element only in the zu-infinitive, like rückversetzen - rückversetze - rückversetzt - rückzuversetzen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 658</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ten with separable element only in zu-infinitive, like rückerstatten - rückerstattete - rückerstattet - rückzuerstatten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 659</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -eln with separable element  only in zu-infinitive, like wärmebehandeln - wärmebehandelte - wärmebehandelt - wärmezubehandeln&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 660</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -ern, with separable element only in zu-infinitive, like rückversichern - rückversicherte - rückversichert - rückzuversichern&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 661</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -sseln&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 662</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular verb in -sseln with inseparable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 663</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular verb in -sseln with separable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 664</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular vern in -sseln with separable and inseparable prefixes&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 665</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Infinitive with lassen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 666</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular verb (like stehen) with prefix separable only in zu-infinitive and inseparable prefix&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 667</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular verb (like schneiden) inseparable only in zu-infinitive and past participle.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 672</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en with separable element only in zu-infinitive, like rückbuchen - rückbuchte - rückgebucht - rückzubuchen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 673</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in -en (no ge- in participle) with separable element only in zu-infinitive, like rückdatieren - rückdatierte - rückdatiert - rückzudatieren&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 674</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in –ten with separable element only in zu-infinitive, like rückblenden - rückblendet - rückblendete - rückgeblendet - rückzublenden&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 675</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular in –eln with separable element only in zu-infinitive, like rückkoppeln - rückkoppelt - rückkoppelte - rückgekoppelt - rückzukoppeln&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 676</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix with separable element only in zu-infinitive, like rückbeziehen - rückbezieht - rückbezog - rückbezogen - rückzubeziehen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 677</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with inseparable prefix with separable element only in zu-infinitive, like rückbesinnen - rückbesinnt - rückbesann - rückbesonnen - rückzubesinnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 678</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with separable element only in zu-infinitive,like rücknehmen - rücknimmt - rücknahm - rückgenommen - rückzunehmen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 679</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular with ge- with separable element only in zu-infinitive, like rückgewinnen - rückgewinnt - rückgewann - rückgewonnen - rückzugewinnen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 680</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Irregular in –sen, -ssen, -ßen, -xen, -zen with separable element only in zu-infinitive, like rückschließen – rückschließt (2/3 sg) – rückschloß – rückgeschloßen - rückzuschließen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code (deprecated; use alpha code instead): 681</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular like klein, kleiner, kleinst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 90</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in er with possible elision of e like sicher, sicherer, sicherst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;With umlaut and st in superlative like arm, ärmer, ärmst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 132</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in el with elision of e like dunkel, dunkler, dunkelst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 135</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in e like böse (Also without e, bös)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 138</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Comparative like leichter&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 144</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in e and with umlaut like bang, bänger, bängst (Also without e and no umlaut)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 145</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Superlative like leichtest&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 147</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: .&#xA;Abbreviation like allg.&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 382</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;No umlaut and st in superlative like schmal, schmaler, schmalst (Also with umlaut)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 422</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;With umlaut and est in superlative like alt, älter, ältest&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 434</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;hoch, höher, höchst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 437</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;nah, näher, nächst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 440</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in t, d, s, x, z with est in superlative like wild, wilder, wildesten;  cf 197 198&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 443</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;gut, besser, best; cf 204&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 446</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in e like weise, weiser, weisest&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 449</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in er with elision of e like teuer, teurer, teuerst&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 453</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;participial adjective&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 479</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Noun Combining Form&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 485</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Uninflected initially capitalized adjective&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 486</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Uninflected like rosa&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 522</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Mixed forms, used in compound determiners and pronoun&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 523</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Weak forms, used in compound determiners and pronoun&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 528</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Attributive Only (German source)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 531</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;groß, größer, größt&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 533</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;meisten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 534</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;ß/ss change like naß, nasser, nassest (Also with umlaut); old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 536</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Masculine and neuter nouns that inflect like adjectives&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 522</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Present participial adjective (German source)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 537</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;With umlaut and est in superlative like gesund, gesünder, gesündest (Also without umlaut)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 538</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;ß/ss change like kraß, krasser, krassest; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 542</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Feminine nouns that inflect like adjectives&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 546</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;meisten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 632</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Uninflected, predicative only (German source)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code (deprecated; use alpha code instead): 634</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Regular like schnell, schneller, am schnellsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 185</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Nah, näher, am nächsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 487</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Hoch, höher, am höchsten&#xA;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 488</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Bald, eher, am ehesten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 489</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Gern, lieber, am liebsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 490</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Oft, häufiger, am häufigsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 491</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Sehr (viel), mehr, am meisten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 492</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Umlaut and st in superlative like scharf, schärfer, am schärfsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 493</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wohl, besser, am besten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 494</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wenig, minder, am mindesten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 495</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in d, t, etc. with est in superlative like wild, wilder, am wildesten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 496</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in e with umlaut like lange, länger, am längsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 606</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Umlaut and est in superlative like kalt, kälter, am kältesten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 636</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in e like leise, leiser, am leisesten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 637</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in el with elision of e like flexibel, flexibler, am flexibelsten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 638</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;ß/ss change like gewiß, gewisser, am gewissesten; old spelling&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 639</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ending in auer/euer with elision of e like sauer, saurer, am sauersten&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code (deprecated; use alpha code instead): 640</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like kein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Der&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like dieser&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 497</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like viel&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 511</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ein und derselbe&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 512</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Euer and unser&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 513</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like mancher&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 515</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like alle&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 516</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;numeric, like drei&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 520</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;compound articles, like kein solchen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 524</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;compound&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 525</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;noun characteristics, like Billion&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 526</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;irregular, irgendein in sing and irgendwelche in plural&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 535</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular only, like ein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code (deprecated; use alpha code instead): 641</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Ein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code (deprecated; use alpha code instead): 425</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;First Person Personal Pronoun&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Third Person Singular Pronoun&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;derselbe (pronoun)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular, like jeder&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 98</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Demonstrative Pronoun &quot;dieser&quot;&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 99</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;direct and indirect object&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 117</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;er, sie, es&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 183</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular, like jemand&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 186</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;plural, like mehrere&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 498</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular, like ein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 499</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular and plural, like solches&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 500</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;&#xA;singular, like jeder solche&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 501</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 502</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular and plural, like kein&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 503</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular and plural, like viel&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 504</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular and plural, like jener&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 505</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular and plural, like keine anderen&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 506</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;folgend&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 507</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;second personal familiar&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 514</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;singular, like jedermann&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 521</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like alles&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 532</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;used in compound pronoun (weak)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 550</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like unser in pronoun phrases&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 567</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;plural (used in compound pronoun)&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 587</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like mein in pronoun phrases&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 590</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;like ander&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 604</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;die in pronoun phrase&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code (deprecated; use alpha code instead): 633</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Der&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code (deprecated; use alpha code instead): 97</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Welch&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code (deprecated; use alpha code instead): 527</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wieviel&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code (deprecated; use alpha code instead): 529</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Wer&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code (deprecated; use alpha code instead): 605</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: &#xA;Welcher as interrogative&#xA;">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code (deprecated; use alpha code instead): 635</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<!-- deprecated -->
 
</xsd:restriction>
</xsd:simpleType>

simpleType entryFormationType
namespace http://www.olif.net
type restriction of xsd:string
properties
id entryFormationType
used by
element entryFormation
facets
enumeration abb
enumeration acr
enumeration sgl
enumeration cmp
enumeration phr
enumeration un
annotation
documentation
Type for entryFormation
source <xsd:simpleType name="entryFormationType" id="entryFormationType">
 
<xsd:annotation>
   
<xsd:documentation>Type for entryFormation</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="abb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abbreviation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="acr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">acronym</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sgl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">single word</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cmp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">compound</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="phr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType entryStatusType
namespace http://www.olif.net
type restriction of xsd:string
properties
id entryStatusType
used by
element entryStatus
facets
enumeration word
enumeration term
enumeration concept
enumeration stopword
enumeration un
annotation
documentation
Type for entryStatus
source <xsd:simpleType name="entryStatusType" id="entryStatusType">
 
<xsd:annotation>
   
<xsd:documentation>Type for entryStatus</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="word">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">general vocabulary item</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="term">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">specific to non-general domain</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="concept">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">concept</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="stopword">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">stopword</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType entryTypeType
namespace http://www.olif.net
type restriction of xsd:string
properties
id entryTypeType
used by
element entryType
facets
enumeration product-name
enumeration trademark
enumeration orth-var
enumeration un
annotation
documentation
Type for entryType
source <xsd:simpleType name="entryTypeType" id="entryTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for entryType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="product-name">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">product name</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="trademark">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">trademark</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="orth-var">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">orthographic variant</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType equivalType
namespace http://www.olif.net
type restriction of xsd:string
used by
element equival
facets
enumeration full
enumeration partial
enumeration alt
enumeration none
enumeration un
annotation
documentation
Type for equival
source <xsd:simpleType name="equivalType">
 
<xsd:annotation>
   
<xsd:documentation>Type for equival</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="full">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">full equivalence</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="partial">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">partial equivalence</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="alt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">alternate transfer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="none">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">no equivalence</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType esInflectionType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration like: plur. adds -s
enumeration like: plural adds -es
enumeration like: accent in the last syllable in the sing. but not in the plur.
enumeration like: invariable
enumeration like: change from unaccented to accented, like orden
enumeration like: ending in -z, plural in -ces
enumeration like: singular only
enumeration like: plural only
enumeration like: change from unaccented to accented, lilke imagen
enumeration like: like hr.
enumeration like: medianoche
enumeration like: plural adds -s
enumeration like: plural adds -es
enumeration like: -z, plural in -ces
enumeration like: invariable
enumeration like: accent in the last -a-, no accent in the plural
enumeration like: ending in -o%en, no accent in the singular, accent in the plural
enumeration like: ending in -ón, accent in the singular but not in the plural (variant of 093)
enumeration like: ending in -é+consonant (n, s), accent in the singular but not in the plural
enumeration like: plural only
enumeration like: ending in -imen, accent shift in the plural
enumeration like: -c, plural in -ques
enumeration like: lord
enumeration like: ending in -iCen, no accent in the singular, accent in -í- in the plural
enumeration like: -átum, plural in -ata
enumeration like: ending in -a%en, no accent in the singular, accent in -á- in the plural
enumeration like: hipérbaton
enumeration like: ómicron
enumeration like: -ónix, plural change x - c
enumeration like: with -í-, no accent in the plural
enumeration like: singular only
enumeration like: ending in -ú+consonant (n, s, ...), no accent in the plural
enumeration like: ending in -u%en, accent in the plural, no accent in the singular
enumeration like: like min.
enumeration like: regular in -ar
enumeration like: regular in -er
enumeration like: regular in -ir; vowel change -u- > -o- (in 4 forms: 3 in the pres. ind. and 1 in the pres. imperative)
enumeration like: -ar, vowel changes -o- > -ue-; two past part. (restringido/restrito)
enumeration like: -gar, consonant changes -g- > -gu-, no vowel change; like pat 1
enumeration like: -gar, vowel changes -o- > -ue-, consonant changes -g- > -gu-
enumeration like: -erguir
enumeration like: -cir, consonant changes -c- > -z-
enumeration like: -egir, vowel changes -e- > -i-, consonant changes -g- > -j-
enumeration like: -freír, diphthong changes -eí- > -i-, irregular inflected past participle in -frito (different from reír: pat 022)
enumeration like: -rir, vowel changes -o- > -ue- and -u-
enumeration like: -cir, consonant changes -c- > -zc- and -j-
enumeration like: -cer, consonant changes -c- > -zc-
enumeration like: -eer and -oer, vowel changes -e- > -ey- and -o- > -oy-
enumeration like: -uir, vowel changes -u- > -uy-
enumeration like: -er, vowel changes -e- > -ie-, present participles in -iente and -iendo
enumeration like: -olver, vowel changes -o- > -ue-, irregular past participle in -uelto
enumeration like: -cer, vowel changes -o- > ue-, consonant changes -c- > -z-
enumeration like: -ir, vowel changes -e- > -ie-
enumeration like: -ir, vowel changes -e- > -i-
enumeration like: -ñer and -ller, irregular preterit in -ó and -eron
enumeration like: -reír, diphthong changes -eí- > -i- and -í-, regular past participles (different from freír: pat 010)
enumeration like: -andar, changes -d- > -duv-
enumeration like: -caber, changes cap- > cup-, some tenses require quep- as a stem
enumeration like: -aer, requires stem in -ig-
enumeration like: dar
enumeration like: -decir, irregular past participle ending in -dicho
enumeration like: estar
enumeration like: haber
enumeration like: -hacer, past participle in -hecho
enumeration like: ir
enumeration like: -oír, requires stem in -ig-
enumeration like: poder
enumeration like: -poner
enumeration like: -querer
enumeration like: -saber
enumeration like: -salir
enumeration like: ser
enumeration like: -tener; vowel change -o- > -u- (in 10 forms: 1st p. sing. pres. ind. and its derived forms)
enumeration like: -traer; two past part. (cobrido/coberto)
enumeration like: -valer
enumeration like: -venir, present participles in -iniente and -iniendo; change -g- > -j-
enumeration like: ver; two past part. (repelido/repulso)
enumeration like: romper (see 134 for corromper)
enumeration like: -brir, irregular past participle in -bierto; change -g- > -j-
enumeration like: -reunir, vowel changes -u- > -ú- due to diphthong; -qu- > -c-
enumeration like: -ñir and -llir (-añir; -iñir)
enumeration like: -podrir; vowel changes -o- > -u-
enumeration like: -eñir, vowel changes -e- > -i-; similar to pat 43
enumeration like: -iar and -uar, vowel changes -i- > -í- and -u- > -ú-; like pat 3
enumeration like: ver with a prefix, accent in the preterit; inflected present participle in -vidende (var. of pat 043)
enumeration like: -ar, vowel changes -e- > -ie-
enumeration like: -gir, consonant changes -g- > -j-
enumeration like: decir with a prefix, regular past participle ending in -decido
enumeration like: like proveer
enumeration like: -ar, irregular past participle in -o (sujeto),adjective-like past part.
enumeration like: -calzar
enumeration like: confundir
enumeration like: -seguir, vowel changes -e- > -i-, consonant changes -gu- > -g-
enumeration like: -facer, past participle in -facto
enumeration like: -guar, vowel changes -u- > -ü-
enumeration like: -zar, stem changes z- > -c-
enumeration like: -lucir, consonant changes-c- > -zc-
enumeration like: -er, vowel changes -o- > -ue-
enumeration like: oler
enumeration like: -ribir, irregular past participle in -rito (descrito)
enumeration like: -imir, irregular past participle in -eso (impreso)
enumeration like: -zar, consonant changes -z- > -c-, vowel changes -o- > -ue- (var 0f 006)
enumeration like: -zar, consonant changes -z- > -c-, vowel changes -e- > -ie-
enumeration like: -gar, vowel changes -e- > -ie- (cf. 006)
enumeration like: -car, consonant changes -c- > -qu-, vowel changes -o- > -ue- (cf. 006) (var of 006)
enumeration like: -ugar, vowel changes -u- > -ue- (var. of 006)
enumeration like: -guir (var. of 008)
enumeration like: -asir, stem changes -s- > -sg- (var. of 008)
enumeration like: -quir, stem changes -q- > -c- (var. of 008)
enumeration like: -aír, vowel changes -í- > -i- (var. of 015)
enumeration like: corromper (var. of 044)
enumeration like: -irir, vowel changes -i- > -ie- (var. of 019 - change stem 3 - 2)
enumeration like: -ir, vowel changes -o- > -ue- (var. of 019)
enumeration like: -ar, vowel changes -o- > -üe- (var. of 004)
enumeration like: errar (var. of 004)
enumeration like: desosar and desovar, stem changes -o- > -hue- (var. of 004)
enumeration like: -zar, vowel changes -o- > -üe-, consonant changes -z- > -c- (var. of 006)
enumeration like: -ger, consonant changes -g- > -j-
enumeration like: -encer and -ercer, consonant changes -c- > -z- (var. of 013)
enumeration like: -üir, diphthong changes -üi- > -uy-
enumeration like: regular with alternate past participle (preso/prendido) (var. of 002)
enumeration like: regular with alternate past participle (suspendido/suspenso) (var. of 002)
enumeration like: -yacer, consonant changes -c- > -zg- (var. of 013)
enumeration like: satisfacer
enumeration like: -venir, present participles in -eniente and -iniendo (var. of 042)
enumeration like: -e/o?er, present participles in -ente and -iendo (var. of 002)
enumeration like: -ir, vowel changes -e- > -ie- and -i-
enumeration like: -solver, present participles in -ente and -iendo
enumeration like: -ir, present participles in -ente and -iendo
enumeration like: -cender, vowel changes -e- > -ie-, present participles in -ente and -iendo
enumeration like: -vencer, consonant changes -c- > -z-, inflected present participle in -vincente
enumeration like: - -escer, consonant changes -c- > -zc-, present participles in -ente and -iendo
enumeration like: - -expedir, vowel changes -e- > -i-, present participles in -expediente and -expidiendo
enumeration like: - -competir, vowel changes -e- > -i-, present participles in -ente and -iendo
enumeration like: - -car, consonant changes -c-> -qu-, no vowel changes
enumeration like: - -e/oCer, present participles in -ente and -iendo (var. of 002), adjective-like past part
enumeration like: - -cir, consonant changes -c- > -zc- and -j-, adjective-like past part. in abducto
enumeration like: -like circuncidar, adjective-like past part in circunciso,
enumeration like: -like dispersar, adjective-like past part in disperso
enumeration like: like incidir, adjective-like past part in inciso
enumeration like: -matar, adjective-like past part. in muerto
enumeration like: - -ar, vowel changes -e- > -ie-, adjective-like past part. In manifiesto
enumeration like: -like pudrir, adjective-like past part. in putrefacto
enumeration like: - -ir, vowel changes -e- > -ie- and -i-, adjective-like past part. in converso
enumeration like: - -ohibir, -ohi- ---> -ohí-, like prohibir
enumeration like: plural like bastante
enumeration like: like cualquier
enumeration like: demonstrative, like aquellos
enumeration like: uninflected
enumeration like: like ciento
enumeration like: uno
enumeration like: demonstrative, like éste
enumeration like: indefinite, like uno
enumeration like: indefinite, like cualquiera
enumeration like: indefinite, like ninguno
enumeration like: demonstrative, like aquél
enumeration like: reflexive, like me
enumeration like: 1st person singular, like yo
enumeration like: 1st person plural, like nosotros
enumeration like: 3rd person masculine singularr, like él
enumeration like: 3rd person plural (masc. and fem.), like ellos
enumeration like: 3rd person feminine singular, like ella
enumeration like: 3rd person singular (masc. and fem.), like él
enumeration like: 2nd person
enumeration like: tonic (after preposition) - all, like mí
enumeration like: uninflected
enumeration like: 2nd person singular, informal, like tú
enumeration like: indefinite plural, like unos
enumeration like: quantifier, like bastante
enumeration like: personal pronoun singular and pl
enumeration like: like un
enumeration like: relative, like quien
enumeration like: interrogative, like quién
enumeration like: interrogative, like cuánto
enumeration like: distributive, like cualquiera
enumeration like: interrogative plural, like cuántos
annotation
documentation
Type for inflectionType (Spanish)
source <xsd:simpleType name="esInflectionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionType (Spanish)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="like: plur. adds -s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 52</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural adds -es">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 54</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: accent in the last syllable in the sing. but not in the plur. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 56</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 58</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: change from unaccented to accented, like orden">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 64</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -z, plural in -ces">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 152</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 165</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 166</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: change from unaccented to accented, lilke imagen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 288</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like hr. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 301</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: medianoche">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 319</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural adds -s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 51</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural adds -es">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 53</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -z, plural in -ces">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 55</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 57</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: accent in the last -a-, no accent in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -o%en, no accent in the singular, accent in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 150</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ón, accent in the singular but not in the plural (variant of 093) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 153</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -é+consonant (n, s), accent in the singular but not in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 154</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 155</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -imen, accent shift in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 156</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -c, plural in -ques">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 158</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lord">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 159</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -iCen, no accent in the singular, accent in -í- in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 160</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -átum, plural in -ata">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 161</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -a%en, no accent in the singular, accent in -á- in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 162</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hipérbaton">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 163</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ómicron">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 167</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ónix, plural change x - c">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 168</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: with  -í-, no accent in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 169</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 170</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ú+consonant (n, s, ...), no accent in the plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 171</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -u%en, accent in the plural, no accent in the singular">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 172</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like min. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 300</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular in -ar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular in -er">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular in -ir; vowel change -u- &gt; -o- (in 4 forms: 3 in the pres. ind. and 1 in the pres. imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ar, vowel changes -o- &gt; -ue-; two past part. (restringido/restrito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -gar, consonant changes -g- &gt; -gu-, no vowel change; like pat 1">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -gar, vowel changes -o- &gt; -ue-, consonant changes -g- &gt; -gu-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 6</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -erguir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -cir, consonant changes -c- &gt; -z-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -egir, vowel changes -e- &gt; -i-, consonant changes -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -freír, diphthong changes -eí- &gt; -i-, irregular inflected past participle in -frito (different from reír: pat 022) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -rir, vowel changes -o- &gt; -ue- and -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -cir, consonant changes -c- &gt; -zc- and -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -cer, consonant changes -c- &gt; -zc-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -eer and -oer, vowel changes -e- &gt; -ey- and -o- &gt; -oy-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -uir, vowel changes -u- &gt; -uy-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 15</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -er, vowel changes -e- &gt; -ie-, present participles in -iente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 16</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -olver, vowel changes -o- &gt; -ue-, irregular past participle in -uelto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 17</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -cer, vowel changes -o- &gt; ue-, consonant changes -c- &gt; -z-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 18</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ir, vowel changes -e- &gt; -ie-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 19</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ir, vowel changes -e- &gt; -i-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 20</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ñer and -ller, irregular preterit in -ó and -eron">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 21</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -reír, diphthong changes -eí- &gt; -i- and -í-, regular past participles (different from freír: pat 010) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 22</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -andar, changes -d- &gt; -duv-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 23</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -caber, changes cap- &gt; cup-, some tenses require quep- as a stem">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 24</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -aer, requires stem in -ig-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 25</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 26</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -decir, irregular past participle ending in -dicho">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 27</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: estar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 28</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: haber">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 29</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -hacer, past participle in -hecho">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 30</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 31</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -oír, requires stem in -ig-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 32</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: poder">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 33</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -poner">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 34</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -querer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 35</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -saber">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 36</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -salir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 37</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ser">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 38</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -tener; vowel change -o- &gt; -u- (in 10 forms: 1st p. sing. pres. ind. and its derived forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 39</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -traer; two past part. (cobrido/coberto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 40</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -valer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 41</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -venir, present participles in -iniente and -iniendo; change -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 42</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ver; two past part. (repelido/repulso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 43</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: romper (see 134 for corromper) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 44</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -brir, irregular past participle in -bierto; change -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 45</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -reunir, vowel changes -u- &gt; -ú- due to diphthong; -qu- &gt; -c-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 46</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ñir and -llir (-añir; -iñir) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 47</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -podrir; vowel changes -o- &gt; -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 48</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -eñir, vowel changes -e- &gt; -i-; similar to pat 43">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 49</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -iar and -uar, vowel changes -i- &gt; -í- and -u- &gt; -ú-; like pat 3">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 50</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ver with a prefix, accent in the preterit; inflected present participle in -vidende (var. of pat 043) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ar, vowel changes -e- &gt; -ie-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -gir, consonant changes -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: decir with a prefix, regular past participle ending in -decido">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like proveer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ar, irregular past participle in -o (sujeto),adjective-like past part. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 97</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -calzar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 98</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: confundir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 99</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -seguir, vowel changes -e- &gt; -i-, consonant changes -gu- &gt; -g-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 101</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -facer, past participle in -facto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 102</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -guar, vowel changes -u- &gt; -ü-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 118</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -zar, stem changes z- &gt; -c-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 119</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -lucir, consonant changes-c- &gt; -zc-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 120</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -er, vowel changes -o- &gt; -ue-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 121</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: oler">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 122</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ribir, irregular past participle in -rito (descrito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 123</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -imir, irregular past participle in -eso (impreso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 124</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -zar, consonant changes -z- &gt; -c-, vowel changes -o- &gt; -ue- (var 0f 006) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 125</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -zar, consonant changes -z- &gt; -c-, vowel changes -e- &gt; -ie-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 126</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -gar, vowel changes -e- &gt; -ie- (cf. 006) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 127</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -car, consonant changes -c- &gt; -qu-, vowel changes -o- &gt; -ue- (cf. 006) (var of 006) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 128</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ugar, vowel changes -u- &gt; -ue-    (var. of 006) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 129</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -guir (var. of 008)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 130</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -asir, stem changes -s- &gt; -sg- (var. of 008)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 131</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -quir, stem changes -q- &gt; -c- (var. of 008)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 132</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -aír, vowel changes -í- &gt; -i- (var. of 015)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 133</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: corromper (var. of 044) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 134</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -irir, vowel changes -i- &gt; -ie- (var. of 019 - change stem 3 - 2) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 135</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ir, vowel changes -o- &gt; -ue- (var. of 019) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 136</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ar, vowel changes -o- &gt; -üe- (var. of 004) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 137</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: errar (var. of 004) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 138</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: desosar and desovar, stem changes -o- &gt; -hue- (var. of 004) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 139</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -zar, vowel changes -o- &gt; -üe-, consonant changes -z- &gt; -c- (var. of 006) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 140</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ger, consonant changes -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 141</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -encer and -ercer, consonant changes -c- &gt; -z- (var. of 013) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 142</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -üir, diphthong changes -üi- &gt; -uy-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 143</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular with alternate past participle (preso/prendido) (var. of 002) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 144</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular with alternate past participle (suspendido/suspenso) (var. of 002) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 145</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -yacer, consonant changes -c- &gt; -zg-  (var. of 013) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 147</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: satisfacer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 164</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -venir, present participles in -eniente and -iniendo (var. of 042) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 252</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -e/o?er, present participles in -ente and -iendo (var. of 002) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 253</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ir, vowel changes -e- &gt; -ie- and -i-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 256</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -solver, present participles in -ente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 257</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -ir, present participles in -ente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 258</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -cender, vowel changes -e- &gt; -ie-, present participles in -ente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 259</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -vencer, consonant changes -c- &gt; -z-, inflected present participle in -vincente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 260</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -escer, consonant changes -c- &gt; -zc-, present participles in -ente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 261</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -expedir, vowel changes -e- &gt; -i-, present participles in -expediente and -expidiendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 262</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -competir, vowel changes -e- &gt; -i-, present participles in -ente and -iendo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 263</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -car, consonant changes -c-&gt; -qu-, no vowel changes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 282</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -e/oCer, present participles in -ente and -iendo (var. of 002), adjective-like past part">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 289</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -cir, consonant changes -c- &gt; -zc- and -j-, adjective-like past part. in abducto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 291</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -like circuncidar, adjective-like past part in circunciso, ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 292</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -like dispersar, adjective-like past part in disperso">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 293</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like incidir, adjective-like past part in inciso">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 294</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -matar, adjective-like past part. in muerto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 295</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -ar, vowel changes -e- &gt; -ie-, adjective-like  past part. In manifiesto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 296</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: -like pudrir, adjective-like past part. in putrefacto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 297</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -ir, vowel changes -e- &gt; -ie- and -i-, adjective-like past part. in converso">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 298</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: - -ohibir,  -ohi-  ---&gt; -ohí-, like prohibir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 317</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural like bastante">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 303</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like cualquier">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 304</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative, like aquellos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 316</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uninflected">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conjunction; code: 290</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like ciento">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 305</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uno">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 314</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative, like éste">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite, like uno">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite, like cualquiera">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite, like ninguno">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative, like aquél">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: reflexive, like me">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 1st person singular, like yo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 107</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 1st person plural, like nosotros">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 108</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 3rd person masculine singularr, like él">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 109</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 3rd person plural (masc. and fem.), like ellos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 110</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 3rd person feminine singular, like ella">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 111</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 3rd person singular (masc. and fem.), like él">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 112</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 2nd person">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 115</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tonic (after preposition) - all, like mí">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 116</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uninflected">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 205</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 2nd person singular, informal, like tú">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 231</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite plural, like unos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 281</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quantifier, like bastante">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 283</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun singular and pl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 302</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 311</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: relative, like quien">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: interrogative, like quién">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 146</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: interrogative, like cuánto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 254</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: distributive, like cualquiera">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 286</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: interrogative plural, like cuántos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 287</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType frInflectionType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration like: uninflected plural only, les archives; sing and plural same, la/les noix
enumeration like: singular and plural la porte / les portes)
enumeration like: plural ends in -x, les eaux, les peaux
enumeration like: irregular plural; madame / mesdames
enumeration like: like lady, ladies
enumeration like: plural in -x (e.g. tuyaux, manteau) and some words ending in -ou (e.g. cailloux)
enumeration like: plural with stem change (-al -> -aux); le journal/les journaux
enumeration like: uninflected, sing only le/les faire-part, plural only les archives, same in sing and pl le/les nez
enumeration like: sing and pl-le livre/les livres
enumeration like: irregular plural,le monsieur/les messieurs
enumeration like: plural with stem change 'ail -> aux'(e.g. le bail/les baux)
enumeration like: irregular plural: l'oeil/les yeux
enumeration like: latin plural; -um ->a
enumeration like: masc noun of English origin: caddy ->caddies
enumeration like: uninflected, singlular only, like manger
enumeration like: être
enumeration like: avoir
enumeration like: Regular ending in -ER (no change in root before -ER): parler (default)
enumeration like: Reg. with vowel change (-e -> -è before an unstressed syllable, ex: mener/ je mène)
enumeration like: Reg. with vowel change (-é -> -è before an unstressed syllable, ex: céder/je cède)
enumeration like: Reg. with consonant change (-c -> -ç before -a and -o, ex: avancer/avançons, avançait)
enumeration like: Reg. with addit. vowel -e after -g before -a and -o (manger/mangeons, mangeais)
enumeration like: Reg. with double cons. (-l -> -ll, -t -> -tt) before an unstressed syll. (ex: jeter / je jette)
enumeration like: Reg. with additional -e before -a and -o and vowel change (é -> è): protéger
enumeration like: Reg. with vowel change (-y -> -i) before an unstressed syllable (ex: envoyer / il envoie)
enumeration like: Irreg. with suppletion (root change -> all-, v-, ir-, aill-, ex: allaient, vont, iront, aillent)
enumeration like: Irreg. in -ir with shortened stem (cons. deleted before the ending (je pars, elle sert))
enumeration like: Reg. ending in -ir (2 stems: fini-, finiss- ex: finis, finissez, finira)
enumeration like: Irreg. in -ir with vowel change (-ien, -ienn, -en, -in) and cons. add (-d) in fut.and cond.
enumeration like: Reg. with vowel change (as 05 CÉDER) and cons. change (as 06 AVANCER)
enumeration like: Irreg. in -re, past participle in -us
enumeration like: Irreg. in -ir with vowel change (-ér, -er, -ier, -ièr) and shortened stem (acquit, acquerra)
enumeration like: Irreg. in -ir with reg. ending (il ouvre) and irreg. ending (il ouvrit) and irreg. stem (ouvert)
enumeration like: Irreg. in -ir, defective verb, only pres. and imperf. indic. and pres. past (il gît, gisant)
enumeration like: Irreg. in -ir (as 18 OUVRIR) with regular past part. (assaillir, assaille, assailli)
enumeration like: defective verb - infinitive form only
enumeration like: Reg. in -er with vowel change (e -> è) and cons. change (c -> ç)
enumeration like: Irreg. in -ir (as 18 OUVRIR) (cueille, cueilli) fut. and cond. as -er verb (cueillera)
enumeration like: Irreg. in -ir, past part. in -u (il court, il courra, couru, courant)
enumeration like: Irreg. in -ir, vowel change (-ou -> -eu before an unstr. syll., mourir/meurs) past. part. 'mort'
enumeration like: Irreg. in -ir with vowel change (i -> y) before a stressed syllable (fuit, fuyons)
enumeration like: Irreg. in -ir (3rd pers. pres. indic. -> vêt
enumeration like: Irreg. in -oir with vowel pattern (-e, -oi, -u): devoir; past part in 'û'
enumeration like: Irreg. in -oir; cons. change (c -> ç before -o, -u) and vowel change (-oi, -e, -u)
enumeration like: Irreg. in -oir with vowel change (voi-t, voy-iez, vi-t, v-u), stem change (ver-ra)
enumeration like: Irreg. in -oir with vowel change (-oi, -oy, -u) (pourvois, pourvoyions, pourvu)
enumeration like: Irreg. in -oir, stem change (pour-ra), vowel change (peux, pouvons, put, puissions), no imperat.
enumeration like: Irreg. in -oir with stem and vowel change (savoir, sait, saurait, sache, su)
enumeration like: Irreg. in -oir with vowel change (prévoit, prévoyons, prévit, prévu) (fut. prévoira)
enumeration like: Irreg. in -oir, impersonal verb (only 3rd pers) no imperative, with vowel change (-eu, -u)
enumeration like: Irreg. ending in -oir, impersonal, no imperative, stem change (faut, faudra, fallait, faille); -uñir - see 049 for -eñir)
enumeration like: Irreg. in -oir, stem and vowel change (vaut, valait, vaudra, vaille),
enumeration like: Irreg. in -oir (as 37 VALOIR) pres subj 'prévale'
enumeration like: Irreg. in -oir, vowel change (vouloir, veut, veuille) stem change in fut and cond (voudra)
enumeration like: Irreg. in -oir, vowel change (assied, asseyait, assit, assiéra)
enumeration like: Irreg. in -oir with vowel change before a stressed syll. (sursoit, sursoyait)
enumeration like: Irreg. in -oir, defective verb (usual are inf. pres. ind., past. part)
enumeration like: Irreg. in -oir, defective verb (no imperf indic, imperat, pres part), vowel pattern: -oi, -oy, -u
enumeration like: Irreg. in -oir, defective verb (3rd pers only), no imperative
enumeration like: Reg. in -ir, stem change (-ai , -aï)
enumeration like: Irreg. in -ir, defective verb (usual are infinitif, pres and past part)
enumeration like: regular -re verb (3rd pers pres indicat without ending; il rend) no stem change
enumeration like: Irreg. in -dre, stem change (prends, prenons, prennent, pris) no ending 3rd pers sing pres ind
enumeration like: Irreg. in -indre with stem change (joindre, joint, joins, joigne)
enumeration like: Irreg. in -dre, defect verb (no pret, imperf subj), stem change (-olv) 2 past part (-ous, -oute)
enumeration like: Irreg. in -dre, stem change (résous, résolvons, résoudrons, résolu)
enumeration like: Irreg. in -dre, defective verb (only infinitif and 3rd pers pres indic (il sourd, ils sourdent)
enumeration like: Irreg. in -dre, stem change (moudre/moulu, coudre/cousu), no ending: 3rd pers sing pres ind
enumeration like: Irreg. in -re, pret in -i, past part in -u (il rompt, il rompi, rompu)
enumeration like: Irreg. in -re, stem and vowel change, (fait, font, fit, fera, fasse)
enumeration like: Irreg. in -re, vowel pattern (-ai, -u, ex: il se tait, il se sont tus)
enumeration like: Irreg. in -re, traire and comp are defect verb( no pret and imperf subj) vowel pattern (-ait, -ayi
enumeration like: Irreg. in -re, vowel pattern (plait, plut), past part invariable (ils se sont plu)
enumeration like: Irreg. in -re, defect verb (no imperf, pret, imperf subj...)
enumeration like: Irreg. in -re, defect verb (no imperf indic and subj, no pret)
enumeration like: Irreg. in -re, stem change (écrire, -ivons, -it), past part -it
enumeration like: Irreg. in -re, stem change (il lit, nous lisons, il lira, lu)
enumeration like: Irreg. in -re (2nd pers plur pres indic: vous dites)
enumeration like: Irreg. in -re (as 62 conduire), past part -is
enumeration like: Irreg. in -re (as 64 dire), past part -it, (pres indic; vous médisez)
enumeration like: Irreg. in -re, stem change (confire, confisons, confit), past part -it
enumeration like: Irreg. in -re (as 67 CONFIRE) past part -i (suffi)
enumeration like: Irreg. in -re, stem change (rire, rions), past part -i
enumeration like: Irreg. in -re, defective verb (only: inf, pres indic (sing forms), past part (-it)
enumeration like: Irreg. in -re, defective verb (stem 2 bruyait is obsolete) new forms -issait, -issant (as 13 FINIR)
enumeration like: Irreg. in -re, (as 62 CONDUIRE), past part -i (invariable)
enumeration like: Irreg. in -re, (as 62 CONDUIRE) past part -i (no feminin)
enumeration like: Irreg. in -re, (sing pres indic -> only one -t (je bats, il bat) past part -u (battu)
enumeration like: Irreg. in -re, (sing pres indic only one -t (je mets, il met)) stem change (il mit) past part -is
enumeration like: Irreg. ending in -re, stem change (croîs, croissais, croîtra, crût (no -î before -ss))
enumeration like: Irreg. in -re, stem change (naître, naissons, naquit) past part -é (né)
enumeration like: Irreg. in -re, stem change (-aître, -aît, -aissons, -ut) past part -u (connu)
enumeration like: Irreg. in -re (defective verb, no preterit) stem change (as 78 CONNAÎTRE) past part -u
enumeration like: Irreg. in -re, past part -u
enumeration like: Irreg. in -re, stem change (il vainc (without -t), nous vainquons, vaincu, vainquant)
enumeration like: Irreg. in -re, consonant lost in pres indic sing (je suis, il suit), past part -i
enumeration like: Irreg. in -re, stem change (vivre, il vit, il vécut) past part vécu, pres part vivant
enumeration like: Irreg. in -re, stem change (boire, boit, boivent, buvons, but) past part -u
enumeration like: Irreg. in -re, stem change (je crois, nous croyons, on crut) past part cru, pres part croyant
enumeration like: Irreg. in -oir, defective verb (only 3rd pers (sied, siera), and pres and past part (sis, seyant))
enumeration like: Verb in -ayer, -oyer, uyer. Regular ER endings, stem changes. Use endings from PAT 4.
enumeration like: servir
enumeration like: Irreg. in -re, stem change (-oi, -u) past part -u
enumeration like: Reg in -er, with vowel change (as 05 CÉDER), 2 pres part (-guant, -gant(-e-s))
enumeration like: Irreg. in -ir with shortened stem (je dors), past part without changes (intr)
enumeration like: Irreg. in -re (as 107 ACCROÎTRE) past part -û
enumeration like: Regular ER verb (03) ending in -guer with present participle in -guant and verbal adjective in -gant
enumeration like: Verb with vowel change (é to è, pat 05) and verbal adjective in -ent
enumeration like: Regular ER verb ending in -ger (pat 07) with verbal adjective in -ent
enumeration like: Irreg. in -oir, (as 37 VALOIR), 2 pres part (-ant, -ent(-e-s)) past part feminin invariable
enumeration like: Irreg. in -re, stem change (as 81 VAINCRE), verbal adjective in -cant
enumeration like: Reg in -er, with diphthong (-uer, -uës, -uïons, -uïez)
enumeration like: mouvoir - past participle masculine form with the accent (mû); from old 28
enumeration like: émouvoir, promouvoir - past participle with no accent in masculine (ému); from old 28
enumeration like: coudre was in pat 54, new pat had to be created to accommodate stem differences with moudre
enumeration like: conduire
enumeration like: maudire conjugates like finir with past participle maudit, ite; was originally assigned to pat 64
enumeration like: Regular ER verb (03) ending in -quer with present participle in -quant and verbal adjective in -cant
enumeration like: bouillir, bouillant, bouilli, je bous, je bouillis, a variant of 12
enumeration like: regular adj, no stem change (grand, grands, grande, grandes)
enumeration like: adj, masculine and feminine forms are the same, also noun used adjectively in masc form only (compresseur)
enumeration like: destructeur, destructrice
enumeration like: heureux, heureuse
enumeration like: adj, no change in masc sing and plural
enumeration like: adj, irregular form in masc plur (masc: -al, -aux, fem: -ale, -ales)
enumeration like: beau, belle, beaux, belles, bel
enumeration like: aigu, aigüe
enumeration like: dû, due, dus, dues
enumeration like: bel in preposed adjective noun phrases
enumeration like: enchanteur, enchanteresse
enumeration like: fol in preposed adjective noun phrases
enumeration like: vieil in preposed adjective noun phrases
enumeration like: regular; double final consonant
enumeration like: frais, fraîche
enumeration like: exprès, expresse
enumeration like: absous absoute
enumeration like: faux, fausse
enumeration like: vieux, vieille, vieil
enumeration like: doux, douce
enumeration like: actif, active
enumeration like: tout, toute, tous, toutes
enumeration like: adjective, double last consonant + 'e': ancien, anciennev
enumeration like: complet, complète
enumeration like: cajoleur, cajoleuse; unaccented superlative
enumeration like: grec, grecque
enumeration like: sec, sèche
enumeration like: public, publique
enumeration like: long, longue
enumeration like: favori, favorite
enumeration like: malin, maligne
enumeration like: fou, folle, fol
enumeration like: esquimau, esquimaude
enumeration like: Adjective invariable, mostly nounin apposition; cf. 191
enumeration like: blanc, blanche
enumeration like: bref, brève
enumeration like: tiers, tierce
enumeration like: andalou, andalouse
enumeration like: traître, traîtresse
enumeration like: hébreu, hébraïque
enumeration like: feminine adjective in noun phrase
enumeration like: un (singular only)
enumeration like: demi
enumeration like: ordinal (1st)
enumeration like: definite article, one plural form (masc sing: le/l', fem sing: la, plur: les)
enumeration like: adj demonstrative
enumeration like: possessive adjective, like mon
enumeration like: adj possessive plural (notre, nos, votre, vos)
enumeration like: possessive adjective, like leur
enumeration like: indefinite
enumeration like: Indefinite, tout
enumeration like: Arithmate
enumeration like: quelque
enumeration like: quel
enumeration like: soit (in phrase quel que soit les)
enumeration like: Indefinite,like certain
enumeration like: Indefinite, plural only
enumeration like: son
enumeration like: trois
enumeration like: un tel
enumeration like: like un
enumeration like: all pronoun forms
enumeration like: Pronoun, (interrogative: lequel)
enumeration like: indefinite pronoun, only sing
enumeration like: personal
enumeration like: intensive, like moi-même
enumeration like: like lui-même
enumeration like: used in phrases
enumeration like: personal pronoun, 1st person sing
enumeration like: personal pronoun, 3rd masculine
enumeration like: personal pronoun, elle
enumeration like: personal pronoun, ils, elles
enumeration like: personal pronoun; 3rd person
enumeration like: personal pronoun, 2nd pers sing
enumeration like: celui
enumeration like: tout, toute, tous, toutes
enumeration like: un
enumeration like: celui-ci
enumeration like: celui-là
enumeration like: nous and vous
enumeration like: autre
enumeration like: certains
enumeration like: particulier
enumeration like: quel
enumeration like: quelques-uns
enumeration like: uninflected, like moins
enumeration like: un tel
enumeration like: ce
enumeration like: qui
enumeration like: qui (non-human)
enumeration like: ce qui
enumeration like: quel
annotation
documentation
Type for inflectionType (French)
source <xsd:simpleType name="frInflectionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionType (French)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="like: uninflected plural only, les archives; sing and plural same, la/les noix">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 114</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular and plural la porte /  les portes) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 119</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural ends in -x, les eaux, les peaux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 145</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: irregular plural; madame / mesdames">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 165</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like lady, ladies">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 207</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural in -x  (e.g. tuyaux, manteau) and some words ending in -ou (e.g. cailloux) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 99</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural with stem change (-al -&gt; -aux); le journal/les journaux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 100</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uninflected, sing only le/les faire-part, plural only les archives, same in sing and pl le/les nez">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 113</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sing and pl-le livre/les livres">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 120</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: irregular plural,le monsieur/les messieurs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 140</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural with stem change 'ail -&gt; aux'(e.g. le bail/les  baux) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 148</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: irregular plural: l'oeil/les yeux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 151</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: latin plural; -um -&gt;a">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 183</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: masc noun of English origin: caddy -&gt;caddies">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 184</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uninflected, singlular only, like manger">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 214</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: être">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: avoir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Regular ending in -ER (no change in root before -ER): parler (default) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with vowel change (-e -&gt; -è before an unstressed syllable, ex: mener/ je mène) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with vowel change (-é -&gt; -è before an unstressed syllable, ex: céder/je cède) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with consonant change (-c -&gt; -ç before -a and -o, ex: avancer/avançons, avançait) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 6</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with addit. vowel -e after -g before -a and -o (manger/mangeons, mangeais) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with double cons. (-l -&gt; -ll, -t -&gt; -tt) before an unstressed syll. (ex: jeter / je jette) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with additional -e before -a and -o and vowel change (é -&gt; è): protéger">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with vowel change (-y -&gt; -i) before an unstressed syllable (ex: envoyer / il envoie) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. with suppletion (root change -&gt; all-, v-, ir-, aill-, ex: allaient, vont, iront, aillent) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with shortened stem (cons. deleted before the ending (je pars, elle sert)) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. ending in -ir (2 stems: fini-, finiss- ex: finis, finissez, finira) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with vowel change (-ien, -ienn, -en, -in) and cons. add (-d) in fut.and cond. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. with vowel change (as 05 CÉDER) and cons. change (as 06 AVANCER) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 15</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, past participle in -us">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 16</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with vowel change (-ér, -er, -ier, -ièr) and shortened stem (acquit, acquerra) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 17</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with reg. ending (il ouvre) and irreg. ending (il ouvrit) and irreg. stem (ouvert) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 18</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir, defective verb, only pres. and imperf. indic. and pres. past (il gît, gisant) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 19</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir (as 18 OUVRIR) with regular past part. (assaillir, assaille, assailli) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 20</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: defective verb - infinitive form only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 21</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. in -er with vowel change (e -&gt; è) and cons. change (c -&gt; ç) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 22</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir (as 18 OUVRIR) (cueille, cueilli) fut. and cond. as -er verb (cueillera) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 23</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir, past part. in -u (il court, il courra, couru, courant) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 24</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir, vowel change (-ou -&gt; -eu before an unstr. syll., mourir/meurs) past. part. 'mort'">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 25</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with vowel change (i -&gt; y) before a stressed syllable (fuit, fuyons) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 26</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir (3rd pers. pres. indic. -&gt; vêt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 27</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir with vowel pattern (-e, -oi, -u): devoir; past part in 'û'">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 28</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir; cons. change (c -&gt; ç before -o, -u) and vowel change (-oi, -e, -u) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 29</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in  -oir with vowel change (voi-t, voy-iez, vi-t, v-u), stem change (ver-ra) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 30</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir with vowel change (-oi, -oy, -u) (pourvois, pourvoyions, pourvu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 31</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, stem change (pour-ra), vowel change (peux, pouvons, put, puissions), no imperat. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 32</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir with stem and vowel change (savoir, sait, saurait, sache, su) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 33</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir with vowel change (prévoit, prévoyons, prévit, prévu) (fut. prévoira) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 34</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, impersonal verb (only 3rd pers) no imperative, with vowel change (-eu, -u) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 35</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. ending in -oir, impersonal, no imperative, stem change (faut, faudra, fallait, faille); -uñir - see 049 for -eñir) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 36</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, stem and vowel change (vaut, valait, vaudra, vaille), ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 37</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir (as 37 VALOIR) pres subj 'prévale'">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 38</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, vowel change (vouloir, veut, veuille) stem change in fut and cond (voudra) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 39</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, vowel change (assied, asseyait, assit, assiéra) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 40</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir with vowel change before a stressed syll. (sursoit, sursoyait) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 41</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, defective verb (usual are inf. pres. ind., past. part) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 42</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, defective verb (no imperf indic, imperat, pres part), vowel pattern: -oi, -oy, -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 43</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, defective verb (3rd pers only), no imperative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 44</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg. in -ir, stem change (-ai , -aï) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 45</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir, defective verb (usual are infinitif, pres and past part) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 46</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular -re verb (3rd pers pres indicat without ending; il rend) no stem change">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 47</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -dre, stem change (prends, prenons, prennent, pris) no ending 3rd pers sing pres ind">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 48</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -indre with stem change (joindre, joint, joins, joigne) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 49</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -dre, defect verb (no pret, imperf subj), stem change (-olv) 2 past part (-ous, -oute) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 51</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -dre, stem change (résous, résolvons, résoudrons, résolu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 52</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -dre, defective verb (only infinitif and 3rd pers pres indic (il sourd, ils sourdent) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 53</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -dre, stem change (moudre/moulu, coudre/cousu), no ending: 3rd pers sing pres ind">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 54</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, pret in -i, past part in -u (il rompt, il rompi, rompu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 55</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem and vowel change, (fait, font, fit, fera, fasse) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 56</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, vowel pattern (-ai, -u, ex: il se tait, il se sont tus) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 57</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, traire and comp are defect verb( no pret and imperf subj) vowel pattern (-ait, -ayi">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 58</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, vowel pattern (plait, plut), past part invariable (ils se sont plu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 59</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, defect verb (no imperf, pret, imperf subj...) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 60</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, defect verb (no imperf indic and subj, no pret) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 61</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (écrire, -ivons, -it), past part -it">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 62</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (il lit, nous lisons, il lira, lu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 63</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (2nd pers plur pres indic: vous dites) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 64</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (as 62 conduire), past part -is">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 65</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (as 64 dire), past part -it, (pres indic; vous médisez) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 66</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (confire, confisons, confit), past part -it">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 67</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (as 67 CONFIRE) past part -i (suffi) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 68</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (rire, rions), past part -i">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 69</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, defective verb (only: inf, pres indic (sing forms), past part (-it) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 70</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, defective verb (stem 2 bruyait is obsolete) new forms -issait, -issant (as 13 FINIR) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 71</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, (as 62 CONDUIRE), past part -i (invariable) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 72</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, (as 62 CONDUIRE) past part -i (no feminin) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, (sing pres indic -&gt; only one -t (je bats, il bat) past part -u (battu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, (sing pres indic only one -t (je mets, il met)) stem change (il mit) past part -is">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. ending in -re, stem change (croîs, croissais, croîtra, crût (no -î before -ss)) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 76</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (naître, naissons, naquit) past part -é (né) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 77</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (-aître, -aît, -aissons, -ut) past part -u (connu) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (defective verb, no preterit) stem change (as 78 CONNAÎTRE) past part -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 79</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, past part -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 80</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (il vainc (without -t), nous vainquons, vaincu, vainquant) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, consonant lost in pres indic sing (je suis, il suit), past part -i">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (vivre, il vit, il vécut) past part vécu, pres part vivant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (boire, boit, boivent, buvons, but) past part -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 84</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (je crois, nous croyons, on crut) past part cru, pres part croyant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 85</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, defective verb (only 3rd pers (sied, siera), and pres and past part (sis, seyant)) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 86</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Verb in -ayer, -oyer, uyer. Regular ER endings, stem changes. Use endings from PAT 4. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 102</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: servir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 106</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (-oi, -u) past part -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 107</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg in -er, with vowel change (as 05 CÉDER), 2 pres part (-guant, -gant(-e-s)) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 115</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -ir with shortened stem (je dors), past part without changes (intr) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 121</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re (as 107 ACCROÎTRE) past part -û">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 122</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Regular ER verb (03) ending in -guer with present participle in -guant and verbal adjective in -gant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 124</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Verb with vowel change (é to è, pat 05) and verbal adjective in -ent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 125</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Regular ER verb ending in -ger (pat 07) with verbal adjective in -ent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 126</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -oir, (as 37 VALOIR), 2 pres part (-ant, -ent(-e-s)) past part feminin invariable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 127</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Irreg. in -re, stem change (as 81 VAINCRE), verbal adjective in -cant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 128</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Reg in -er, with diphthong (-uer, -uës, -uïons, -uïez) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 129</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mouvoir - past participle masculine form  with the accent (mû); from old 28">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 141</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: émouvoir, promouvoir - past participle with no accent in masculine (ému); from old 28">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 142</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: coudre was in pat 54, new pat had to be created to accommodate stem differences with moudre">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 143</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: conduire">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 144</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: maudire conjugates like finir with past participle maudit, ite;  was originally assigned to pat 64">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 146</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Regular ER verb (03) ending in -quer with present participle in -quant and verbal adjective in -cant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 147</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bouillir, bouillant, bouilli, je bous, je bouillis, a variant of 12">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 185</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular adj, no stem change (grand, grands, grande, grandes) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 87</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adj, masculine and feminine forms are the same, also noun used adjectively in masc form only (compresseur) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 88</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: destructeur, destructrice">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 89</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: heureux, heureuse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 90</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adj, no change in masc sing and plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adj, irregular form in masc plur (masc: -al, -aux, fem: -ale, -ales) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like:  beau, belle, beaux, belles, bel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: aigu, aigüe">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 103</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dû, due, dus, dues">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 104</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bel in preposed adjective noun phrases">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 109</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: enchanteur, enchanteresse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 117</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fol in preposed adjective noun phrases">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 138</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: vieil in preposed adjective noun phrases">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 149</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular; double final consonant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 152</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: frais,  fraîche">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 153</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: exprès, expresse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 154</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: absous absoute">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 155</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: faux, fausse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 156</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: vieux, vieille, vieil">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 157</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: doux, douce">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 158</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: actif, active">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 159</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tout, toute, tous, toutes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 161</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adjective, double last consonant + 'e': ancien, anciennev">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 162</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: complet, complète">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 163</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cajoleur, cajoleuse; unaccented superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 164</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: grec, grecque">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 166</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sec, sèche">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 167</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: public, publique">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 168</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: long, longue">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 169</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: favori, favorite">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 170</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: malin, maligne">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 171</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fou, folle, fol">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 172</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: esquimau, esquimaude">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 173</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Adjective invariable, mostly nounin apposition; cf. 191">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 174</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: blanc, blanche">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 175</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bref, brève">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 176</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tiers, tierce">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 177</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: andalou, andalouse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 178</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: traître, traîtresse">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 179</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hébreu, hébraïque">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 180</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: feminine adjective in noun phrase">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 186</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: un (singular only) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 202</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demi">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 210</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ordinal (1st) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 213</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: definite article, one plural form (masc sing: le/l', fem sing: la, plur: les) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adj demonstrative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive adjective, like mon">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: adj possessive plural (notre, nos, votre, vos) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 97</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive adjective, like leur">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 112</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 130</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Indefinite, tout">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 181</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Arithmate">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 188</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quelque">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 193</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 194</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: soit (in phrase quel que soit les) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 198</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Indefinite,like  certain">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 199</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Indefinite, plural only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 204</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: son">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 205</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: trois">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 206</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: un tel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 209</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 212</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: all pronoun forms">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 98</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Pronoun, (interrogative: lequel) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 101</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite pronoun, only sing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 105</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 108</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: intensive, like moi-même">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 110</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like lui-même">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 118</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: used in phrases">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 123</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, 1st person sing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 133</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, 3rd masculine">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 134</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, elle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 135</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, ils, elles">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 136</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun; 3rd person">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 137</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, 2nd pers sing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 139</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: celui">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 160</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tout, toute, tous, toutes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 182</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 187</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: celui-ci">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 189</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: celui-là">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 190</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: nous and vous">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 191</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: autre">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 192</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: certains">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 195</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: particulier">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 196</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 197</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quelques-uns">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 200</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: uninflected, like moins">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 203</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: un tel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 208</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ce">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 211</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: qui">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 116</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: qui (non-human) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 131</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ce qui">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 132</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 201</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType genderType
namespace http://www.olif.net
type restriction of xsd:string
properties
id genderType
used by
element gender
facets
enumeration m
enumeration f
enumeration n
enumeration c
enumeration un
annotation
documentation
Type for gender
source <xsd:simpleType name="genderType" id="genderType">
 
<xsd:annotation>
   
<xsd:documentation>Type for gender</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="m">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">masculine</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="f">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">feminine</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">neuter</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="c">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">common</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType inflectionType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration like: book, books
enumeration like: box, boxes
enumeration like: family, families
enumeration like: knife, knives
enumeration like: addendum, addenda
enumeration like: nebula, nebulae
enumeration like: stimulus, stimuli
enumeration like: crisis, crises
enumeration like: perihelion, perihelia
enumeration like: woman, women
enumeration like: invariable, series, series
enumeration like: invariable, sheep, sheep
enumeration like: acronym, NATO
enumeration like: singular only, upstairs
enumeration like: fish, fish (fishes)
enumeration like: abbreviation, lb.,lbs.
enumeration like: singular only, produce
enumeration like: motto, mottoes (mottos)
enumeration like: aquarium, aquariums (aquaria)
enumeration like: curriculum, curricula (curriculums)
enumeration like: fungus, fungi (funguses)
enumeration like: phenomenon, phenomena (phenomenons)
enumeration like: automaton, automatons (automata)
enumeration like: foot, feet
enumeration like: leaf, leaves
enumeration like: scarf, scarfs (scarves)
enumeration like: beef, beeves (beef)
enumeration like: terminus, terminuses (termini)
enumeration like: calix, calices
enumeration like: helix, helixes (helices)
enumeration like: matrix, matrices (matrixes)
enumeration like: auspex, auspices
enumeration like: apex, apexes (apices)
enumeration like: cortex, cortices (cortexes)
enumeration like: lex, leges
enumeration like: sphinx, sphinxes (sphinges)
enumeration like: pharynx, pharynges, pharynxes
enumeration like: plural takes sing or pl verb, medium, media (mediums)
enumeration like: lowlife, lowlifes (lowlives)
enumeration like: singular only; singular in essence or want to suppress plural, equipment
enumeration like: plural only, clothes
enumeration like: gens, gentes
enumeration like: genus, genera
enumeration like: child, children
enumeration like: gravamen, gravamens (gravamina)
enumeration like: imago, imagoes (imagines)
enumeration like: iris, irises (irides)
enumeration like: larva, larvae (larvas)
enumeration like: mouse, mice (mouses)
enumeration like: Mussulman, Mussulmen (Mussulmans)
enumeration like: money, money (monies)
enumeration like: nomen, nomina
enumeration like: cod, cod (cods)
enumeration like: bass, bass (basses)
enumeration like: buffalo, buffalos (buffaloes)
enumeration like: singular and plural, people/language, no possessive, French
enumeration like: opus, opera (opuses)
enumeration like: ox, oxen
enumeration like: corpus, corpora
enumeration like: dragoman, dragomans (dragomen)
enumeration like: pons, pontes
enumeration like: wharf, wharves (wharfs)
enumeration like: quiz, quizzes
enumeration like: bus, buses (busses)
enumeration like: oyez, oyesses
enumeration like: edema, edemas (edemata)
enumeration like: addax, addaxes (addax)
enumeration like: die, dice
enumeration like: plural; plural used as singular and plural, data
enumeration like: agenda, agendas
enumeration like: plural only, plural not ending in -s, viscera
enumeration like: hiatus, hiatuses (haitus)
enumeration like: pelvis, pelvises (pelves)
enumeration like: ephemeris, ephemerides
enumeration like: bureau, bureaus (bureaux)
enumeration like: bacchant, bacchants (bacchantes)
enumeration like: fauna, faunas (faunae
enumeration like: libretto, librettos (libretti)
enumeration like: heathen, heathens (heathen)
enumeration like: plural, people (peoples)
enumeration like: albumen, albumens
enumeration like: alkali, alkalis (alkalies)
enumeration like: anlage, anlages (anlagen)
enumeration like: cherub, cherubim
enumeration like: lira, lire (lires)
enumeration like: antefix, antefixes (antefixa)
enumeration like: kylix, kylikes
enumeration like: pix, pics (pix)
enumeration like: madam, mesdames
enumeration like: magma, magmata (magmas)
enumeration like: cyclops, cyclopes
enumeration like: eupatrid, eupatridae (eupatrids)
enumeration like: foramen, foramina (foramens)
enumeration like: remex, remiges
enumeration like: sock, socks (sox)
enumeration like: flambeau, flambeaux (flambeaus)
enumeration like: leu, lei
enumeration like: lev, leva
enumeration like: grosz, groszy
enumeration like: kibbutz, kibbutzim
enumeration like: flamen, flamens (flamines)
enumeration like: letter of the alphabet, b, bs
enumeration like: trellis, trellises
enumeration like: area, areas
enumeration like: thymus, thymuses
enumeration like: electron, electrons
enumeration like: suffix, suffixes
enumeration like: annex, annexes
enumeration like: minx, minxes
enumeration like: tonneau, tonneaus cf 235, 272, 316
enumeration like: safe, safes
enumeration like: tariff, tariffs
enumeration like: album, albums
enumeration like: abbreviation lb
enumeration like: singular only, USA, USA's
enumeration like: letter of the alphabet b.
enumeration like: plural only, cattle
enumeration like: plural only, poor
enumeration like: bateau, bateaux
enumeration like: walk, walked, walking
enumeration like: rate, rated, rating
enumeration like: polish, polished, polishing, polishes
enumeration like: deny, denied, denying, denies
enumeration like: drop, dropped, dropping
enumeration like: hold, held, holding
enumeration like: leave, left, leaving
enumeration like: do, did, done, doing, does
enumeration like: fly, flew, flown, flying, flies
enumeration like: cut, cut, cutting
enumeration like: die, died, dying, dies
enumeration like: dye, dyed, dyeing
enumeration like: be (only)
enumeration like: have
enumeration like: freeze, froze, frozen, freezing
enumeration like: teach, taught, teaching, teaches
enumeration like: dwell, dwelt (dwelled), dwelling
enumeration like: bend, bent, bending
enumeration like: flee, fled, fleeing
enumeration like: keep, kept, keeping
enumeration like: deal, dealt, dealing
enumeration like: sell, sold, selling
enumeration like: read, read, reading
enumeration like: meet, met, meeting
enumeration like: sting, stung, stinging
enumeration like: win, won, winning
enumeration like: spin, spun, spinning
enumeration like: unwind, unwound, unwinding
enumeration like: sit, sat, sitting
enumeration like: shine, shone (shined), shinning
enumeration like: slide, slid, sliding
enumeration like: show, showed, shown (showed), showing
enumeration like: wake, woke (waked), waked (woken), waking
enumeration like: break, broke, broken, breaking
enumeration like: choose, chose, chosen, choosing
enumeration like: bear, bore, borne (born), bearing
enumeration like: swear, swore, sworn, swearing
enumeration like: bite, bit, bitten (bit), biting
enumeration like: forget, forgot, forgotten (forgot), forgetting
enumeration like: tread, trod, trodden (trod), treading
enumeration like: blow, blew, blown, blowing
enumeration like: take, took, taken, taking
enumeration like: forbid, forbade (forbad), forbidden (forbid), forbidding (only)
enumeration like: give, gave, given, giving
enumeration like: fall, fell, fallen, falling
enumeration like: eat, ate, eaten, eating
enumeration like: see, saw, seen, seeing (only)
enumeration like: slay, slew, slain, slaying
enumeration like: ride, rode, ridden, riding
enumeration like: drive, drove, driven, driving
enumeration like: strike, struck, struck (stricken), striking
enumeration like: beat, beat, beaten (beat), beating
enumeration like: dive, dived (dove), dived, diving
enumeration like: thrive, thrived (throve), thrived (thriven), thriving
enumeration like: begin, began, begun, beginning
enumeration like: sink, sank (sunk), sunk, sinking
enumeration like: ring, rang, rung, ringing
enumeration like: lead, led, led, leading
enumeration like: shrink, shrank (shrunk), shrunk (shrunken), shrinking
enumeration like: come, came, come, coming (only)
enumeration like: go, went, gone, going (only)
enumeration like: lose, lost, losing (only)
enumeration like: hear, heard, hearing
enumeration like: say, said, saying
enumeration like: traffic, trafficked, trafficking
enumeration like: zinc, zinced (zincked), zincing (zincking)
enumeration like: lie, lay, lain, lying two morphs
enumeration like: abide, abode (abided), abode (abided), abiding
enumeration like: light, lighted (lit), lighted (lit), lighting
enumeration like: think, thought, thinking
enumeration like: dream, dreamed (dreamt), dreamed (dreamt), dreaming
enumeration like: kneel, knelt (kneeled), knelt (kneeled), kneeling
enumeration like: hang, hung, hanging
enumeration like: fight, fought, fighting
enumeration like: stand, stood, standing
enumeration like: broadcast, broadcast (broadcasted), broadcast (broadcasted), broadcasting
enumeration like: bid, bade (bid), bidden, bidding (only) two morphs
enumeration like: outbid, outbid, outbidden (outbid), outbidding
enumeration like: speed, sped (speeded), sped (speeded), speeding
enumeration like: stink, stank (stunk), stunk, stinking
enumeration like: plead, pleaded (pled), pleaded (pled), pleading
enumeration like: write, wrote, written (writ),writing
enumeration like: mow, mowed, mowed (mown), mowing
enumeration like: fit, fitted (fit), fitted, fitting
enumeration like: benefit, benefited (benefitted), benefited (benefitted), benefiting (benefitting)
enumeration like: bet, bet (betted), bet (betted), betting
enumeration like: wed, wedded, wed (wedded), wedding
enumeration like: wet, wet (wetted), wet (wetted), wetting
enumeration like: bias, biased (biassed), biased (biassed), biasing (biassing) biasing (biassing)
enumeration like: gild, gilded (gilt), gilded (gilt), gilding
enumeration like: shoe, shod, shod (shodden), shoeing
enumeration like: beseech, besought (beseeched), besought (beseeched), beseeching
enumeration like: cleave, cleft (cleaved) (clove), cleft (cleaved) (cloven), cleaving
enumeration like: forbear, forbore, forborne, forbearing
enumeration like: caddie, caddied, caddying
enumeration like: gas, gassed, gassing, gases (gasses)
enumeration like: degas, degassed, degassing, degasses (degases)
enumeration like: outgas, outgassed, outgassing, outgasses
enumeration like: stymie, stymied, stymieing (stymying)
enumeration like: input, inputted (input), inputted (input), inputting
enumeration like: bless, blessed (blest), blessed (blest), blessing
enumeration like: taxi, taxied, taxiing (taxying), taxies (taxis)
enumeration like: find, found, finding; past is ambiguous with infinitive of another verb
enumeration like: overlie, overlay, overlain, overlying; past is ambiguous with infinitive of another verb
enumeration like: rend, rent (rended), rent (rended), renting; past is ambiguous with infinitive of another verb
enumeration like: resend, resent, resending; past is ambiguous with infinitive of another verb
enumeration like: reeve, reeved (rove), reeved (rove), reeving; past is ambiguous with infinitive of another verb
enumeration like: shoot, shot, shooting
enumeration like: defective verb, infinitive only, login
enumeration like: swell, swelled, swelled (swollen), swelling
enumeration like: diagram, diagrammed (diagramed), diagramming (diagraming)
enumeration like: shear, sheared, sheared (shorn), shearing
enumeration like: shave, shaved, shaved (shaven), shaving
enumeration like: wrap, wrapped (wrapt), wrapped (wrapt), wrapping
enumeration like: arc, arced (arcked), arced (arcked), arcing (arcking)
enumeration like: hide, hid, hidden, hiding,
enumeration like: weave, wove (weaved), woven, weaving
enumeration like: reave, reaved (reft), reaved (reft), reaving
enumeration like: lade, laded, laden (laded), lading
enumeration like: make, made, making
enumeration like: slink, slunk (slinked), slunk (slinked), slinking
enumeration like: spit, spat (spit), spat (spit), spitting
enumeration like: strive, strove, striven (strided), striding
enumeration like: run, ran, run, running
enumeration like: smite, smote, smitten (smote), smitting
enumeration like: bivouac, bivouacked, bivouacking, bivouacs (bivouacks)
enumeration like: blue, blued, bluing (blueing)
enumeration like: no change for 3rd singular, rendezvous, rendezvoused, rendezvousing, rendezvous
enumeration like: antic, anticked (antict), anticked (antict), anticking
enumeration like: chide, chided (chid), chided (chid)(chidden), chiding
enumeration like: wedel, wedeled, wedelling
enumeration like: work, worked (wrought), worked (wrought), working
enumeration like: clothe, clothed (clad) clothing
enumeration like: o.k., o.k.'d, o.k.'ing
enumeration like: buy, bought, bought, buying
enumeration like: rewrite, rewrote, rewritten, rewriting
enumeration like: focus, focused (focussed), focusing (focussing), focuses (fosusses)
enumeration like: overlay, overlaid, overlaying; infinitive is ambiguous with past of another verb
enumeration like: ground, grounded, grounding; infinitive is ambiguous with past of another verb
enumeration like: bore, bored, boring; infinitive is ambiguous with past of another verb
enumeration like: saw, sawed (sawn), sawing; infinitive is ambiguous with past of another verb
enumeration like: grind, ground, grinding; past is ambiguous with infinitive of another verb
enumeration like: wind, wound, winding; past is ambiguous with infinitive of another verb
enumeration like: found, founded, founding; infinitive is ambiguous with past of another verb
enumeration like: past is ambiguous with infinitive of another verb
enumeration like: high, higher, highest
enumeration like: pale, paler, palest
enumeration like: hot, hotter, hottest
enumeration like: early, earlier, earliest; no superlative
enumeration like: natural, more natural, most natural
enumeration like: good and well, better, best; no superlative
enumeration like: sly, slier (slyer), sliest (slyest)
enumeration like: bad and ill, worse, worst (only)
enumeration like: much, more, most (only)
enumeration like: little, less, least (only)
enumeration like: numeric, two
enumeration like: cagey, cagier, cagiest
enumeration like: far, farther, farthest (only)
enumeration like: far, further, furthest (only)
enumeration like: little, few (only)
enumeration like: far, farther, farthest (only)
enumeration like: soon, sooner, soonest
enumeration like: late, later, latest
enumeration like: flat, flatter, flattest
enumeration like: early, earlier, earliest
enumeration like: carefully, more carefully, most carefully
enumeration like: well, better, best (only)
enumeration like: much, more, most (only)
enumeration like: little, less, least (only)
enumeration like: badly, worse, worst (only)
enumeration like: far, further, furthest (only)
enumeration like: this
enumeration like: that
enumeration like: as much, as many
enumeration like: one
enumeration like: numbers two and higher
enumeration like: much
enumeration like: arithmates ending in -x, six
enumeration like: numbers ending in -y, twenty
enumeration like: a
enumeration like: arithmates
enumeration like: undifferentiated; end in -x
enumeration like: undifferentiated
enumeration like: personal pronoun, I
enumeration like: this
enumeration like: that
enumeration like: 1st person
enumeration like: reflexive, yourself
enumeration like: possessive pronoun
enumeration like: else
enumeration like: unique for 3rd plural
enumeration like: it/he
enumeration like: it/she
enumeration like: other
enumeration like: itself
enumeration like: one
enumeration like: much and many in phrase how much, how many
enumeration like: all
enumeration like: who
enumeration like:
enumeration like: one
enumeration like:
enumeration like: much, how much
annotation
documentation
Type for inflectionType (English)
source <xsd:simpleType name="inflectionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionType (English)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="like: book, books">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 16</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: box, boxes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 17</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: family, families">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 18</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: knife, knives">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 19</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: addendum, addenda">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 21</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: nebula, nebulae">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 22</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: stimulus, stimuli">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 23</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: crisis, crises">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 24</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: perihelion, perihelia">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 25</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: woman, women">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 26</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable, series, series">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 27</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable, sheep, sheep">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 28</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: acronym, NATO">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 29</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only, upstairs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 43</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fish, fish (fishes)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 128</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: abbreviation, lb.,lbs.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 129</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only, produce">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 130</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: motto, mottoes (mottos)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 144</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: aquarium, aquariums (aquaria)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 145</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: curriculum, curricula (curriculums)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 146</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fungus, fungi (funguses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 147</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: phenomenon, phenomena  (phenomenons)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 148</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: automaton, automatons (automata)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 149</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: foot, feet">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 150</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: leaf, leaves">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 151</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: scarf, scarfs (scarves)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 152</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: beef, beeves (beef)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 153</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: terminus, terminuses (termini)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 154</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: calix, calices">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 155</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: helix, helixes (helices)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 156</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: matrix, matrices (matrixes)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 157</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: auspex, auspices">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 158</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: apex, apexes (apices)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 159</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cortex, cortices (cortexes)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 160</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lex, leges">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 161</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sphinx, sphinxes (sphinges)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 162</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pharynx, pharynges, pharynxes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 163</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural takes sing or pl verb, medium, media (mediums)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 164</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lowlife, lowlifes (lowlives)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 165</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only; singular in essence or want to suppress plural, equipment">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 166</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, clothes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 167</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: gens, gentes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 168</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: genus, genera">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 169</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: child, children">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 170</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: gravamen, gravamens (gravamina)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 171</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: imago, imagoes (imagines)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 172</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: iris, irises (irides)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 173</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: larva, larvae (larvas)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 174</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mouse, mice (mouses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 175</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: Mussulman, Mussulmen (Mussulmans)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 176</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: money, money (monies)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 177</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: nomen, nomina">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 178</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cod, cod (cods)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 179</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bass, bass (basses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 180</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: buffalo, buffalos (buffaloes)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 181</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular and plural, people/language, no possessive, French ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 182</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: opus, opera (opuses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 183</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ox, oxen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 184</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: corpus, corpora">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 185</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dragoman, dragomans (dragomen)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 186</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pons, pontes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 187</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wharf, wharves (wharfs)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 188</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: quiz, quizzes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 189</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bus, buses (busses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 190</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: oyez, oyesses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 191</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: edema, edemas (edemata)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 192</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: addax, addaxes (addax)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 197</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: die, dice">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 198</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural; plural used as singular and plural, data">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 199</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: agenda, agendas">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 200</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, plural not ending in -s, viscera">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 201</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hiatus, hiatuses (haitus)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 205</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pelvis, pelvises (pelves)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 224</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ephemeris, ephemerides">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 225</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bureau, bureaus (bureaux)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 235</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bacchant, bacchants (bacchantes)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 236</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fauna, faunas (faunae">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 237</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: libretto, librettos (libretti)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 238</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: heathen, heathens (heathen)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 239</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural, people (peoples)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 240</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: albumen, albumens">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 243</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: alkali, alkalis (alkalies)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 250</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: anlage, anlages (anlagen)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 251</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cherub, cherubim">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 252</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lira, lire (lires)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 253</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: antefix, antefixes (antefixa)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 254</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: kylix, kylikes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 255</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pix, pics (pix)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 256</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: madam, mesdames">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 257</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: magma, magmata (magmas)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 258</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cyclops, cyclopes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 259</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: eupatrid, eupatridae (eupatrids)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 268</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: foramen, foramina (foramens)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 269</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: remex, remiges">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 270</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sock, socks (sox)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 271</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: flambeau, flambeaux (flambeaus)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 272</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: leu, lei">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 273</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lev, leva">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 274</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: grosz, groszy">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 275</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: kibbutz, kibbutzim">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 276</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: flamen, flamens (flamines)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 277</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: letter of the alphabet, b, bs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 288</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: trellis, trellises">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 291</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: area, areas">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 292</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: thymus, thymuses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 293</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: electron, electrons">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 294</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: suffix, suffixes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 295</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: annex, annexes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 296</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: minx, minxes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 297</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tonneau, tonneaus cf 235, 272, 316">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 298</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: safe, safes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 299</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tariff, tariffs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 300</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: album, albums">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 301</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: abbreviation lb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 307</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only, USA, USA's">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 308</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: letter of the alphabet b.">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 312</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, cattle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 314</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, poor">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 315</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bateau, bateaux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 316</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: walk, walked, walking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: rate, rated, rating">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: polish, polished, polishing, polishes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: deny, denied, denying, denies">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: drop, dropped, dropping">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hold, held, holding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 6</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: leave, left, leaving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: do, did, done, doing, does">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fly, flew, flown, flying, flies">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cut, cut, cutting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: die, died, dying, dies">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dye, dyed, dyeing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: be (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: have">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: freeze, froze, frozen, freezing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 15</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: teach, taught, teaching, teaches">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 40</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dwell, dwelt (dwelled), dwelling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 44</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bend, bent, bending">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 47</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: flee, fled, fleeing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 51</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: keep, kept, keeping">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 58</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: deal, dealt, dealing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 59</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sell, sold, selling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 60</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: read, read, reading">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 61</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: meet, met, meeting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 62</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sting, stung, stinging">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 63</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: win, won, winning">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 64</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: spin, spun, spinning">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 65</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: unwind, unwound, unwinding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 66</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sit, sat, sitting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 67</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shine, shone (shined), shinning">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 68</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: slide, slid, sliding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 69</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: show, showed, shown (showed), showing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 70</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wake, woke (waked), waked (woken), waking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 71</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: break, broke, broken, breaking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 72</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: choose, chose, chosen, choosing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bear, bore, borne (born), bearing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: swear, swore, sworn, swearing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bite, bit, bitten (bit), biting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 76</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: forget, forgot, forgotten (forgot), forgetting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 77</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: tread, trod, trodden (trod), treading">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: blow, blew, blown, blowing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 79</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: take, took, taken, taking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 80</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: forbid, forbade (forbad), forbidden (forbid), forbidding (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: give, gave, given, giving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fall, fell, fallen, falling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: eat, ate, eaten, eating">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 84</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: see, saw, seen, seeing (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 85</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: slay, slew, slain, slaying">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 86</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ride, rode, ridden, riding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 87</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: drive, drove, driven, driving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 88</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: strike, struck, struck (stricken), striking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 89</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: beat, beat, beaten (beat), beating">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 90</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dive, dived (dove), dived, diving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: thrive, thrived (throve), thrived (thriven), thriving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: begin, began, begun, beginning">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sink, sank (sunk), sunk, sinking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ring, rang, rung, ringing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lead, led, led, leading">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shrink, shrank (shrunk), shrunk (shrunken), shrinking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 97</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: come, came, come, coming (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 98</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: go, went, gone, going (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 99</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lose, lost, losing (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 100</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hear, heard, hearing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 101</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: say, said, saying">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 102</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: traffic, trafficked, trafficking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 103</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: zinc, zinced (zincked), zincing (zincking)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 104</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lie, lay, lain, lying two morphs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 105</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: abide, abode (abided), abode (abided), abiding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 106</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: light, lighted (lit), lighted (lit), lighting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 107</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: think, thought, thinking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 108</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dream, dreamed (dreamt), dreamed (dreamt), dreaming">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 109</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: kneel, knelt (kneeled), knelt (kneeled), kneeling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 110</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hang, hung, hanging">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 111</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fight, fought, fighting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 112</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: stand, stood, standing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 113</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: broadcast, broadcast (broadcasted), broadcast (broadcasted), broadcasting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 114</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bid, bade (bid), bidden, bidding (only) two morphs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 115</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: outbid, outbid, outbidden (outbid), outbidding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 116</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: speed, sped (speeded), sped (speeded), speeding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 117</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: stink, stank (stunk), stunk, stinking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 118</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plead, pleaded (pled), pleaded (pled), pleading">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 119</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: write, wrote, written (writ),writing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 120</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mow, mowed, mowed (mown), mowing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 121</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fit, fitted (fit), fitted, fitting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 122</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: benefit, benefited (benefitted), benefited (benefitted), benefiting (benefitting)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 123</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bet, bet (betted), bet (betted), betting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 124</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wed, wedded, wed (wedded), wedding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 125</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wet, wet (wetted), wet (wetted), wetting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 126</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bias, biased (biassed), biased (biassed), biasing (biassing) biasing (biassing)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 127</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: gild, gilded (gilt), gilded (gilt), gilding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 131</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shoe, shod, shod (shodden), shoeing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 132</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: beseech, besought (beseeched), besought (beseeched), beseeching">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 133</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cleave, cleft (cleaved) (clove), cleft (cleaved) (cloven), cleaving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 134</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: forbear, forbore, forborne, forbearing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 135</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: caddie, caddied, caddying">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 136</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: gas, gassed, gassing, gases (gasses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 137</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: degas, degassed, degassing, degasses (degases)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 138</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: outgas, outgassed, outgassing, outgasses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 139</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: stymie, stymied, stymieing (stymying)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 140</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: input, inputted (input), inputted (input), inputting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 141</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bless, blessed (blest), blessed (blest), blessing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 142</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: taxi, taxied, taxiing (taxying), taxies (taxis)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 143</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: find, found, finding; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 206</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: overlie, overlay, overlain, overlying; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 207</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: rend, rent (rended), rent (rended), renting; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 208</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: resend, resent, resending; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 209</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: reeve, reeved (rove), reeved (rove), reeving; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 210</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shoot, shot, shooting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 211</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: defective verb, infinitive only, login">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 212</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: swell, swelled, swelled (swollen), swelling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 213</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: diagram, diagrammed (diagramed), diagramming (diagraming)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 214</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shear, sheared, sheared (shorn), shearing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 215</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: shave, shaved, shaved (shaven), shaving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 217</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wrap, wrapped (wrapt), wrapped (wrapt), wrapping">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 218</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: arc, arced (arcked), arced (arcked), arcing (arcking)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 219</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hide, hid, hidden, hiding, ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 220</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: weave, wove (weaved), woven, weaving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 221</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: reave, reaved (reft), reaved (reft), reaving">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 222</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: lade, laded, laden (laded), lading">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 223</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: make, made, making">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 226</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: slink, slunk (slinked), slunk (slinked), slinking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 227</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: spit, spat (spit), spat (spit), spitting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 228</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: strive, strove, striven (strided), striding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 229</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: run, ran, run, running">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 230</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: smite, smote, smitten (smote), smitting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 231</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bivouac, bivouacked, bivouacking, bivouacs (bivouacks)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 232</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: blue, blued, bluing (blueing)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 233</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: no change for 3rd singular, rendezvous, rendezvoused, rendezvousing, rendezvous">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 234</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: antic, anticked (antict), anticked (antict), anticking">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 241</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: chide, chided (chid), chided (chid)(chidden), chiding">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 242</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wedel, wedeled, wedelling">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 244</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: work, worked (wrought), worked (wrought), working">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 284</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: clothe, clothed (clad) clothing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 302</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: o.k., o.k.'d, o.k.'ing">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 303</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: buy, bought, bought, buying">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 304</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: rewrite, rewrote, rewritten, rewriting">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 305</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: focus, focused (focussed), focusing (focussing), focuses (fosusses)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 306</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: overlay, overlaid, overlaying; infinitive is ambiguous with past of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 313</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ground, grounded, grounding; infinitive is ambiguous with past of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 317</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bore, bored, boring; infinitive is ambiguous with past of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 318</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: saw, sawed (sawn), sawing; infinitive is ambiguous with past of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 319</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: grind, ground, grinding; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 320</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: wind, wound, winding; past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 321</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: found, founded, founding; infinitive is ambiguous with past of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 322</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: past is ambiguous with infinitive of another verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 323</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: high, higher, highest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 30</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pale, paler, palest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 31</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: hot, hotter, hottest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 32</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: early, earlier, earliest; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 33</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: natural, more natural, most natural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 34</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: good and well, better, best; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 35</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sly, slier (slyer), sliest (slyest)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 39</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bad and ill, worse, worst (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 202</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: much, more, most (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 203</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: little, less, least (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 204</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: numeric, two">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 216</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cagey, cagier, cagiest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 285</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: far, farther, farthest (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 286</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: far, further, furthest (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 287</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: little, few (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 311</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: far, farther, farthest (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 45</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: soon, sooner, soonest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 52</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: late, later, latest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 53</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: flat, flatter, flattest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 54</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: early, earlier, earliest">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 55</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: carefully, more carefully, most carefully">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 56</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: well, better, best (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 57</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: much, more, most (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 193</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: little, less, least (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 194</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: badly, worse, worst (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 195</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: far, further, furthest (only)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 290</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: this">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 41</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: that">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 42</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: as much, as many">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 245</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: one">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 247</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: numbers two and higher">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 248</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: much">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 249</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: arithmates ending in -x, six">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 279</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: numbers ending in -y, twenty">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 280</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: a">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 289</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: arithmates">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 278</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: undifferentiated; end in -x">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 281</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: undifferentiated">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 282</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun, I">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 36</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: this">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 37</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: that">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 38</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: 1st person">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 46</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: reflexive, yourself">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 48</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive pronoun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 49</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: else">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 246</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: unique for 3rd plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 261</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: it/he">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 262</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: it/she">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 263</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: other">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 264</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: itself">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 265</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: one">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 266</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: much and many in phrase how much, how many">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 267</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: all">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 283</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: who">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative or interrogative pronoun; code: 260</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative; code: </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: one">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 309</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative or interrogative; code: </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: much, how much">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 310</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType inflectionType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration vs-s
enumeration vs-i
enumeration v5k-s
enumeration v5r-i
enumeration v5u-s
annotation
documentation
Values from JMDict for "inflection"
source <xsd:simpleType name="inflectionType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "inflection"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="vs-s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">suru verb - special class</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="vs-i">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">suru verb - irregular</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="v5k-s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Godan verb - Iku/Yuku special class</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="v5r-i">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Godan verb with "ru" ending (irregular verb)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="v5u-s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Godan verb with "u" ending (special class)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType inflectionTypeType
namespace http://www.olif.net
type union of (ptInflectionType, frInflectionType, esInflectionType, deInflectionType, inflectionType, inflectionType-jp-JMDict, XTendType)
used by
element inflection
annotation
documentation
Type for all inflection types
source <xsd:simpleType name="inflectionTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for all inflection types</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="ptInflectionType frInflectionType esInflectionType deInflectionType inflectionType inflectionType-jp-JMDict XTendType"/>
</xsd:simpleType>

simpleType languageType
namespace http://www.olif.net
type xsd:string
used by
element language
source <xsd:simpleType name="languageType">
 
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType logOpAndType
namespace http://www.olif.net
type restriction of xsd:string
used by
element logOpAnd
facets
enumeration AND
annotation
documentation
Type for logOpAnd
source <xsd:simpleType name="logOpAndType">
 
<xsd:annotation>
   
<xsd:documentation>Type for logOpAnd</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="AND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType logOpType
namespace http://www.olif.net
type restriction of xsd:string
used by
element logOp
facets
enumeration AND
enumeration OR
enumeration NOT
annotation
documentation
Type for logOp
source <xsd:simpleType name="logOpType">
 
<xsd:annotation>
   
<xsd:documentation>Type for logOp</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="AND">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="OR">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">alternative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="NOT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">negation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType moodType
namespace http://www.olif.net
type restriction of xsd:string
properties
id moodType
used by
element mood
facets
enumeration indic
enumeration subj
enumeration imper
enumeration cond
enumeration sup
enumeration un
annotation
documentation
Type for mood
source <xsd:simpleType name="moodType" id="moodType">
 
<xsd:annotation>
   
<xsd:documentation>Type for mood</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="indic">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indicative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subjunctive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="imper">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">imperative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cond">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conditional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sup">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">supine</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType natGenderType
namespace http://www.olif.net
type restriction of xsd:string
used by
element natGender
facets
enumeration X
annotation
documentation
Type for natGender
source <xsd:simpleType name="natGenderType">
 
<xsd:annotation>
   
<xsd:documentation>Type for natGender</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="X">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">X</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType numberType
namespace http://www.olif.net
type restriction of xsd:string
properties
id numberType
used by
element number
facets
enumeration sg
enumeration pl
enumeration sgt
enumeration plt
enumeration du
enumeration invar
enumeration un
annotation
documentation
Type for number
source <xsd:simpleType name="numberType" id="numberType">
 
<xsd:annotation>
   
<xsd:documentation>Type for number</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="sg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">singular</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">plural</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sgt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">singularetantum</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="plt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pluraletantum</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="du">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">dual </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="invar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">invariant</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType orthVariantType
namespace http://www.olif.net
type xsd:string
used by
element orthVariant
annotation
documentation
Type for orthVariant
source <xsd:simpleType name="orthVariantType">
 
<xsd:annotation>
   
<xsd:documentation>Type for orthVariant</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType personType
namespace http://www.olif.net
type restriction of xsd:string
properties
id personType
used by
element person
facets
enumeration first
enumeration sec
enumeration third
enumeration un
annotation
documentation
Type for case
source <xsd:simpleType name="personType" id="personType">
 
<xsd:annotation>
   
<xsd:documentation>Type for case</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="first">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">first person</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sec">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">second person</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="third">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">third person</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType phraseTypeType
namespace http://www.olif.net
type restriction of xsd:string
properties
id phraseTypeType
used by
element phraseType
facets
enumeration mw
enumeration set-phr
enumeration coll
enumeration idiom
enumeration un
annotation
documentation
Type for phraseType
source <xsd:simpleType name="phraseTypeType" id="phraseTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for phraseType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="mw">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">multiword</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="set-phr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fixed, lexicalized phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="coll">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">collocation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="idiom">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">idiom</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType ptInflectionType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
enumeration like: plural adding -s
enumeration like: ending in -z; plural adding -es
enumeration like: ending in -m; plural in -ns
enumeration like: plural only
enumeration like: ending in -il; plural in -is
enumeration like: ending in -Vl; plural in -Vis
enumeration like: ending in -il; plural in -eis
enumeration like: ending in -ão; plural in -ões
enumeration like: ending in -ão; plural in -ãos
enumeration like: singular only
enumeration like: raiz - raízes
enumeration like: aguarrás - aguarrases
enumeration like: invariable
enumeration like: cascavel - cascavéis
enumeration like: turquês - turqueses
enumeration like: filhós - filhoses
enumeration like: mongol - mongóis
enumeration like: abbreviation, like hr.
enumeration like: plural adding -s
enumeration like: plural adding -es
enumeration like: ending in -m; plural in -ns
enumeration like: invariable masculine
enumeration like: ending in -il; plural in -is
enumeration like: ending in -Vl; plural in -Vis
enumeration like: ending in -ês; plural in -eses
enumeration like: ending in -el; plural in -éis
enumeration like: ending in -ol; plural in -óis
enumeration like: ending in ão; plural in -ães
enumeration like: ending in -ão; plural in -ãos
enumeration like: ending in -ão; plural in -ões
enumeration like: ending in -il; plural in -eis
enumeration like: change -á > -a; plural adds -es
enumeration like: álcool - alcoóis
enumeration like: change -ú- > -u-
enumeration like: change -é- > -e-
enumeration like: singular only
enumeration like: plural only
enumeration like: campus - campi
enumeration like: corpus - corpora
enumeration like: juiz - juízes
enumeration like: abbreviation, like min.
enumeration like: regular ending in -ar (1st conjugation), like falar
enumeration like: regular ending in -er (2nd conjugation), like beber
enumeration like: regular ending in -ir (3rd conjugation), like partir
enumeration like: regular ending in -ear; change vowel -e- to diphthong -ei-, like passear
enumeration like: odiar; change vowel -i- to diphthong -ei-
enumeration like: ending in -au*ar or -iu*ar; vowel change -u- > -ú- (in 11 forms: sing. and 3rd p. pl. ind., subj. and imperative)
enumeration like: regular ending in -gar; consonant change -g- > -gu- before vowel -e
enumeration like: regular ending in -car; consonant change -c- > -qu- before vowel -e
enumeration like: regular ending in -çar; consonant change -ç- > -c- before vowel -e
enumeration like: ending in -escrever; irreg. past part. (escrito)
enumeration like: ending in -abrir; irreg. past part. (-aberto)
enumeration like: regular ending in -gir; consonant change -g- > -j- before vowels -o- and -a- (in 10 forms)
enumeration like: ending in -seguir; vowel change -e- > -i- before -go or -ga- (1st p. sing. pres. ind., pres. subj. and 3rd p. imperat.)
enumeration like: regular ending in -cer; consonant change -c- > -ç before vowels -a- and -o- (pres. ind., subj. and imperat.)
enumeration like: ending in -ouvir (ouvir and derived verb); consonant change -v- > -ç- (1st p. sing. pres. ind. and its derived forms)
enumeration like: ending in -pedir and -medir (pedir, medir and derived verb); consonant change -d- > -ç- (1st p. sing. pres. ind. and its derived forms)
enumeration like: irregular ending in -ir; vowel -o- in the last stem's syllable
enumeration like: irregular ending in -ir; vowel -u- in the stem's last syllable
enumeration like: ending in -obrir; vowel change -o- > -u-
enumeration like: ending in -air and uir; vowel change -i- > -í- (in about half of the forms)
enumeration like: vir and derived verb
enumeration like: nascer and derived verb; consonant change -c- > -ç- before vowels -a- and -o-
enumeration like: regular ending in -ger; consonant change -g- > -j- before vowels -a- and -o- (in 10 forms: before -o and -a-)
enumeration like: valer and derived rb; consonant change -l- > -lh- (in 10 forms: 1st p. sing. pres. ind., pres. subj. and 3 forms of the imperat.)
enumeration like: ending in -perder; consonant change -d- > -c- (in 10 forms: 1st p. sing. pres. ind. and its derived forms)
enumeration like: requerer; change vowel -e- to diphthong -ei- (in 10 forms: 1st p. sing. pres. ind. and its derived forms)
enumeration like: ler, crer and derived verb; vowel changes -e- > -ei- (in 10 forms: 1st p. sing. pres. ind. and its derived forms) and -e- > ê-
enumeration like: ver
enumeration like: trazer and derived verb; consonant change -z- > -g- (stem troux- for preterit and pluperfect ind. and for preterit subj. and fut. subj.
enumeration like: ter; no present participle
enumeration like: ser; no present participle
enumeration like: saber and derived verb
enumeration like: querer and derived verb
enumeration like: pôr; att. accented vowels
enumeration like: poder and derived verb; no present participle
enumeration like: ir and derived verb; no present participle
enumeration like: ending in -caber
enumeration like: haver; no present participle
enumeration like: reaver; pluperfect: reouver
enumeration like: dar and derived verb; no present participle
enumeration like: ending in -dizer; change stem -z- > -r- in the future
enumeration like: estar and derived verb; no present participle
enumeration like: ending in -fazer;change stem -z- > -r- and -ç-
enumeration like: ending in -por; diff. from pôr (pat 34)
enumeration like: ending in -ter; att. accented vowels (diff. from pat 30)
enumeration like: ending in -uzir; 2nd pers. sing. pres. ind. ending in -uz
enumeration like: ending in -edir; vowel change -e- > -i- (in 14 forms: sing. pres. ind.
enumeration like: ending in -ar; two past part. (sujeitado/sujeito), otherwise like Pat 01
enumeration like: coar; change -o- > -ô- in the 1st p. sing. pres. ind.
enumeration like: ending in -oer; change -o- > -ó-
enumeration like: ending in -prazer; stem change -az- > -ouv-
enumeration like: ending in -azer; diff. from Pat 02 (3rd p.s. present indicative)
enumeration like: ending in -ir; change -e- > -i- (in 10 forms: 1st pers. sing. pres. ind., pres. subj. and imperative) (diff. from Pat 47)
enumeration like: ending in -iucar; change -u- > -ú- and -c- > -qu- before vowel -e-
enumeration like: ending in -iuçar; changes -u- > -ú- and -ç- > -c- before -e-
enumeration like: ending in -guar; change -u- > -ú-
enumeration like: estancar; two past part. (estancado/estanque)
enumeration like: diluir; two past part. (diluido/diluto)
enumeration like: aceitar and prefixes of aceitar; three past part. (aceitado/aceito/aceite)
enumeration like: ending in -oiar; change -o- > -ó- in the pres. ind. and subj. and in the imperat.
enumeration like: ending in -oscar; change -o- > -u-
enumeration like: ending in -prover; pres. subj. in -provej
enumeration like: ending in -rir
enumeration like: ending in -olver; two past part. (envolvido/envolto)
enumeration like: ending in -guir and -quir; change -u- > -ú-
enumeration like: ending in -gir; change -u- > -o-
enumeration like: alhear; two past part
enumeration like: ending in -olver; two past part. (dissolvido/dissoluto)
enumeration like: ending in -expressar; two past part. (expressado/expresso)
enumeration like: ending in -gar; two past part. (pagado/pago)
enumeration like: ending in -gar; two past part. (entregado/entregue)
enumeration like: ending in -gar; two past part. (exugado/enxuto)
enumeration like: ending in -er; two past part. (rompido/roto)
enumeration like: ending in -ender; two past part. (acendido/aceso)
enumeration like: ending in -pender; two past part. (suspendido/suspenso)
enumeration like: ending in -correr; two past part. (incorrido/incurso)
enumeration like: ending in -enzer; two past part. (benzido/bento)
enumeration like: ending in -ergir; change -e- > -i- (-g- > -j-)
enumeration like: ending in -erger; two past part. (submergido/submerso)
enumeration like: ending in -*guir; two past part. (distinguido/distinto)
enumeration like: ending in -imir; two past part. (imprimido/impresso)
enumeration like: ending in -mitir; two past part. (omitido/omisso)
enumeration like: ending in -idir; two past part. (dividido/diviso) (var. of 03)
enumeration like: ending in -igir; two past part. (frigido/frito)
enumeration like: ending in -oar; change -o- > -ô-
enumeration like: ending in -gir; two past part. (afligido/aflito)
enumeration like: ending in -undir; two past part. (confundido/confuso)
enumeration like: ending in -encer; change -e- > -i-
enumeration like: ending in -verter; two past part. (convertido/converso)
enumeration like: ending in -omper; two past part. (corrompido/corrupto)
enumeration like: encher; two past part. (enchido/cheio)
enumeration like: ending in -cluir; change -i- > -í-
enumeration like: ending in -uiCar, -aiCar and -eiCar; change -i- > -í- (in 11 forms: sing. and 3rd p. pl. pres. ind., subj. and imperative)
enumeration like: matar; two past part. (matado/morto)
enumeration like: morrer; two past part. (morrido/morto)
enumeration like: ending in -meter; two past part. (submetido/submisso)
enumeration like: ending in -surgir; two past part. (ressurgido/ressurrecto)
enumeration like: descalçar; two past part.
enumeration like: ending in -eleger; two past part. (elegido/eleito)
enumeration like: ending in -pelir; change -e- > -i-
enumeration like: ending in -guer; change -gu- > -g-
enumeration like: ending in -argir; two past part. (espargido/esparso)
enumeration like: ending in -orquir; change -o- > -u-
enumeration like: ending in -fazer; irreg. past part. (estupefacto)
enumeration like: ending in -ingir; change -g- > -j-
enumeration like: ending in -aurir; two past part. (exaurido/exausto)
enumeration like: ending in -idar; two past part. (circuncidado/circunciso)
enumeration like: ending in -iscar; change -i- > -í- (in 11 forms: pres. ind., subj. and imperative)
enumeration like: parar; change -a- > -á- (in 2 forms: pres. ind. and imperative)
enumeration like: parir; change -a- > -á- (in 3 forms: pres. subj. and imperative)
enumeration like: ending in -polir and -sortir; change -o- > -u- (in 14 forms: pres. ind., subj. and imperative)
enumeration like: ending in -ibir; change -i- > -í (in 11 forms: pres. ind., subj. and imperative)
enumeration like: ending in -vir; accent in the 2nd p. sing. and 3rd p. sing. and pl. pres. ind. and 2nd p. sing. pres. imperative
enumeration like: remir; some forms of the pres. ind., subj. and imperative are like redimir
enumeration like: ending in -cir; -c- > -ç-
enumeration like: ending in -ir; two past part (assumido/assumpto)
enumeration like: ending in -eunir; change -u- > -ú- (in 11 forms: pres. ind., subj. and imperative)
enumeration like: ending in -car; two past part. (secado/seco)
enumeration like: ending in -anger; two past part. (refranger/refracto)
enumeration like: ending in -o
enumeration like: ending in -co
enumeration like: ending in -co; graphic accent in the last third syllable
enumeration like: ending in -go
enumeration like: ending in -e
enumeration like: ending in -a or -e; graphic accent in the last third syllable
enumeration like: ending in -dor
enumeration like: ending in -u
enumeration like: ending in -ês
enumeration like: ending in -ar, -or
enumeration like: inferior
enumeration like: ending in -m
enumeration like: ending in -vel
enumeration like: ending in -il; plural ending in -eis
enumeration like: ending in -il, plural ending in -is
enumeration like: ending in -ão; feminine ending in -ona
enumeration like: ending in -ão, feminine ending in -ã
enumeration like: ending in -ão; feminine ending in -oa
enumeration like: ending in -s and -z
enumeration like: ending in -eu; no superlative
enumeration like: ending in -éu; no superlative
enumeration like: ending in -o, with graphic accent in the last third syllable; like rápido
enumeration like: ending in -plo
enumeration like: bom - boa - boníssimo
enumeration like: mau - má - malíssimo
enumeration like: alazão - alazã - alazões
enumeration like: actor
enumeration like: antigo
enumeration like: pobre: pobre - paupérrimo
enumeration like: sábio (irregular superlative: sapientíssimo)
enumeration like: sagrado (irregular superlative: sacratíssimo)
enumeration like: ending in -al, -ol, -ul
enumeration like: accented singular; unaccented plural
enumeration like: ending in -ca
enumeration like: ending in -ga
enumeration like: accented positive degree; like débil
enumeration like: like só; no superlative
enumeration like: no superlative
enumeration like: fiel - fiéis - fidelíssimo
enumeration like: moscatel - moscatéis
enumeration like: like piegas
enumeration like: cantador - cantadeira; no superlative
enumeration like: invariable
enumeration like: catalão - catalã - catalães
enumeration like: ending in -io; accent
enumeration like: ending in -go; accent
enumeration like: ending in -ço
enumeration like: san (santo)
enumeration like: acre - acre - acérrimo
enumeration like: feminine in noun phrase
enumeration like: gran (grande)
enumeration like: simples - simplecíssimo
enumeration like: ending in -ário, ério, írio, -ório, -úrio, superlative in -iíssimo
enumeration like: regular ending in -mente
enumeration like: ending in -lmente, -rmente, -smente
enumeration like: ending in -camente
enumeration like: ending in -gamente
enumeration like: ending in -zmente
enumeration like: ending in -velmente
enumeration like: ending in -iamente
enumeration like: ending in -fielmente
enumeration like: sagradamente
enumeration like: sabiamente
enumeration like: magnificamente
enumeration like: dificilmente
enumeration like: comumente
enumeration like: like muito
enumeration like: bem
enumeration like: pouco
enumeration like: mal
enumeration like: like devagar
enumeration like: definite article, like o
enumeration like: indefinite article
enumeration like: possessive determiner, 1st person, one possessor, like meu
enumeration like: possessive determiner, 2nd and 3rd person, one or several possessors, like teu
enumeration like: indefinite, plural only, like vários
enumeration like: demonstrative determiner, like este
enumeration like: demonstrative determiner, singular only, like isto
enumeration like: invariable in gender, like tal
enumeration like: invariable in gender, like qualquer
enumeration like: ending in -lhão
enumeration like: plural only, dois
enumeration like: masculine only, like cento
enumeration like: um
enumeration like: dois
enumeration like: ending in -lhão
enumeration like: cento
enumeration like: meio
enumeration like: personal pronoun
enumeration like: definite and indefinite pronoun, like todo
enumeration like: demonstrative pronoun, like este
enumeration like: indefinite pronoun, like um
enumeration like: plural only, like ambos
enumeration like: invariable, like qualquer
enumeration like: invariable, like bastante
enumeration like: plural only, like dois
enumeration like: possessive, like meu
enumeration like: possessive, like teu
enumeration like: demonstrative, singular only, like isto
enumeration like: generic plural
enumeration like: interrogative pronoun, like qual
enumeration like: distributive, like qualquer
enumeration like: interrogative, like quanto
annotation
documentation
Type for inflectionType (Portuguese)
source <xsd:simpleType name="ptInflectionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for inflectionType (Portuguese)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="like: plural adding -s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 100</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -z; plural adding -es">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 102</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -m; plural in -ns">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 104</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 106</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il; plural in -is">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 108</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -Vl; plural in -Vis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 110</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il; plural in -eis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 112</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; plural in -ões">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 117</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; plural in -ãos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 119</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 166</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: raiz - raízes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 230</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: aguarrás - aguarrases">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 231</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 232</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cascavel - cascavéis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 233</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: turquês - turqueses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 234</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: filhós - filhoses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 235</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mongol - mongóis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 236</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: abbreviation, like hr. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 265</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural adding -s">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 99</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural adding -es">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 101</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -m; plural in -ns">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 103</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable masculine">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 105</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il; plural in -is">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 107</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -Vl; plural in -Vis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 109</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ês; plural in -eses">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 111</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -el; plural in -éis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 113</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ol; plural in -óis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 114</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in ão; plural in -ães">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 115</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; plural in -ãos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 116</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; plural in -ões">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 118</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il; plural in -eis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 120</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: change -á &gt; -a; plural adds -es">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 121</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: álcool - alcoóis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 122</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: change -ú- &gt; -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 221</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: change -é- &gt; -e-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 222</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: singular only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 223</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 224</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: campus - campi">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 225</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: corpus - corpora">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 226</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: juiz - juízes">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 228</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: abbreviation, like min. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun; code: 264</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -ar (1st conjugation), like falar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 1</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -er (2nd conjugation), like beber">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 2</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -ir (3rd conjugation), like partir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 3</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -ear; change vowel -e- to diphthong -ei-, like passear">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 4</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: odiar; change vowel -i- to diphthong -ei-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 5</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -au*ar or -iu*ar; vowel change -u- &gt; -ú- (in 11 forms: sing. and 3rd p. pl. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 6</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -gar; consonant change -g- &gt; -gu- before vowel -e">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 7</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -car; consonant change -c- &gt; -qu- before vowel -e">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 8</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -çar; consonant change -ç- &gt; -c- before vowel -e">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 9</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -escrever; irreg. past part. (escrito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 10</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -abrir; irreg. past part. (-aberto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 11</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -gir; consonant change -g- &gt; -j- before vowels -o- and -a- (in 10 forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 12</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -seguir; vowel change -e- &gt; -i- before -go or -ga- (1st p. sing. pres. ind., pres. subj. and 3rd p. imperat.) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 13</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -cer; consonant change -c- &gt; -ç before vowels -a- and -o- (pres. ind., subj. and imperat.) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 14</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ouvir (ouvir and derived verb); consonant change -v- &gt; -ç- (1st p. sing. pres. ind. and its derived forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 15</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -pedir and -medir (pedir, medir and derived verb); consonant change -d- &gt; -ç- (1st p. sing. pres. ind. and its derived forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 16</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: irregular ending in -ir; vowel -o- in the last stem's syllable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 17</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: irregular ending in -ir; vowel -u- in the stem's last syllable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 18</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -obrir; vowel change -o- &gt; -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 19</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -air and uir; vowel change -i- &gt; -í- (in about half of the forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 20</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: vir and derived verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 21</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: nascer and derived verb; consonant change -c- &gt; -ç- before vowels -a- and -o-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 22</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -ger; consonant change -g- &gt; -j- before vowels -a- and -o- (in 10 forms:  before -o and -a-)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 23</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: valer and derived rb; consonant change -l- &gt; -lh- (in 10 forms: 1st p. sing. pres. ind., pres. subj. and 3 forms of the imperat.) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 24</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -perder; consonant change -d- &gt; -c- (in 10 forms: 1st p. sing. pres. ind. and its derived forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 25</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: requerer; change vowel -e- to diphthong -ei- (in 10 forms: 1st p. sing. pres. ind. and its derived forms) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 26</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ler, crer and derived verb; vowel changes -e- &gt; -ei- (in 10 forms: 1st p. sing. pres. ind. and its derived forms) and -e- &gt; ê-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 27</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ver">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 28</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: trazer and derived verb; consonant change -z- &gt; -g- (stem troux- for preterit and pluperfect ind. and for preterit subj. and fut. subj. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 29</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ter; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 30</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ser; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 31</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: saber and derived verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 32</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: querer and derived verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 33</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pôr; att. accented vowels">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 34</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: poder and derived verb; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 35</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ir and derived verb; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 36</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -caber">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 37</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: haver; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 38</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: reaver; pluperfect: reouver">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 39</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dar and derived verb; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 40</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -dizer; change stem -z- &gt; -r- in the future">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 41</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: estar and derived verb; no present participle">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 42</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -fazer;change stem -z- &gt; -r- and -ç-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 43</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -por; diff. from pôr (pat 34) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 44</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ter; att. accented vowels (diff. from pat  30) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 45</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -uzir; 2nd pers. sing. pres. ind. ending in -uz">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 46</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -edir; vowel change -e- &gt; -i- (in 14 forms: sing. pres. ind. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 47</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ar; two past part. (sujeitado/sujeito), otherwise like Pat 01">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 48</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: coar; change -o- &gt; -ô- in the 1st p. sing. pres. ind. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 49</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -oer; change -o- &gt; -ó-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 50</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -prazer; stem change -az- &gt; -ouv-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 51</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -azer; diff. from Pat 02 (3rd p.s. present indicative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 52</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ir; change -e- &gt; -i- (in 10 forms: 1st pers. sing. pres. ind., pres. subj. and imperative) (diff. from Pat 47) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 53</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -iucar; change -u- &gt; -ú- and -c- &gt; -qu- before vowel -e-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 54</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -iuçar; changes -u- &gt; -ú- and -ç- &gt; -c- before -e-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 55</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -guar; change -u- &gt; -ú-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 56</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: estancar; two past part. (estancado/estanque) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 57</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: diluir; two past part. (diluido/diluto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 58</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: aceitar and prefixes of aceitar; three past part. (aceitado/aceito/aceite) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 59</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -oiar; change -o- &gt; -ó- in the pres. ind. and subj. and in the imperat. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 60</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -oscar; change -o- &gt; -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 61</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -prover; pres. subj. in -provej">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 62</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -rir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 63</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -olver; two past part. (envolvido/envolto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 64</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -guir and -quir; change -u- &gt; -ú-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 65</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gir; change -u- &gt; -o-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 66</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: alhear; two past part">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 67</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -olver; two past part. (dissolvido/dissoluto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 68</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -expressar; two past part. (expressado/expresso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 69</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gar; two past part. (pagado/pago) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 70</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gar; two past part. (entregado/entregue) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 71</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gar; two past part. (exugado/enxuto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 72</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -er; two past part. (rompido/roto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 73</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ender; two past part. (acendido/aceso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 74</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -pender; two past part. (suspendido/suspenso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 75</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -correr; two past part. (incorrido/incurso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 76</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -enzer; two past part. (benzido/bento) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 77</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ergir; change -e- &gt; -i- (-g- &gt; -j-)">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 78</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -erger; two past part. (submergido/submerso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 79</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -*guir; two past part. (distinguido/distinto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 80</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -imir; two past part. (imprimido/impresso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 81</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -mitir; two past part. (omitido/omisso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 82</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -idir; two past part. (dividido/diviso) (var. of 03) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 83</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -igir; two past part. (frigido/frito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 84</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -oar; change -o- &gt; -ô-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 85</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gir; two past part. (afligido/aflito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 86</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -undir; two past part. (confundido/confuso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 87</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -encer; change -e- &gt; -i-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 88</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -verter; two past part. (convertido/converso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 89</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -omper; two past part. (corrompido/corrupto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 90</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: encher; two past part. (enchido/cheio) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 91</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -cluir; change -i- &gt; -í-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 92</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -uiCar, -aiCar and -eiCar; change -i- &gt; -í- (in 11 forms: sing. and 3rd p. pl. pres. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 93</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: matar; two past part. (matado/morto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 94</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: morrer; two past part. (morrido/morto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 95</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -meter; two past part. (submetido/submisso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 96</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -surgir; two past part. (ressurgido/ressurrecto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 97</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: descalçar; two past part. ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 98</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -eleger; two past part. (elegido/eleito) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 200</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -pelir; change -e- &gt; -i-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 201</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -guer; change -gu- &gt; -g-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 202</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -argir; two past part. (espargido/esparso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 203</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -orquir; change -o- &gt; -u-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 204</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -fazer; irreg. past part. (estupefacto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 205</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ingir; change -g- &gt; -j-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 206</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -aurir; two past part. (exaurido/exausto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 207</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -idar; two past part. (circuncidado/circunciso) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 208</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -iscar; change -i- &gt; -í- (in 11 forms: pres. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 209</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: parar; change -a- &gt; -á- (in 2 forms: pres. ind. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 210</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: parir; change -a- &gt; -á- (in 3 forms: pres. subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 211</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -polir and -sortir; change -o- &gt; -u- (in 14 forms: pres. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 212</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ibir; change -i- &gt; -í (in 11 forms: pres. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 213</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -vir; accent in the 2nd p. sing. and 3rd p. sing. and pl. pres. ind. and 2nd p. sing. pres. imperative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 214</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: remir; some forms of the pres. ind., subj. and imperative are like redimir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 215</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -cir; -c- &gt; -ç-">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 216</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ir; two past part (assumido/assumpto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 217</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -eunir; change -u- &gt; -ú- (in 11 forms: pres. ind., subj. and imperative) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 218</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -car; two past part. (secado/seco) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 219</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -anger; two past part. (refranger/refracto) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb; code: 220</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -o">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 123</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -co">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 124</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -co; graphic accent in the last third syllable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 125</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -go">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 126</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -e">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 127</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -a or -e; graphic accent in the last third syllable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 128</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -dor">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 129</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -u">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 130</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ês">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 131</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ar, -or">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 132</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: inferior">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 133</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -m">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 134</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -vel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 135</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il; plural ending in -eis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 136</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -il, plural ending in -is">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 137</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; feminine ending in -ona">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 138</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão, feminine ending in -ã">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 139</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ão; feminine ending in -oa">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 140</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -s and -z">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 141</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -eu; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 142</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -éu; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 143</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -o, with graphic accent in the last third syllable; like rápido">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 144</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -plo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 145</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bom - boa - boníssimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 146</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mau - má - malíssimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 147</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: alazão - alazã - alazões">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 148</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: actor">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 149</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: antigo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 150</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pobre: pobre - paupérrimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 190</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sábio (irregular superlative: sapientíssimo) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 191</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sagrado (irregular superlative: sacratíssimo) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 192</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -al, -ol, -ul">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 193</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: accented singular; unaccented plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 194</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ca">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 195</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ga">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 196</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: accented positive degree; like débil">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 197</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like só; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 198</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 199</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: fiel - fiéis - fidelíssimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 240</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: moscatel - moscatéis">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 241</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like piegas">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 242</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cantador - cantadeira; no superlative">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 243</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 244</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: catalão - catalã - catalães">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 245</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -io; accent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 246</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -go; accent">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 247</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ço">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 248</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: san (santo) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 250</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: acre - acre - acérrimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 258</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: feminine in noun phrase">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 259</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: gran (grande) ">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 261</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: simples - simplecíssimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 262</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -ário, ério, írio, -ório, -úrio, superlative in -iíssimo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective; code: 263</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: regular ending in -mente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 170</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -lmente, -rmente, -smente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 171</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -camente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 172</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -gamente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 173</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -zmente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 174</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -velmente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 175</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -iamente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 176</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -fielmente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 177</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sagradamente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 178</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: sabiamente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 179</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: magnificamente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 180</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dificilmente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 181</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: comumente">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 183</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like muito">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 184</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: bem">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 185</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: pouco">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 186</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: mal">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 187</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: like devagar">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb; code: 188</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: definite article, like o">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 151</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite article">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 152</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive determiner, 1st person, one possessor, like meu">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 167</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive determiner, 2nd and 3rd person, one or several possessors, like teu">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 168</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite, plural only, like vários">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 169</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative determiner, like este">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 182</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative determiner, singular only, like isto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 189</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable in gender, like tal">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 227</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable in gender, like qualquer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 229</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -lhão">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 237</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, dois">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 238</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: masculine only, like cento">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">determiner/quantifier; code: 239</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: um">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 249</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: dois">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 252</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: ending in -lhão">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 253</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: cento">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 254</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: meio">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric; code: 255</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: personal pronoun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 153</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: definite and indefinite pronoun, like todo">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 154</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative pronoun, like este">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 155</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: indefinite pronoun, like um">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 156</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, like ambos">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 157</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable, like qualquer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 158</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: invariable, like bastante">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 159</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: plural only, like dois">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 160</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive, like meu">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 161</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: possessive, like teu">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 162</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: demonstrative, singular only, like isto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 163</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: generic plural">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pronoun; code: 165</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: interrogative pronoun, like qual">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 251</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: distributive, like qualquer">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 256</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="like: interrogative, like quanto">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative/interrogative pronoun; code: 257</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType ptOfSpeechType
namespace http://www.olif.net
type union of (XTend, ptOfSpeechType-olif-orig, ptOfSpeechType-jp-JMDict)
used by
element ptOfSpeech
annotation
documentation
Type for ptOfSpeech
source <xsd:simpleType name="ptOfSpeechType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Type for ptOfSpeech</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="XTend ptOfSpeechType-olif-orig ptOfSpeechType-jp-JMDict"/>
</xsd:simpleType>

simpleType ptOfSpeechType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType ptOfSpeechType
facets
enumeration abbr
enumeration adj
enumeration adv
enumeration aux
enumeration Aux-v
enumeration conj
enumeration exp
enumeration int
enumeration n
enumeration neg
enumeration num
enumeration pref
enumeration prt
enumeration suf
enumeration verb
annotation
documentation
Values from JMDict for "ptOfSpeech"
source <xsd:simpleType name="ptOfSpeechType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "ptOfSpeech"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="abbr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abbreviation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjective (keiyoushi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adv">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverb (fukushi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="aux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">auxiliary</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Aux-v">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">auxiliary verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="conj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="exp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">expressions (phrases, clauses, etc.)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="int">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">interjection (kandoushi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun (common) (futsuumeishi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="neg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">negative (in a negative sentence, or with negative verb)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="num">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">numeric</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pref">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prefix</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">particle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="suf">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">suffix</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<!-- not POS from my point of view -->
   
<!-- We already have "adj" -->
   
<!-- We already have "adv" -->
   
<!-- We already have "auxverb" which seems to be equivalent -->
   
<!-- We already have "conj" -->
   
<!-- We already have "noun" which seems to be equivalent -->
   
<!-- not POS from my point of view -->
   
<!-- We already have "part" which seems to be equivalent -->
   
<!-- not POS from my point of view -->
   
<!-- We already have "verb" -->
 
</xsd:restriction>
</xsd:simpleType>

simpleType ptOfSpeechType-olif-orig
namespace http://www.olif.net
type restriction of xsd:string
properties
id ptOfSpeechType-olif-orig
used by
simpleType ptOfSpeechType
facets
enumeration noun
enumeration verb
enumeration adj
enumeration adv
enumeration prep
enumeration conj
enumeration det
enumeration part
enumeration auxverb
enumeration pron
enumeration punc
enumeration other
annotation
documentation
Values from OLIF 2.1 for "ptOfSpeech"
source <xsd:simpleType name="ptOfSpeechType-olif-orig" id="ptOfSpeechType-olif-orig">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from OLIF 2.1 for "ptOfSpeech"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="noun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="verb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adj</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adv">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adv</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prep">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prep</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="conj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conj</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">det</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="part">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">part</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="auxverb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">auxverb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pron">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">pron</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="punc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">punc</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="other">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">other</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType semTypeType
namespace http://www.olif.net
type union of (semTypeType-olif-orig, semTypeType-jp-JMDict)
properties
id semTypeType
used by
element semType
annotation
documentation
Type for semType
source <xsd:simpleType name="semTypeType" id="semTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for semType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="semTypeType-olif-orig semTypeType-jp-JMDict"/>
</xsd:simpleType>

simpleType semTypeType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
properties
id semTypeType-jp-JMDict
used by
simpleType semTypeType
facets
enumeration n-t
annotation
documentation
Values from JMDict for "semType"
source <xsd:simpleType name="semTypeType-jp-JMDict" id="semTypeType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "semType"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="n-t">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun (temporal) (jisoumeishi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType semTypeType-olif-orig
namespace http://www.olif.net
type restriction of xsd:string
properties
id semTypeType-olif-orig
used by
simpleType semTypeType
facets
enumeration abs
enumeration abs-ag
enumeration abs-gen
enumeration abs-nonag
enumeration abs-nonag-orig
enumeration anim
enumeration anim-ani
enumeration anim-hum
enumeration anim-hum-func
enumeration anim-hum-pn
enumeration anim-soc
enumeration anim-soc-org
enumeration asp
enumeration cnc
enumeration cnc-ag
enumeration cnc-amor
enumeration cnc-atom
enumeration cnc-class
enumeration cnc-color
enumeration cnc-ednm
enumeration cnc-func
enumeration cnc-light
enumeration cnc-mark
enumeration cnc-nat
enumeration cnc-nat-plant
enumeration inform
enumeration inform-sen
enumeration loc
enumeration mass
enumeration mass-mat
enumeration meas
enumeration meas-abs
enumeration meas-disc
enumeration meas-unit
enumeration proc
enumeration tmp
enumeration achiev
enumeration act
enumeration emot
enumeration event
enumeration ment-act
enumeration mov
enumeration mov_motdir
enumeration mov_motnd
enumeration noise
enumeration phys-act
enumeration percept
enumeration perm
enumeration pha
enumeration pro
enumeration sense
enumeration situat
enumeration stat
enumeration color
enumeration cnt
enumeration deg
enumeration indef
enumeration loc
enumeration man
enumeration mea
enumeration seq
enumeration shape
enumeration conn
enumeration deg
enumeration freq
enumeration man
enumeration prob
enumeration seq
enumeration spa
enumeration stat
enumeration tmp
enumeration cau
enumeration cau-neg
enumeration comb
enumeration con
enumeration concess
enumeration cond
enumeration cor
enumeration cor-neg
enumeration dir
enumeration incl
enumeration incl-neg
enumeration instr
enumeration loc
enumeration loc-ext
enumeration loc-from
enumeration loc-path
enumeration loc-to
enumeration man
enumeration mea
enumeration mod
enumeration orig
enumeration path
enumeration purp
enumeration qual
enumeration quant
enumeration tmp
enumeration tmp_ext
enumeration tmp_from
enumeration tmp_id
enumeration tmp_to
enumeration unit
enumeration un
annotation
documentation
Values from OLIF 2.1 for "semType"
source <xsd:simpleType name="semTypeType-olif-orig" id="semTypeType-olif-orig">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from OLIF 2.1 for "semType"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="abs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abstract, e.g., format, rapidity, poverty, type</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abs-ag">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abstract agent, e.g., efficiency, cause, method, goal, event</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abs-gen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">general abstract concept, e.g., truth, idea, justice</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abs-nonag">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">non-verbal abstract, e.g., shape, condition, class, feature</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="abs-nonag-orig">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">non-verbal abstract origin, e.g., reserve, lineage, origin</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">animate, e.g., manager, committee, subscriber, buyer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-ani">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">animal, e.g., deer, bacteria, gnat, weasel</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-hum">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">human, e.g., employee, scientist, Professor, Mrs.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-hum-func">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">office, title, e.g., Dr., President, General</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-hum-pn">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">human proper name, e.g., John, Mr. Smith, Marie</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-soc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">social institution, e.g., agency, company, bureau, business</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="anim-soc-org">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">specific organization, e.g., EC, United Nations, NASA</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="asp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">aspective, e.g., prototype, majority, piece</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">concrete, e.g.,  table, battery, ligament, missile</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-ag">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">concrete agent, e.g., camera, radio, truck, explosives</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-amor">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">amorphous, e.g., breeze, tide, atmosphere</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-atom">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">atomistic, e.g., electron, granule, nucleus</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-class">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">classifier, e.g., compound, substance, element</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-color">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">color, e.g., olive, orange, cherry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-ednm">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">edible (non-mass), e.g., cracker, lemon, pork chop</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-func">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">functional, e.g., box, wall, pipe, circuit, shirt</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-light">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">impulse/light, e.g., beacon, ray, tone, flare</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-mark">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mark/blemish, e.g., boil, blemish, scratch</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-nat">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">natural, e.g., cloud, pebble, flower</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnc-nat-plant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">plant, e.g., violet, clove, lilac</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inform">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">information, e.g.,  newspaper, symbol, rule, ballistics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inform-sen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">semiotic system, e.g., address, signal, code, number</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative, e.g., office, zone, city, room, Munich</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mass, e.g., iron, water, sand, fiber, fire, heat</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass-mat">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">material, e.g., aluminum, wool, plastic, glass</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="meas">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">measure, e.g., pressure, quantity, gram, rpm, voltage</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="meas-abs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">abstract measure, e.g., temperature, length, velocity</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="meas-disc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">discrete measurable concept, e.g., increment, sum, count</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="meas-unit">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unit of measure, e.g., inch, cm, hour, volt, hertz, kph</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="proc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">process, e.g., correction, analysis, call, removal</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal, e.g., summer, morning, September, Friday</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="achiev">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">achievement </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="act">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified activity </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="emot">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">emotion </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="event">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">event </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ment-act">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mental activity </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mov">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">movement </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mov_motdir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">directed motion, e.g., dance, depart, fly, go</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mov_motnd">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">non-directed motion, e.g., depart, go, walk</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="noise">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noise-producing </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="phys-act">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">physical activity, e.g., persist, refrain, appear</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="percept">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">perceptive </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="perm">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">permission verb </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pha">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">phasal verb </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">process </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sense">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">sense </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="situat">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">situation </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="stat">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">stative, e.g., grow, become, sound</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="color">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">color, e.g., red, yellow</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cnt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">countable </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree, e.g., acute, intense, substantial</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="indef">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indefinite </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative, e.g., above, forward, regional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="man">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">manner, e.g., charismatic, intrepid, personable</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mea">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">measure, e.g., approximate, huge, minimal</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="seq">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">sequence, e.g., consecutive, daily, former</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="shape">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">shape </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="conn">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">connective </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree, e.g., merely, approximately, completely</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="freq">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">frequency, e.g., again, once, twice</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="man">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">manner, e.g., by hand, electronically, simultaneously</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prob">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">probability, e.g., conceivably, by chance, maybe</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="seq">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">sequence, e.g., primarily, lastly, first</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="spa">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">space, e.g., anywhere, to the right, inside</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="stat">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">stative, e.g., alike, at ease, out of commission</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">time, e.g., still, yet, already, at one time</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cau">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">causal, e.g., as a result of, because of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cau-neg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">causal-negation, e.g., despite, in the absence of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="comb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">combinatorial, e.g., with, in combination with </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="con">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">connective  </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="concess">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">concessive  </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cond">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conditional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cor">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">correlative </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cor-neg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">correlative-negation </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">direction </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="incl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">inclusive, e.g., in addition to, inclusive of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="incl-neg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">inclusive-negation, e.g., except for, instead of, without</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="instr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">instrumental, e.g., by, by means of, by way of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc-ext">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative-extensive </xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc-from">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative-from, e.g., from, off of, out of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc-path">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative-path</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc-to">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative-to, e.g., to</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="man">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">manner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mea">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">measure</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modal</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="orig">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">origin</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="path">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">path</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="purp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">purpose, e.g., for, for the benefit of</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="qual">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">qualitative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">quantitative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">time, e.g., at the beginning of, during, prior to</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp_ext">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal_extensive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp_from">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal_from</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp_id">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal_identical</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="tmp_to">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal_to</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unit">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unit</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType styleType
namespace http://www.olif.net
type union of (styleType-olif-orig, styleType-jp-JMDict, XTend)
properties
id styleType
source <xsd:simpleType name="styleType" id="styleType">
 
<xsd:union memberTypes="styleType-olif-orig styleType-jp-JMDict XTend"/>
</xsd:simpleType>

simpleType styleType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
properties
id styleType-jp-JMDict
used by
simpleType styleType
facets
enumeration arch
enumeration chn
enumeration col
enumeration derog
enumeration fam
enumeration fem
enumeration hon
enumeration hum
enumeration m-sl
enumeration Male
enumeration male-sl
enumeration pol
enumeration sl
enumeration vulg
enumeration X
annotation
documentation
Values from JMDict for "style"
source <xsd:simpleType name="styleType-jp-JMDict" id="styleType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "style"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="arch">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">archaic</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="chn">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">children’s language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="col">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">colloquialism</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="derog">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">derogatory</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="fam">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">familiar language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="fem">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">female term or language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="hon">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">honorific or respectful (sonkeigo) language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="hum">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">humble (kenjougo) language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="m-sl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">manga slang</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Male">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">male term or language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="male-sl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">male slang</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pol">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">polite (teineigo) language</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="sl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">slang</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="vulg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">vulgar expression or word</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="X">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">rude or X-rated term (not displayed in educational software)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType styleType-olif-orig
namespace http://www.olif.net
type restriction of xsd:string
properties
id styleType-olif-orig
used by
simpleType styleType
facets
enumeration frozen
enumeration formal
enumeration professional
enumeration casual
enumeration intimate
annotation
documentation
Values from OLIF 3.0 for "style"
source <xsd:simpleType name="styleType-olif-orig" id="styleType-olif-orig">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from OLIF 3.0 for "style"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="frozen">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">printed unchanging (often archaic) language such as literary quotations</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="formal">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">formal; polite; ceremonial</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="professional">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">professional; collegial; ‘meeting’, ‘office’ talk</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="casual">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">casual; between friends, acquaintances; includes slang</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="intimate">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">intimate; private</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType subjFieldValues
namespace http://www.olif.net
type union of (XTend, subjFieldValues-olif-orig, subjFieldValues-jp-JMDict, xsd:string)
properties
id subjFieldValues
used by
complexType subjFieldType
annotation
documentation
Type for subjField
source <xsd:simpleType name="subjFieldValues" id="subjFieldValues">
 
<xsd:annotation>
   
<xsd:documentation>Type for subjField</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="XTend subjFieldValues-olif-orig subjFieldValues-jp-JMDict xsd:string"/>
</xsd:simpleType>

simpleType subjFieldValues-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType subjFieldValues
facets
enumeration MA
enumeration Buddh
enumeration comp
enumeration geom
enumeration gram
enumeration math
annotation
documentation
Values from JMDict for "subjField"
source <xsd:simpleType name="subjFieldValues-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "subjField"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="MA">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">martial arts</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Buddh">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Buddhist</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="comp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">computer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="geom">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">geometry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="gram">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">grammatical</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="math">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mathematics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType subjFieldValues-olif-orig
namespace http://www.olif.net
type restriction of xsd:string
properties
id subjFieldValues-olif-orig
used by
simpleType subjFieldValues
facets
enumeration agriculture
enumeration audiovisual
enumeration aviation
enumeration botany/zoology
enumeration budget
enumeration chemistry
enumeration construction
enumeration customs
enumeration defense
enumeration development
enumeration economics
enumeration education
enumeration electrotechnics
enumeration employment
enumeration energy
enumeration environment
enumeration eurospeak
enumeration finance
enumeration fisheries
enumeration general
enumeration geology
enumeration industry
enumeration informatics
enumeration insurance
enumeration law
enumeration mechanics
enumeration medicine
enumeration mining
enumeration nuclear
enumeration social
enumeration statistics
enumeration steel
enumeration taxation
enumeration technology
enumeration telecom
enumeration trade
enumeration transport
annotation
documentation
Values from OLIF 2.1 for "subjField"
source <xsd:simpleType name="subjFieldValues-olif-orig" id="subjFieldValues-olif-orig">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from OLIF 2.1 for "subjField"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="agriculture">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">farming and agriculture</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="audiovisual">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">audiovisual</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="aviation">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">aviation and aerospace</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="botany/zoology">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">botany and zoology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="budget">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">budgets and accounting</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="chemistry">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">chemistry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="construction">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">construction and building</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="customs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">customs, duties</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="defense">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">defense</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="development">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">development</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="economics">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">economics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="education">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">education</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="electrotechnics">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">electronics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="employment">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">human resources, employment</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="energy">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">energy</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="environment">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">environment</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="eurospeak">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">common European language terminology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="finance">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">finance</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="fisheries">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">fishery science and technology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="general">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">general vocabulary</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="geology">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">geology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="industry">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">industry and industrial policy</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="informatics">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">information technology, programming</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="insurance">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">insurance</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="law">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">law</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mechanics">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mechanics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="medicine">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">medicine</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mining">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mining</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="nuclear">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">nuclear power, nuclear industry</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="social">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">social science and policy</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="statistics">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">statistics</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="steel">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">steel</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="taxation">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">taxes</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="technology">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">general technology</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="telecom">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">telecommunications</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="trade">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">trade and tariffs</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="transport">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">transportation</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType synFrameType
namespace http://www.olif.net
type xsd:string
properties
id synFrameType
used by
element synFrame
annotation
documentation
Type for synFrame
source <xsd:simpleType name="synFrameType" id="synFrameType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synFrame</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<!-- a complex regular expression is needed here
<xsd:enumeration value="[[subj]]">
<xsd:annotation>
<xsd:documentation xml:lang="en">subject NP required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[[subj-sent-opt]]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential subject optional (e.g., finite clause, infinitive clause, -ing clause, wh-, finite with 'that', 'dass')</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[subj-imps-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">impersonal subject optional (e.g., "It is raining")</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj]">
<xsd:annotation>
<xsd:documentation xml:lang="en">direct object NP required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">direct object NP optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential direct object optional (e.g., finite clause, infinitive clause, -ing clause, wh-, finite with 'that', 'dass')</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-fin-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">finite clause direct object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-inf-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">infinitive clause direct object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-ing-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">-ing clause direct object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-that-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">that/dass-clause direct object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-sent-wh-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">wh-clause direct object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[dobj-comp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">e.g., "They elected him president"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[iobj]">
<xsd:annotation>
<xsd:documentation xml:lang="en">indirect object NP required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[iobj-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">indirect object NP optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[iobj-sent-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential indirect object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[genobj]">
<xsd:annotation>
<xsd:documentation xml:lang="en">genitive object required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[genobj-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">genitive object optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pred-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">predicate nominal (incl.sentential)/predicate adj. optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential verb complement optional (e.g., finite clause, infinitive clause, -ing clause, wh-, finite with 'that', 'dass')</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-fin-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">finite clause verb complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-inf-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">infinitive clause verb complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-ing-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">-ing clause verb complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-that-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">that/dass-clause verb complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[vcomp-wh-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">wh-clause verb complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[part]">
<xsd:annotation>
<xsd:documentation xml:lang="en">verb particle required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[part-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">verb particle optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[gencomp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">Genitive phrase optional (e.g., "the book of John", "the reading of the will"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential noun complement optional (e.g., finite clause, infinitive clause, -ing clause, wh-, finite with 'that')</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-fin-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">finite clause noun complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-inf-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">infinitive clause noun complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-ing-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">-ing clause noun complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-that-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">that-type clause noun complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-wh-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">wh-clause noun complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[adjcomp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">sentential adj complement optional (e.g., finite clause, infinitive clause, -ing clause, wh-, finite with 'that')</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[adjcomp-fin-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">finite clause adj complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[adjcomp-inf-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">infinitive clause adj complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[adjcomp-ing-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">-ing clause adj complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[adjcomp-that-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">that-type clause adj complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[ncomp-wh-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">wh-clause adj complement optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp]">
<xsd:annotation>
<xsd:documentation xml:lang="en">prepositional phrase required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">prepositional phrase optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp-loc]">
<xsd:annotation>
<xsd:documentation xml:lang="en">locational/directional prepositional phrase required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp-loc-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">locational/directional prepositional phrase optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp-temp]">
<xsd:annotation>
<xsd:documentation xml:lang="en">temporal prepositional phrase required</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="[pp-temp-opt]">
<xsd:annotation>
<xsd:documentation xml:lang="en">temporal prepositional phrase optional</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
--
>
 
</xsd:restriction>
</xsd:simpleType>

simpleType synPositionType
namespace http://www.olif.net
type restriction of xsd:string
properties
id synPositionType
used by
element synPosition
facets
enumeration prenoun
enumeration postnoun
enumeration preverb
enumeration postverb
enumeration cl-init
enumeration cl-final
enumeration deg-post
enumeration deg-pre
enumeration prep
enumeration postp
enumeration circumprep
enumeration circumpostp
enumeration un
annotation
documentation
Type for synPosition
source <xsd:simpleType name="synPositionType" id="synPositionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synPosition</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="prenoun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">before noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="postnoun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">following noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="preverb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">before main verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="postverb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">following main verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cl-init">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">clause-initial</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cl-final">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">clause-final</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg-post">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree adverb after morpheme</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg-pre">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree adverb before morpheme</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prep">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional to noun head</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="postp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">postpositional to noun head</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="circumprep">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">preposition in circum position</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="circumpostp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">postposition in circum position</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType syntacticFrameType
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration pp
enumeration pp-opt
enumeration pp-loc
enumeration pp-loc-opt
annotation
documentation
Type for syntacticFrame
source <xsd:simpleType name="syntacticFrameType">
 
<xsd:annotation>
   
<xsd:documentation>Type for syntacticFrame</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="pp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional phrase required</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pp-opt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">prepositional phrase optional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pp-loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locational/directional prepositional phrase required</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pp-loc-opt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locational/directional prepositional phrase optional</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType syntacticPositionType
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration cl-final
enumeration cl-init
enumeration deg-post
enumeration deg-pre
enumeration postverb
enumeration preverb
annotation
documentation
Type for syntacticPosition
source <xsd:simpleType name="syntacticPositionType">
 
<xsd:annotation>
   
<xsd:documentation>Type for syntacticPosition</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="cl-final">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">clause-final</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cl-init">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">clause-initial</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg-post">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree adverb after morpheme</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deg-pre">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">degree adverb before morpheme</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="postverb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">following main verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="preverb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">before main verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType syntacticTypeType
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration cnt
enumeration coll
enumeration mass
enumeration mass-cnt
enumeration prop
enumeration quant
enumeration -able
enumeration attrib
enumeration past
enumeration pred
enumeration pres
enumeration adjmod
enumeration advmod
enumeration clsmod
enumeration detmod
enumeration npmod
enumeration numod
enumeration prepmod
enumeration quantmod
annotation
documentation
Type for syntacticType
source <xsd:simpleType name="syntacticTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for syntacticType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="cnt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">countable noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="coll">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">collective noun (delete; in semantic type)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mass noun (moved to semantic type)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass-cnt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">countable mass noun (delete)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prop">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">proper noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">quantitative noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="-able">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">-ABLE participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="attrib">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">attribute adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="past">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">past participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pred">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">predicative adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pres">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">present participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adjmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="advmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies adverb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="clsmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies clause</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="detmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies determiner (delete; implicit in npmod)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="npmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies noun phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="numod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies numeral</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prepmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quantmod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies quantifier (delete; implicit in npmod)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType synTypeType
namespace http://www.olif.net
type union of (synTypeType-olif-orig, synTypeType-jp-JMDict)
properties
id synTypeType
used by
element synType
annotation
documentation
Type for synType
source <xsd:simpleType name="synTypeType" id="synTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for synType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:union memberTypes="synTypeType-olif-orig synTypeType-jp-JMDict"/>
</xsd:simpleType>

simpleType synTypeType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType synTypeType
facets
enumeration adj-na
enumeration adj-no
enumeration adv-n
enumeration n-adv
enumeration n-suf
enumeration n-pref
enumeration neg-v
enumeration vs
enumeration vz
enumeration vk
annotation
documentation
Values from JMDict for "synType"
source <xsd:simpleType name="synTypeType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "synType"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="adj-na">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adjectival nouns or quasi-adjectives (keiyodoshi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adj-no">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">nouns which may take the genitive case particle "no"</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adv-n">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverbial noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n-adv">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">adverbial noun (fukushitekimeishi)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n-suf">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun, used as a suffix</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="n-pref">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun, used as a prefix</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="neg-v">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">negative verb (when used with)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="vs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">noun or participle which takes the aux. verb "suru"</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="vz">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">zuru verb - (alternative form of -jiru verbs)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="vk">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">"Kuru" verb - special class</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType synTypeType-olif-orig
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType synTypeType
facets
enumeration cnt
enumeration mass
enumeration mass-cnt
enumeration prop
enumeration coll
enumeration quant
enumeration def
enumeration indef
enumeration recip
enumeration refl
enumeration aux
enumeration main-vb
enumeration modal
enumeration attrib
enumeration pred
enumeration poss-adj
enumeration able-adj
enumeration ppart
enumeration prespart
enumeration degree
enumeration adv-mod
enumeration adj-mod
enumeration cls-mod
enumeration np-mod
enumeration nu-mod
enumeration prep-mod
enumeration det-mod
enumeration quant-mod
enumeration loc
enumeration dir
enumeration temp
enumeration conj
enumeration comp-conj
enumeration subj-conj
enumeration def-det
enumeration indef-det
enumeration interr-det
enumeration poss-det
enumeration rel-det
enumeration demonst-det
enumeration quant-det
enumeration part-det
enumeration def-pro
enumeration indef-pro
enumeration interr-pro
enumeration poss-pro
enumeration rel-pro
enumeration demonst-pro
enumeration quant-pro
enumeration pers-pro
enumeration part-pro
enumeration refl-pro
enumeration wh-pro
enumeration un
annotation
documentation
Values from OLIF 2.1 for "synType"
source <xsd:simpleType name="synTypeType-olif-orig">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from OLIF 2.1 for "synType"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="cnt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">countable noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">mass noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mass-cnt">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">countable mass noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prop">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">proper noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="coll">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">collective noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">quantitative noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="def">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">definite noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="indef">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indefinite noun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="recip">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">reciprocal verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="refl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">reflexive verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="aux">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">auxiliary verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="main-vb">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">main verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="modal">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modal verb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="attrib">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">attributive adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pred">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">predicative adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="poss-adj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">possessive adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="able-adj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">-able participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ppart">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">past participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prespart">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">present participle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="degree">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indicates degree, e.g., 'too'</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adv-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies adverb</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="adj-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies adjective</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cls-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies clause</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="np-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies noun phrase</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="nu-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies numeral</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="prep-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="det-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant-mod">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">modifies quantifier</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="loc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">locative preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dir">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">directional preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="temp">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">temporal preposition</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="conj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">conjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="comp-conj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">comparative conjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="subj-conj">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">subjunction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="def-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">definite determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="indef-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indefinite determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="interr-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">interrogative determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="poss-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">possessive determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="rel-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="demonst-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">demonstrative determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">quantitative determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="part-det">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">partitive determiner</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="def-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">definite pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="indef-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">indefinite pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="interr-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">interrogative pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="poss-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">possessive pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="rel-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">relative pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="demonst-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">demonstrative pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="quant-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">quantitative pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="pers-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">personal pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="part-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">partitive pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="refl-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">reflexive pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="wh-pro">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Wh-type pronoun</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType tenseType
namespace http://www.olif.net
type restriction of xsd:string
properties
id tenseType
used by
element tense
facets
enumeration pres
enumeration past
enumeration fut
enumeration un
annotation
documentation
Type for tense
source <xsd:simpleType name="tenseType" id="tenseType">
 
<xsd:annotation>
   
<xsd:documentation>Type for tense</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="pres">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">present</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="past">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">past</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="fut">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">future</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType testDCType
namespace http://www.olif.net
type xsd:string
used by
element testDC
annotation
documentation
Type for testDC (any OLIF data category allowed)
source <xsd:simpleType name="testDCType">
 
<xsd:annotation>
   
<xsd:documentation>Type for testDC (any OLIF data category allowed)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType testTypeType
namespace http://www.olif.net
type restriction of xsd:string
used by
element testType
facets
enumeration STRING
enumeration DATACAT
annotation
documentation
Type for testType
source <xsd:simpleType name="testTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for testType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="STRING">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">string</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="DATACAT">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">data category</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType transitivityTypeType
namespace http://www.olif.net
type restriction of xsd:string
facets
enumeration ditrans
enumeration intr
enumeration mid
enumeration refl
enumeration trans
enumeration un
enumeration unacc
enumeration unerg
annotation
documentation
Type for transitivityType
source <xsd:simpleType name="transitivityTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for transitivityType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="ditrans">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ditransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="intr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mid">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">middle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="refl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">reflexive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="trans">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">transitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unacc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unaccusative intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unerg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unergative intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType transTypeType
namespace http://www.olif.net
type restriction of xsd:string
properties
id transTypeType
used by
element transType
facets
enumeration trans
enumeration intr
enumeration ditrans
enumeration refl
enumeration mid
enumeration caus
enumeration unacc
enumeration unerg
enumeration un
annotation
documentation
Type for transType
source <xsd:simpleType name="transTypeType" id="transTypeType">
 
<xsd:annotation>
   
<xsd:documentation>Type for transType</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="trans">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">transitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="intr">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ditrans">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ditransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="refl">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">reflexive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="mid">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">middle</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="caus">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">causative</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unacc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unaccusative intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unerg">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unergative intransitive</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="un">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">unspecified</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType usageType-jp-JMDict
namespace http://www.olif.net
type restriction of xsd:string
properties
id usageType-jp-JMDict
used by
element usage
facets
enumeration ateji
enumeration ek
enumeration iK
enumeration gikun
enumeration ik
enumeration io
enumeration oK
enumeration ok
enumeration uK
enumeration uk
enumeration obs
enumeration obsc
enumeration rare
annotation
documentation
Values from JMDict for "usage"
source <xsd:simpleType name="usageType-jp-JMDict" id="usageType-jp-JMDict">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Values from JMDict for "usage"</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="ateji">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">ateji (phonetic) reading</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ek">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">exclusively kanji</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="iK">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">word containing irregular kanji usage</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="gikun">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">gikun (meaning) reading</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ik">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">word containing irregular kana usage</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="io">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">irregular okurigana usage</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="oK">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">word containing out-dated kanji</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ok">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">out-dated or obsolete kana usage</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="uK">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">word usually written using kanji alone</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="uk">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">word usually written using kana alone</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="obs">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">obsolete</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="obsc">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">obscure</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="rare">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">rare</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>

simpleType XTend
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleTypes ptOfSpeechType styleType subjFieldValues
facets
pattern x-[^\s]+
annotation
documentation
Type which enforces naming convention "x-" (for non-standard values)
source <xsd:simpleType name="XTend">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Type which enforces naming convention "x-" (for non-standard values)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:pattern value="x-[^\s]+"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType XTendType
namespace http://www.olif.net
type restriction of xsd:string
used by
simpleType inflectionTypeType
facets
pattern x-[^\s]+
annotation
documentation
Type for value extensions (checks for prefix 'x-')
source <xsd:simpleType name="XTendType">
 
<xsd:annotation>
   
<xsd:documentation>Type for value extensions (checks for prefix 'x-')</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:pattern value="x-[^\s]+"/>
 
</xsd:restriction>
</xsd:simpleType>

attribute xml:base
namespace http://www.w3.org/XML/1998/namespace
type xsd:anyURI
annotation
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
source <xsd:attribute name="base" type="xs:anyURI">
 
<xsd:annotation>
   
<xsd:documentation>See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute xml:id
namespace http://www.w3.org/XML/1998/namespace
type xsd:ID
annotation
documentation
See http://www.w3.org/TR/xml-id/ for
                     information about this attribute.
source <xsd:attribute name="id" type="xs:ID">
 
<xsd:annotation>
   
<xsd:documentation>See http://www.w3.org/TR/xml-id/ for
                     information about this attribute.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute xml:lang
namespace http://www.w3.org/XML/1998/namespace
type union of (xsd:language, restriction of xsd:string)
annotation
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
source <xsd:attribute name="lang">
 
<xsd:annotation>
   
<xsd:documentation>Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:union memberTypes="xs:language">
     
<xsd:simpleType>
       
<xsd:restriction base="xs:string">
         
<xsd:enumeration value=""/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:union>
 
</xsd:simpleType>
</xsd:attribute>

attribute xml:space
namespace http://www.w3.org/XML/1998/namespace
type restriction of xsd:NCName
facets
enumeration default
enumeration preserve
source <xsd:attribute name="space">
 
<xsd:simpleType>
   
<xsd:restriction base="xs:NCName">
     
<xsd:enumeration value="default"/>
     
<xsd:enumeration value="preserve"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

attributeGroup xml:specialAttrs
namespace http://www.w3.org/XML/1998/namespace
attributes
Name  Type  Use  Default  Fixed  annotation
xml:base      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
xml:lang      
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space      
source <xsd:attributeGroup name="specialAttrs">
 
<xsd:attribute ref="xml:base"/>
 
<xsd:attribute ref="xml:lang"/>
 
<xsd:attribute ref="xml:space"/>
</xsd:attributeGroup>

attribute its:dir
namespace http://www.w3.org/2005/11/its
type its:dir.type
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:attribute name="dir" type="its:dir.type"/>

attribute its:termInfoRef
namespace http://www.w3.org/2005/11/its
type xsd:string
source <xsd:attribute name="termInfoRef" type="xs:string"/>

attribute its:termInfoRefPointer
namespace http://www.w3.org/2005/11/its
type xsd:string
source <xsd:attribute name="termInfoRefPointer" type="xs:string"/>

element its:dirRule
diagram
namespace http://www.w3.org/2005/11/its
type its:dirRule.type
properties
content complex
used by
complexType its:rules.type
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
dirits:dir.typerequired      
source <xsd:element name="dirRule" type="its:dirRule.type"/>

element its:langRule
diagram
namespace http://www.w3.org/2005/11/its
used by
complexType its:rules.type
source <xsd:element name="langRule"/>

element its:locNote
diagram
namespace http://www.w3.org/2005/11/its
type its:locNote.type
properties
content complex
mixed true
used by
complexType its:locNoteRule.type
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termInfoRefxsd:anyURIoptional      
termits:term.typeoptional      
dirits:dir.typeoptional      
source <xsd:element name="locNote" type="its:locNote.type"/>

element its:locNoteRule
diagram
namespace http://www.w3.org/2005/11/its
type its:locNoteRule.type
properties
content complex
children its:locNote
used by
complexType its:rules.type
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
locNotePointerxsd:stringoptional      
locNoteTypeits:locNoteType.typerequired      
locNoteRefxsd:anyURIoptional      
locNoteRefPointerxsd:stringoptional      
source <xsd:element name="locNoteRule" type="its:locNoteRule.type"/>

element its:rubyRule
diagram
namespace http://www.w3.org/2005/11/its
used by
complexType its:rules.type
source <xsd:element name="rubyRule"/>

element its:rubyText
diagram
namespace http://www.w3.org/2005/11/its
type its:rubyText.type
properties
content complex
mixed true
used by
complexType its:rubyRule.type
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termits:term.typeoptional      
termInfoRefxsd:stringoptional      
dirits:dir.typeoptional      
rbspanxsd:stringoptional      
source <xsd:element name="rubyText" type="its:rubyText.type"/>

element its:rules
diagram
namespace http://www.w3.org/2005/11/its
type its:rules.type
properties
content complex
mixed false
children its:translateRule its:locNoteRule its:termRule its:dirRule its:rubyRule its:langRule its:withinTextRule
used by
complexType headerType
attributes
Name  Type  Use  Default  Fixed  annotation
versionxsd:stringrequired      
source <xsd:element name="rules" type="its:rules.type"/>

element its:span
diagram
namespace http://www.w3.org/2005/11/its
type its:span.type
properties
content complex
mixed true
used by
element canForm
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termInfoRefxsd:anyURIoptional      
termits:term.typeoptional      
dirits:dir.typeoptional      
source <xsd:element name="span" type="its:span.type"/>

element its:termRule
diagram
namespace http://www.w3.org/2005/11/its
type its:termRule.type
properties
content complex
used by
complexType its:rules.type
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
termits:term.typerequired      
termInfoRefxsd:anyURIoptional      
termInfoRefPointerxsd:stringoptional      
termInfoPointerxsd:stringoptional      
source <xsd:element name="termRule" type="its:termRule.type"/>

element its:translateRule
diagram
namespace http://www.w3.org/2005/11/its
type its:translateRule.type
properties
content complex
used by
complexType its:rules.type
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
translateits:translate.typerequired      
source <xsd:element name="translateRule" type="its:translateRule.type"/>

element its:withinTextRule
diagram
namespace http://www.w3.org/2005/11/its
used by
complexType its:rules.type
source <xsd:element name="withinTextRule"/>

complexType its:dirRule.type
diagram
namespace http://www.w3.org/2005/11/its
used by
element its:dirRule
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
dirits:dir.typerequired      
source <xsd:complexType name="dirRule.type">
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="dir" type="its:dir.type" use="required"/>
</xsd:complexType>

attribute its:dirRule.type/@dir
type its:dir.type
properties
isRef 0
use required
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:attribute name="dir" type="its:dir.type" use="required"/>

complexType its:langRule.type
diagram
namespace http://www.w3.org/2005/11/its
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
langPointerxsd:stringrequired      
source <xsd:complexType name="langRule.type">
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="langPointer" type="xs:string" use="required"/>
</xsd:complexType>

attribute its:langRule.type/@langPointer
type xsd:string
properties
isRef 0
use required
source <xsd:attribute name="langPointer" type="xs:string" use="required"/>

complexType its:locNote.type
diagram
namespace http://www.w3.org/2005/11/its
properties
mixed true
used by
element its:locNote
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termInfoRefxsd:anyURIoptional      
termits:term.typeoptional      
dirits:dir.typeoptional      
source <xsd:complexType name="locNote.type" mixed="true">
 
<xsd:attribute name="translate" type="its:translate.type" use="optional"/>
 
<xsd:attribute name="locNote" type="xs:string" use="optional"/>
 
<xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>
 
<xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="term" type="its:term.type" use="optional"/>
 
<xsd:attribute name="dir" type="its:dir.type" use="optional"/>
</xsd:complexType>

attribute its:locNote.type/@translate
type its:translate.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="translate" type="its:translate.type" use="optional"/>

attribute its:locNote.type/@locNote
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="locNote" type="xs:string" use="optional"/>

attribute its:locNote.type/@locNoteType
type its:locNoteType.type
properties
isRef 0
use optional
facets
enumeration alert
enumeration description
source <xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>

attribute its:locNote.type/@locNoteRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>

attribute its:locNote.type/@termInfoRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>

attribute its:locNote.type/@term
type its:term.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="term" type="its:term.type" use="optional"/>

attribute its:locNote.type/@dir
type its:dir.type
properties
isRef 0
use optional
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:attribute name="dir" type="its:dir.type" use="optional"/>

complexType its:locNoteRule.type
diagram
namespace http://www.w3.org/2005/11/its
children its:locNote
used by
element its:locNoteRule
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
locNotePointerxsd:stringoptional      
locNoteTypeits:locNoteType.typerequired      
locNoteRefxsd:anyURIoptional      
locNoteRefPointerxsd:stringoptional      
source <xsd:complexType name="locNoteRule.type">
 
<xsd:sequence minOccurs="0">
   
<xsd:element ref="its:locNote"/>
 
</xsd:sequence>
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="locNotePointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="locNoteType" type="its:locNoteType.type" use="required"/>
 
<xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="locNoteRefPointer" type="xs:string" use="optional"/>
</xsd:complexType>

attribute its:locNoteRule.type/@locNotePointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="locNotePointer" type="xs:string" use="optional"/>

attribute its:locNoteRule.type/@locNoteType
type its:locNoteType.type
properties
isRef 0
use required
facets
enumeration alert
enumeration description
source <xsd:attribute name="locNoteType" type="its:locNoteType.type" use="required"/>

attribute its:locNoteRule.type/@locNoteRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>

attribute its:locNoteRule.type/@locNoteRefPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="locNoteRefPointer" type="xs:string" use="optional"/>

complexType its:rubyRule.type
diagram
namespace http://www.w3.org/2005/11/its
children its:rubyText
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
rubyPointerxsd:stringoptional      
rtPointerxsd:stringoptional      
rpPointerxsd:stringoptional      
rbcPointerxsd:stringoptional      
rtcPointerxsd:stringoptional      
rbspanPointerxsd:stringoptional      
source <xsd:complexType name="rubyRule.type">
 
<xsd:sequence>
   
<xsd:element ref="its:rubyText"/>
 
</xsd:sequence>
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="rubyPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="rtPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="rpPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="rbcPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="rtcPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="rbspanPointer" type="xs:string" use="optional"/>
</xsd:complexType>

attribute its:rubyRule.type/@rubyPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rubyPointer" type="xs:string" use="optional"/>

attribute its:rubyRule.type/@rtPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rtPointer" type="xs:string" use="optional"/>

attribute its:rubyRule.type/@rpPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rpPointer" type="xs:string" use="optional"/>

attribute its:rubyRule.type/@rbcPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rbcPointer" type="xs:string" use="optional"/>

attribute its:rubyRule.type/@rtcPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rtcPointer" type="xs:string" use="optional"/>

attribute its:rubyRule.type/@rbspanPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rbspanPointer" type="xs:string" use="optional"/>

complexType its:rubyText.type
diagram
namespace http://www.w3.org/2005/11/its
properties
mixed true
used by
element its:rubyText
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termits:term.typeoptional      
termInfoRefxsd:stringoptional      
dirits:dir.typeoptional      
rbspanxsd:stringoptional      
source <xsd:complexType name="rubyText.type" mixed="true">
 
<xsd:attribute name="translate" type="its:translate.type" use="optional"/>
 
<xsd:attribute name="locNote" type="xs:string" use="optional"/>
 
<xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>
 
<xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="term" type="its:term.type" use="optional"/>
 
<xsd:attribute name="termInfoRef" type="xs:string" use="optional"/>
 
<xsd:attribute name="dir" type="its:dir.type" use="optional"/>
 
<xsd:attribute name="rbspan" type="xs:string" use="optional"/>
</xsd:complexType>

attribute its:rubyText.type/@translate
type its:translate.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="translate" type="its:translate.type" use="optional"/>

attribute its:rubyText.type/@locNote
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="locNote" type="xs:string" use="optional"/>

attribute its:rubyText.type/@locNoteType
type its:locNoteType.type
properties
isRef 0
use optional
facets
enumeration alert
enumeration description
source <xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>

attribute its:rubyText.type/@locNoteRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>

attribute its:rubyText.type/@term
type its:term.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="term" type="its:term.type" use="optional"/>

attribute its:rubyText.type/@termInfoRef
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="termInfoRef" type="xs:string" use="optional"/>

attribute its:rubyText.type/@dir
type its:dir.type
properties
isRef 0
use optional
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:attribute name="dir" type="its:dir.type" use="optional"/>

attribute its:rubyText.type/@rbspan
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="rbspan" type="xs:string" use="optional"/>

complexType its:rules.type
diagram
namespace http://www.w3.org/2005/11/its
properties
mixed false
children its:translateRule its:locNoteRule its:termRule its:dirRule its:rubyRule its:langRule its:withinTextRule
used by
element its:rules
attributes
Name  Type  Use  Default  Fixed  annotation
versionxsd:stringrequired      
source <xsd:complexType name="rules.type" mixed="false">
 
<xsd:choice minOccurs="0" maxOccurs="unbounded">
   
<xsd:element ref="its:translateRule"/>
   
<xsd:element ref="its:locNoteRule"/>
   
<xsd:element ref="its:termRule"/>
   
<xsd:element ref="its:dirRule"/>
   
<xsd:element ref="its:rubyRule"/>
   
<xsd:element ref="its:langRule"/>
   
<xsd:element ref="its:withinTextRule"/>
 
</xsd:choice>
 
<xsd:attributeGroup ref="its:rules.attlist"/>
</xsd:complexType>

complexType its:span.type
diagram
namespace http://www.w3.org/2005/11/its
properties
mixed true
used by
element its:span
attributes
Name  Type  Use  Default  Fixed  annotation
translateits:translate.typeoptional      
locNotexsd:stringoptional      
locNoteTypeits:locNoteType.typeoptional      
locNoteRefxsd:anyURIoptional      
termInfoRefxsd:anyURIoptional      
termits:term.typeoptional      
dirits:dir.typeoptional      
source <xsd:complexType name="span.type" mixed="true">
 
<xsd:attribute name="translate" type="its:translate.type" use="optional"/>
 
<xsd:attribute name="locNote" type="xs:string" use="optional"/>
 
<xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>
 
<xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="term" type="its:term.type" use="optional"/>
 
<xsd:attribute name="dir" type="its:dir.type" use="optional"/>
</xsd:complexType>

attribute its:span.type/@translate
type its:translate.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="translate" type="its:translate.type" use="optional"/>

attribute its:span.type/@locNote
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="locNote" type="xs:string" use="optional"/>

attribute its:span.type/@locNoteType
type its:locNoteType.type
properties
isRef 0
use optional
facets
enumeration alert
enumeration description
source <xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional"/>

attribute its:span.type/@locNoteRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional"/>

attribute its:span.type/@termInfoRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>

attribute its:span.type/@term
type its:term.type
properties
isRef 0
use optional
facets
enumeration yes
enumeration no
source <xsd:attribute name="term" type="its:term.type" use="optional"/>

attribute its:span.type/@dir
type its:dir.type
properties
isRef 0
use optional
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:attribute name="dir" type="its:dir.type" use="optional"/>

complexType its:termRule.type
diagram
namespace http://www.w3.org/2005/11/its
used by
element its:termRule
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
termits:term.typerequired      
termInfoRefxsd:anyURIoptional      
termInfoRefPointerxsd:stringoptional      
termInfoPointerxsd:stringoptional      
source <xsd:complexType name="termRule.type">
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="term" type="its:term.type" use="required"/>
 
<xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>
 
<xsd:attribute name="termInfoRefPointer" type="xs:string" use="optional"/>
 
<xsd:attribute name="termInfoPointer" type="xs:string" use="optional"/>
</xsd:complexType>

attribute its:termRule.type/@term
type its:term.type
properties
isRef 0
use required
facets
enumeration yes
enumeration no
source <xsd:attribute name="term" type="its:term.type" use="required"/>

attribute its:termRule.type/@termInfoRef
type xsd:anyURI
properties
isRef 0
use optional
source <xsd:attribute name="termInfoRef" type="xs:anyURI" use="optional"/>

attribute its:termRule.type/@termInfoRefPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="termInfoRefPointer" type="xs:string" use="optional"/>

attribute its:termRule.type/@termInfoPointer
type xsd:string
properties
isRef 0
use optional
source <xsd:attribute name="termInfoPointer" type="xs:string" use="optional"/>

complexType its:translateRule.type
diagram
namespace http://www.w3.org/2005/11/its
used by
element its:translateRule
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
translateits:translate.typerequired      
source <xsd:complexType name="translateRule.type">
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="translate" type="its:translate.type" use="required"/>
</xsd:complexType>

attribute its:translateRule.type/@translate
type its:translate.type
properties
isRef 0
use required
facets
enumeration yes
enumeration no
source <xsd:attribute name="translate" type="its:translate.type" use="required"/>

complexType its:withinTextRule.type
diagram
namespace http://www.w3.org/2005/11/its
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
withinTextits:withinText.type      
source <xsd:complexType name="withinTextRule.type">
 
<xsd:attributeGroup ref="its:its.Selector.attlist"/>
 
<xsd:attribute name="withinText" type="its:withinText.type"/>
</xsd:complexType>

attribute its:withinTextRule.type/@withinText
type its:withinText.type
properties
isRef 0
facets
enumeration yes
enumeration no
enumeration nested
source <xsd:attribute name="withinText" type="its:withinText.type"/>

simpleType its:dir.type
namespace http://www.w3.org/2005/11/its
type restriction of xsd:string
used by
attributes its:locNote.type/@dir its:dirRule.type/@dir its:rubyText.type/@dir its:span.type/@dir
facets
enumeration ltr
enumeration ltr
enumeration lro
enumeration rlo
source <xsd:simpleType name="dir.type">
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="ltr"/>
   
<xsd:enumeration value="ltr"/>
   
<xsd:enumeration value="lro"/>
   
<xsd:enumeration value="rlo"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType its:locNoteType.type
namespace http://www.w3.org/2005/11/its
type restriction of xsd:string
used by
attributes its:its.ITSLocal.attlist/@locNoteType its:locNoteRule.type/@locNoteType its:locNote.type/@locNoteType its:rubyText.type/@locNoteType its:span.type/@locNoteType
facets
enumeration alert
enumeration description
source <xsd:simpleType name="locNoteType.type">
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="alert"/>
   
<xsd:enumeration value="description"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType its:term.type
namespace http://www.w3.org/2005/11/its
type restriction of xsd:string
used by
attributes its:its.ITSLocal.attlist/@term its:locNote.type/@term its:termRule.type/@term its:rubyText.type/@term its:span.type/@term
facets
enumeration yes
enumeration no
source <xsd:simpleType name="term.type">
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="yes"/>
   
<xsd:enumeration value="no"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType its:translate.type
namespace http://www.w3.org/2005/11/its
type restriction of xsd:string
used by
attributes its:its.ITSLocal.attlist/@translate its:translateRule.type/@translate its:locNote.type/@translate its:rubyText.type/@translate its:span.type/@translate
facets
enumeration yes
enumeration no
source <xsd:simpleType name="translate.type">
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="yes"/>
   
<xsd:enumeration value="no"/>
 
</xsd:restriction>
</xsd:simpleType>

simpleType its:withinText.type
namespace http://www.w3.org/2005/11/its
type restriction of xsd:string
used by
attribute its:withinTextRule.type/@withinText
facets
enumeration yes
enumeration no
enumeration nested
source <xsd:simpleType name="withinText.type">
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="yes"/>
   
<xsd:enumeration value="no"/>
   
<xsd:enumeration value="nested"/>
 
</xsd:restriction>
</xsd:simpleType>

attributeGroup its:its.ITSLocal.attlist
namespace http://www.w3.org/2005/11/its
used by
element canForm
attributes
Name  Type  Use  Default  Fixed  annotation
its:translateits:translate.typeoptional      
its:locNotexsd:stringoptional      
its:locNoteTypeits:locNoteType.typeoptional      
its:locNoteRefxsd:anyURIoptional      
its:termInfoRefxsd:stringoptional      
its:termits:term.typeoptional      
source <xsd:attributeGroup name="its.ITSLocal.attlist">
 
<xsd:attribute name="translate" type="its:translate.type" use="optional" form="qualified"/>
 
<xsd:attribute name="locNote" type="xs:string" use="optional" form="qualified"/>
 
<xsd:attribute name="locNoteType" type="its:locNoteType.type" use="optional" form="qualified"/>
 
<xsd:attribute name="locNoteRef" type="xs:anyURI" use="optional" form="qualified"/>
 
<xsd:attribute name="termInfoRef" type="xs:string" use="optional" form="qualified"/>
 
<xsd:attribute name="term" type="its:term.type" use="optional" form="qualified"/>
</xsd:attributeGroup>

attributeGroup its:its.Selector.attlist
namespace http://www.w3.org/2005/11/its
used by
complexTypes its:dirRule.type its:langRule.type its:locNoteRule.type its:rubyRule.type its:termRule.type its:translateRule.type its:withinTextRule.type
attributes
Name  Type  Use  Default  Fixed  annotation
selectorxsd:stringrequired      
source <xsd:attributeGroup name="its.Selector.attlist">
 
<xsd:attribute name="selector" type="xs:string" use="required"/>
</xsd:attributeGroup>

attributeGroup its:rules.attlist
namespace http://www.w3.org/2005/11/its
used by
complexType its:rules.type
attributes
Name  Type  Use  Default  Fixed  annotation
versionxsd:stringrequired      
source <xsd:attributeGroup name="rules.attlist">
 
<xsd:attribute name="version" type="xs:string" use="required"/>
 
<!--
<xs:attribute ref="xlink:href" use="optional"/>
<xs:attribute ref="xlink:type" use="optional"/>
--
>
</xsd:attributeGroup>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy