mei:mei_att.facsimile.attribute.facs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
facs restriction of list of mei:mei_data.URI optional
Permits the current element to reference a facsimile surface or image zone
which corresponds to it.

Used By

Source

<xs:attributeGroup name="mei_att.facsimile.attribute.facs">
  <xs:attribute name="facs">
    <xs:annotation>
      <xs:documentation>Permits the current element to reference a facsimile surface or image zone which corresponds to it.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="mei:mei_data.URI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>