output

the intended output. Sample values include: 1] web; 2] print; 3]
plain

Attribute Information

Used By

Element tei:model

Source

<xs:attribute name="output">
  <xs:annotation>
    <xs:documentation>the intended output. Sample values include: 1] web; 2] print; 3] plain</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample