where

specifies the direction of a stage movement. Sample values include: 1]
L(left) ; 2] R(right) ; 3] C(center)

Attribute Information

Used By

Element tei:move

Source

<xs:attribute name="where">
  <xs:annotation>
    <xs:documentation>specifies the direction of a stage movement. Sample values include: 1] L(left) ; 2] R(right) ; 3] C(center)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample