<paraph /> |
Marks the occurrence of a parapharnalia, ie. a decorative
element that has originated independently of the writing act.
|
Attributes |
In addition to global attributes:
|
paraphRef |
refers to a previously defined paraphernalia |
|
Datatype: IDREF
|
|
Values: must be one of the paraphernalia identifiers declared in the
header (see paraphernalia)
|
|
Default: #REQUIRED
|
entity |
names the external entity within which the graphic image of the paraphernalia is stored. |
|
Datatype: ENTITY
|
|
Default: #IMPLIED
|
|
Example |
<?xml version="1.0"?>
<!DOCTYPE TEI.2 PUBLIC "//CTB//DTD Dalf 1.0 (based on TEI)//NL"
"DALF.dtd" [
<!NOTATION png PUBLIC
'-//TEI//NOTATION IETF RFC2083 Portable Network Graphics//EN'>
<!ENTITY obj1 SYSTEM "obj1.png" NDATA png>
]>
<TEI.2>
<text>
...
<p>Dit bloempje vond ik onderweg: <paraph paraphRef="obj1" entity="obj1"/>.</p>
...
</text>
</TEI.2>
|
Class |
Incl |
Content |
This is an empty element. |
Parents |
ab abbr actor add addrLine address addressee altName analytic app arg argument author authority back bibl biblFull biblScope
biblStruct bloc body byline calc camera caption castGroup castItem castList cell cit classCode closer collection corr country
creation damage date dateLet dateRange dateline del depth dimensions distance distinct distributor div div0 div1 div2 div3
div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle edition editor emph envPart epigraph epilogue expan extent
figDesc figure foreign front funder fw gloss group head headItem headLabel height hi imprimatur imprint institution item l
label language lem lg list listBibl measure meeting mentioned metDecl monogr name note num opener oper orig p performance
placeLet placeName principal print prologue ps pubPlace publicationStmt publisher q quote rdg rdgGrp ref reg region rendition
repository resp respStmt restore result role roleDesc row rs salute seg series set settlement sic signed soCalled sound sp
speaker sponsor stage street supplied symbol table tagUsage tech term text time timeRange title titlePage titlePart trailer
unclear view width wit witDetail witList witness xref |
Children |
EMPTY |
Declaration |
<!ELEMENT paraph %om.RR;
EMPTY>
<!ATTLIST paraph
%a.global;
paraphRef IDREF #REQUIRED
entity ENTITY #IMPLIED> |
See further |
5.5. Decorative elements: <deco /> and <paraph /> |