例: <elementRef>
These search results reproduce every example of the use of <elementRef> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <elementRef> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.
22 Documentation Elements
source="tei_bare.compiled.odd" start="TEI">
<moduleRef key="tei"/>
<moduleRef key="header"/>
<elementRef key="q" source="tei:3.0.0"/>
<moduleRef key="textstructure"/>
</schemaSpec>
22.5.1.1 Defining Content Models: TEI
<alternate>
<elementRef key="ptr" minOccurs="1"
maxOccurs="unbounded"/>
<elementRef key="ref" minOccurs="1"
maxOccurs="unbounded"/>
</alternate>
</content>
22.5.1.1 Defining Content Models: TEI
<alternate minOccurs="1"
maxOccurs="unbounded">
<elementRef key="ptr"/>
<elementRef key="ref"/>
</alternate>
</content>
22.5.1.1 Defining Content Models: TEI
<alternate>
<sequence>
<elementRef key="sic"/>
<elementRef key="corr"/>
</sequence>
<sequence>
<elementRef key="orig"/>
<elementRef key="reg"/>
</sequence>
<sequence>
<elementRef key="abbr"/>
<elementRef key="expan"/>
</sequence>
</alternate>
</content>
22.5.1.1 Defining Content Models: TEI
<alternate>
<sequence>
<elementRef key="street"/>
<elementRef key="placeName"/>
<elementRef key="postCode"/>
<elementRef key="country" minOccurs="0"
maxOccurs="1"/>
</sequence>
<elementRef key="addrLine" minOccurs="2"
maxOccurs="4"/>
</alternate>
</content>
<alternate>
<elementRef key="hi"/>
<elementRef key="it"/>
<elementRef key="bo"/>
</alternate>
</content>
<sequence>
<elementRef key="hi"/>
<elementRef key="it"/>
<elementRef key="bo"/>
</sequence>
</content>
<alternate>
<classRef key="model.pLike"
maxOccurs="unbounded"/>
<sequence>
<elementRef key="summary" minOccurs="0"
maxOccurs="1"/>
<elementRef key="msItem"
maxOccurs="unbounded"/>
</sequence>
</alternate>
</content>
<sequence>
<alternate>
<elementRef key="name"/>
<elementRef key="persName"/>
</alternate>
<elementRef key="placeName" minOccurs="0"
maxOccurs="5"/>
</sequence>
</content>
<alternate>
<elementRef key="name"/>
<elementRef key="persName"/>
</alternate>
</content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<textNode/>
<elementRef key="hi"/>
<elementRef key="seg"/>
</alternate>
</content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<empty/>
<elementRef key="hi"/>
</alternate>
</content>
<moduleRef key="core"
except="add del orig reg"/>
<elementRef key="linkGroup"/>
<elementRef key="link"/>
</schemaSpec>
1 The TEI Infrastructure
1.3.1.1.4 Sources, certainty, and responsibility
1.3.1.1.4 Sources, certainty, and responsibility
23 Using the TEI
<!-- ... -->
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<classRef key="model.pLike"/>
<classRef key="model.global"/>
<elementRef key="figure"/>
<elementRef key="figDesc"/>
<classRef key="model.graphicLike"/>
<classRef key="model.headLike"/>
</alternate>
</content>
<!-- ... -->
</elementSpec>
<!-- ... -->
<content>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
<sequence minOccurs="0" maxOccurs="1">
<elementRef key="speaker"/>
<classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</content>
<!-- ... -->
</elementSpec>