📄 tei_minimal.rnc.svn-base
字号:
element equiv { equiv.content, equiv.attributes }
equiv.content = empty
equiv.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
## names the underlying concept of which the parent is a
## representation
attribute name { data.name }?,
## references the underlying concept of which the parent is a
## representation by means of some external identifier
attribute uri { data.pointer }?,
## references an external script which contains a method to
## transform instances of this element to canonical TEI
attribute filter { xsd:anyURI }?,
## MIME type of external filter script
attribute mimeType { data.word }?,
empty
gloss =
## identifies a phrase or word used to provide a gloss or
## definition for some other word or phrase.
element gloss { gloss.content, gloss.attributes }
gloss.content = macro.phraseSeq
gloss.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.declaring.attribute.decls,
(
## identifies the associated term element by an
## absolute or relative URI reference
attribute target { data.pointer }
|
## identifies the associated term element using a canonical
## reference from a scheme defined in a refsDecl element
## in the TEI header
attribute cRef { data.pointer })?,
empty
term =
## contains a single-word, multi-word, or symbolic designation
## which is regarded as a technical term.
element term { term.content, term.attributes }
term.content = macro.phraseSeq
term.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.declaring.attribute.decls,
att.typed.attribute.type,
att.typed.attribute.subtype,
## supplies the sort key for this term in an index.
attribute sortKey { data.word }?,
(
## identifies the associated gloss element by an
## absolute or relative URI reference
attribute target { data.pointer }
|
## identifies the associated gloss element using a
## canonical reference from a scheme defined in a
## refsDecl element in the TEI header
attribute cRef { data.pointer })?,
empty
sic =
## contains text reproduced although apparently incorrect or inaccurate.
element sic { sic.content, sic.attributes }
sic.content = macro.paraContent
sic.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
corr =
## (correction) contains the correct form of a passage apparently erroneous in the copy text.
element corr { corr.content, corr.attributes }
corr.content = macro.paraContent
corr.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
empty
choice =
## groups a number of alternative encodings for the same point in
## a text.
element choice { choice.content, choice.attributes }
choice.content = (model.choicePart | choice)*
choice.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
reg =
## (regularization) contains a reading which has been regularized or normalized
## in some sense.
element reg { reg.content, reg.attributes }
reg.content = macro.paraContent
reg.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
empty
orig =
## (original form) contains a reading which is marked as following the original,
## rather than being normalized or corrected.
element orig { orig.content, orig.attributes }
orig.content = macro.paraContent
orig.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
gap =
## (omitted material) indicates a point where material has been omitted in a
## transcription, whether for editorial reasons described in the TEI
## header, as part of sampling practice, or because the material is
## illegible or inaudible.
element gap { gap.content, gap.attributes }
gap.content = macro.glossSeq
gap.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
## gives the reason for omission. Sample values include
## sampling, illegible, inaudible,
## irrelevant, cancelled, cancelled and illegible.
attribute reason { data.words }?,
## in the case of text omitted from the transcription because of
## deliberate deletion by an identifiable hand, signifies the hand which
## made the deletion.
attribute hand { data.pointer }?,
## In the case of text omitted because of damage, categorizes the cause of the damage, if it can be identified.
attribute agent { data.enumerated }?,
## indicates approximately how much text has been omitted from the
## transcription, in letters, minims, inches, or any appropriate unit,
## either because of editorial policy or because a deletion, damage, or
## other cause has rendered transcription impossible.
attribute extent { data.words }?,
empty
add =
## (addition) contains letters, words, or phrases inserted in the text by an
## author, scribe, annotator, or corrector.
element add { add.content, add.attributes }
add.content = macro.paraContent
add.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.authorialIntervention.attribute.hand,
att.authorialIntervention.attribute.status,
att.authorialIntervention.attribute.type,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
att.placement.attribute.place,
empty
del =
## (deletion) contains a letter, word or passage deleted, marked as deleted,
## or otherwise indicated as superfluous or spurious in the copy text by an
## author, scribe, annotator, or corrector.
element del { del.content, del.attributes }
del.content = macro.paraContent
del.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
att.authorialIntervention.attribute.hand,
att.authorialIntervention.attribute.status,
att.authorialIntervention.attribute.type,
empty
unclear =
## contains a word, phrase, or passage which cannot be transcribed
## with certainty because it is illegible or inaudible in the source.
element unclear { unclear.content, unclear.attributes }
unclear.content = macro.paraContent
unclear.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.editLike.attribute.cert,
att.editLike.attribute.resp,
att.editLike.attribute.evidence,
## indicates why the material is hard to transcribe.
attribute reason { data.words }?,
## Where the difficulty in transcription arises from action
## (partial deletion, etc.) assignable to an identifiable hand, signifies
## the hand responsible for the action.
attribute hand { data.pointer }?,
## Where the difficulty in transcription arises from
## damage, categorizes the cause of the damage, if it can be identified.
attribute agent { data.enumerated }?,
empty
name =
## (name, proper noun) contains a proper noun or noun phrase.
element name { name.content, name.attributes }
name.content = macro.phraseSeq
name.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.naming.attribute.key,
## indicates the type of the object which is being named by the
## phrase.
attribute type { data.enumerated }?,
empty
rs =
## (referencing string) contains a general purpose name or referring string.
element rs { rs.content, rs.attributes }
rs.content = macro.phraseSeq
rs.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.naming.attribute.key,
## indicates more specifically the object referred to by the
## referencing string. Values might include person,
## place, ship, element etc.
attribute type { data.enumerated }?,
empty
address =
## contains a postal or other address, for example of a
## publisher, an organization, or an individual.
element address { address.content, address.attributes }
address.content = model.global*, (model.addrPart, model.global*)+
address.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
addrLine =
## contains one line of a postal or other address.
element addrLine { addrLine.content, addrLine.attributes }
addrLine.content = macro.phraseSeq
addrLine.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
street =
## (street) a full street address including any name or number identifying a
## building as well as the name of the street or route on which it is
## located.
element street { street.content, street.attributes }
street.content = macro.phraseSeq
street.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
postCode =
## (postCode) contains a numerical or alphanumeric code used as part of a
## postal address to simplify sorting or delivery of mail.
element postCode { postCode.content, postCode.attributes }
postCode.content = text
postCode.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
postBox =
## (postBox) contains a number or other identifier for some postal delivery
## point other than a street address.
element postBox { postBox.content, postBox.attributes }
postBox.content = text
postBox.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
empty
num =
## (number) contains a number, written in any form.
element num { num.content, num.attributes }
num.content = macro.phraseSeq
num.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
## indicates the type of numeric value.
attribute type { data.enumerated }?,
## supplies the value of the number in standard form.
attribute value { data.numeric }?,
empty
measure =
## contains a word or phrase referring to some quantity of
## an object or commodity, usually comprising a number, a unit, and a
## commodity name.
element measure { measure.content, measure.attributes }
measure.content = macro.phraseSeq
measure.attributes =
att.global.attribute.xmlspace,
att.global.attribute.xmlid,
att.global.attribute.n,
att.global.attribute.xmllang,
att.global.attribute.rend,
att.global.attribute.xmlbase,
att.measurement.attribute.unit,
att.measurement.attribute.quantity,
att.measurement.attribute.commodity,
## specifies the type of measurement in any convenient typology.
attribute type { data.enumerated }?,
empty
date =
## contains a date in any format.
element date { date.content, date.attributes }
date.content =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -