<transpose>
| <transpose> describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [12.3.4.5. Transpositions] | |
| Module | transcr |
| Attributes |
|
| Contained by | transcr: listTranspose |
| May contain | core: ptr |
| Note | Transposition is usually indicated in a document by a metamark such as a wavy line or numbering. The order in which ptr elements appear within a transpose element should correspond with the desired order, as indicated by the metamark. |
| Example | <transpose> <ptr target="#ib02"/> <ptr target="#ib01"/> </transpose> The transposition recorded here indicates that the content of the element with identifier |
| Content model | <content> |
| Schema Declaration |
element transpose { tei_att.global.attributes, ( tei_ptr, tei_ptr, tei_ptr* ) } |