| <cit> (cited quotation) contains a quotation from some other document, together with a bibliographic reference to its source. In a dictionary it may contain an example text with at least one occurrence of the word form, used in the sense being described, or a translation of the headword, or an example. [3.3.3. Quotation 4.3.1. Grouped Texts 10.3.5.1. Examples] |
| Module | core — Specification |
| Attributes | | type | | Status | Required | | Legal values are: | - example
- translation
- translationEquivalent
- etymon
- cognate
- cognateSet
|
|
|
| Member of | |
| Contained by | |
| May contain | |
| Example | <cit>
<quote>and the breath of the whale is frequently attended with such an insupportable smell,
as to bring on disorder of the brain.</quote>
<bibl>Ulloa's South America</bibl>
</cit>
|
| Example | <entry>
<form>
<orth>horrifier</orth>
</form>
<cit type="translation" xml:lang="en">
<quote>to horrify</quote>
</cit>
<cit type="example">
<quote>elle était horrifiée par la dépense</quote>
<cit type="translation" xml:lang="en">
<quote>she was horrified at the expense.</quote>
</cit>
</cit>
</entry>
|
| Example | <cit type="example">
<quote xml:lang="mix">Ka'an yu tsa'a Pedro.</quote>
<media url="soundfiles-gen:S_speak_1s_on_behalf_of_Pedro_01_02_03_TS.wav"
mimeType="audio/wav"/>
<cit type="translation">
<quote xml:lang="en">I'm speaking on behalf of Pedro.</quote>
</cit>
<cit type="translation">
<quote xml:lang="es">Estoy hablando de parte de Pedro.</quote>
</cit>
</cit>
|
| Content model |
<content>
<alternate minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.quoteLike"/>
<classRef key="model.biblLike"/>
<classRef key="model.ptrLike"/>
<classRef key="model.global"/>
<classRef key="model.entryPart"/>
<classRef key="model.segLike"/>
<elementRef key="lang"/>
<elementRef key="gloss"/>
</alternate>
</content>
⚓ |
| Schema Declaration |
element cit
{
att.global.attributes,
att.cmc.attributes,
att.typed.attribute.subtype,
attribute type
{
"example"
| "translation"
| "translationEquivalent"
| "etymon"
| "cognate"
| "cognateSet"
},
(
model.quoteLike
| model.biblLike
| model.ptrLike
| model.global
| model.entryPart
| model.segLike
| lang
| gloss
)+
}⚓
|