<DescriptiveConcepts>
<DescriptiveConcept id="dc0">
<Representation>
<Label>Fixed set of modifiers supported in Lucid3</Label>
</Representation>
<Modifiers>
<Modifier id="mod1">
<Representation>
<Label>rarely</Label>
</Representation>
<ModifierClass>Frequency</ModifierClass>
<ProportionRange lowerestimate="0.0" upperestimate="0.25"/>
</Modifier>
<Modifier id="mod2">
<Representation>
<Label>uncertain</Label>
</Representation>
<ModifierClass>Certainty</ModifierClass>
<ProportionRange lowerestimate="0.0" upperestimate="0.5"/>
</Modifier>
<Modifier id="mod3">
<Representation>
<Label>misinterpreted</Label>
</Representation>
<ModifierClass>TreatAsMisinterpretation</ModifierClass>
</Modifier>
<Modifier id="mod4">
<Representation>
<Label>unscoped</Label>
</Representation>
<ModifierClass>OtherModifierClass</ModifierClass>
</Modifier>
</Modifiers>
</DescriptiveConcept>
</DescriptiveConcepts>
|
<DescriptiveConcept id="dc40">
<Representation>
<Label>Preferred certainty modifiers</Label>
</Representation>
<Modifiers>
<Modifier id="mc40">
<Representation>
<Label xml:lang="en">probably</Label>
<Label xml:lang="de">vermutlich</Label>
</Representation>
<NaturalLanguage>
<Phrase xml:lang="en" role="Before">probably </Phrase>
<Phrase xml:lang="de" role="Before">vermutlich </Phrase>
</NaturalLanguage>
<ModifierClass>Certainty</ModifierClass>
<ProportionRange lowerestimate="0.6" upperestimate="1"/>
</Modifier>
<Modifier id="mc41">
<Representation>
<Label xml:lang="en">perhaps</Label>
<Label xml:lang="de">eventuell</Label>
</Representation>
<NaturalLanguage>
<Phrase xml:lang="en" role="Before">perhaps </Phrase>
<Phrase xml:lang="de" role="Before">eventuell </Phrase>
</NaturalLanguage>
<ModifierClass>Certainty</ModifierClass>
<ProportionRange lowerestimate="0" upperestimate="0.5"/>
</Modifier>
<Modifier id="mc42">
<Representation>
<Label xml:lang="en">(by misinterpretation)</Label>
<Label xml:lang="de">(durch Fehlinterpretation)</Label>
</Representation>
<NaturalLanguage>
<Phrase xml:lang="en" role="After">(by misinterpretation)</Phrase>
<Phrase xml:lang="de" role="After">(Fehlinterpretation)</Phrase>
</NaturalLanguage>
<ModifierClass>TreatAsMisinterpretation</ModifierClass>
<ProportionRange lowerestimate="0" upperestimate="0"/>
</Modifier>
</Modifiers>
</DescriptiveConcept>
|
Internal nodes in a character tree are not characters but grouping concepts. These are defined in the <DescriptiveConcepts> element and referenced within the <CharacterTree> element, as in the example below.
<DescriptiveConcepts>
<DescriptiveConcept id="dc1">
<Representation>
<Label>Flowers</Label>
</Representation>
</DescriptiveConcept>
<DescriptiveConcept id="dc2">
<Representation>
<Label>Petals</Label>
</Representation>
</DescriptiveConcept>
...etc
</DescriptiveConcepts>
|
<DescriptiveConcept id="dc40">
<Representation>
<Label>Preferred certainty modifiers</Label>
</Representation>
<ConceptStates>
<StateDefinition id="cs1">
<Representation>
<Label>blue</Label>
</Representation>
</StateDefinition>
<StateDefinition id="cs2">
<Representation>
<Label>white</Label>
</Representation>
</StateDefinition>
...etc
</ConceptStates>
</DescriptiveConcept>
<Characters>
<CategoricalCharacter id="c1">
<Representation>
<Label>Eye Colour</Label>
</Representation>
<States>
<StateReference id="s1">
<ConceptState ref="cs1"/>
</StateReference>
<StateReference id="s2">
<ConceptState ref="cs2"/>
</StateReference>
</States>
</CategoricalCharacter>
...etc
</Characters>
|