tei:att.global.facs.attribute.facs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
facs restriction of list of xs:anyURI optional
(facsimile) points to all or part of an image which corresponds with the
content of the element.

Used By

Source

<xs:attributeGroup name="att.global.facs.attribute.facs">
  <xs:attribute name="facs">
    <xs:annotation>
      <xs:documentation>(facsimile) points to all or part of an image which corresponds with the content of the element.</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>