xces:TEIform

The TEIform element is used to map XCES elements and types onto TEI elements.  This is only required for
a few elements (mostly in the header) that do not exist in the TEI or whose names have been changed.  For example.
the TEI element <teiHeader> has been renamed <cesHeader> in the XCES and uses the TEIform attribute
to declare a mapping between <cesHeader> in the XCES and <teiHeader> in the TEI.

Attribute Information

Source

<xs:attribute name="TEIform" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation xml:lang="en">The TEIform element is used to map XCES elements and types onto TEI elements. This is only required for a few elements (mostly in the header) that do not exist in the TEI or whose names have been changed. For example. the TEI element <teiHeader> has been renamed <cesHeader> in the XCES and uses the TEIform attribute to declare a mapping between <cesHeader> in the XCES and <teiHeader> in the TEI.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample