writtenLines

specifies the number of written lines per column

Attribute Information

Used By

Element tei:layout

Source

<xs:attribute name="writtenLines">
  <xs:annotation>
    <xs:documentation>specifies the number of written lines per column</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:union memberTypes="xs:nonNegativeInteger xs:nonNegativeInteger"/>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
      <xs:maxLength value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample