例子: <interleave>

These search results reproduce every example of the use of <interleave> 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 <interleave> 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.

23 Documentation Elements


23.5.1.1 Defining Content Models: TEI

<content>
 <alternate>
  <interleave>
   <elementRef key="sic"/>
   <elementRef key="corr"/>
  </interleave>
  <interleave>
   <elementRef key="orig"/>
   <elementRef key="reg"/>
  </interleave>
  <interleave>
   <elementRef key="abbr"/>
   <elementRef key="expan"/>
  </interleave>
 </alternate>
</content>
參考書目 ⚓︎

23.5.1.1 Defining Content Models: TEI

<content>
 <interleave>
  <elementRef key="persName"/>
  <alternate minOccurs="0maxOccurs="1">
   <sequence>
    <elementRef key="birth"/>
    <elementRef key="death"/>
   </sequence>
   <elementRef key="floruit"/>
  </alternate>
  <elementRef key="note"/>
 </interleave>
</content>
參考書目 ⚓︎

<interleave> (en)

<content>
 <interleave>
  <elementRef key="persName"/>
  <alternate minOccurs="0">
   <elementRef key="placeName"/>
   <elementRef key="location"/>
  </alternate>
  <elementRef key="noteminOccurs="0"/>
 </interleave>
</content>
參考書目 全部顯示 ⚓︎