<alternate>
| <alternate> indicates that the constructs referenced by its children form an alternation. [23.5.1 Defining Content Models] | |
| 모듈 | tagdocs — Documentation Elements |
| 속성 |
|
| 클럽 회원 | |
| 에 의해 포함된 | |
| 포함할 수 있다 | |
| 예 |
<content>
<alternate> <elementRef key="name"/> <elementRef key="persName"/> </alternate> </content> This example content model permits either a name or a persName. |
| Schematron |
<sch:rule context="tei:alternate"> <sch:assert test="count(*) gt 1">The alternate element must have at least two child elements</sch:assert> </sch:rule> |
| Content model |
<content> |
| 선언 |
<rng:element name="alternate"> element alternate { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.repeatable.attributes, ( valList | model.contentPart )+ } |