tei:att.source.attribute.source

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
source restriction of list of xs:anyURI optional
provides a pointer to the bibliographical source from which a quotation or
citation is drawn.

Used By

Attribute Group tei:att.source.attributes

Source

<xs:attributeGroup name="att.source.attribute.source">
  <xs:attribute name="source">
    <xs:annotation>
      <xs:documentation>provides a pointer to the bibliographical source from which a quotation or citation is drawn.</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>