tei:att.edition.attribute.edRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
edRef restriction of list of xs:anyURI optional
(edition reference) provides a pointer to the source edition in which the
associated feature (for example, a page, column, or line break) occurs at this point in
the text.

Used By

Attribute Group tei:att.edition.attributes

Source

<xs:attributeGroup name="att.edition.attribute.edRef">
  <xs:attribute name="edRef">
    <xs:annotation>
      <xs:documentation>(edition reference) provides a pointer to the source edition in which the associated feature (for example, a page, column, or line break) occurs at this point in the text.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:anyURI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>