tei:att.canonical.attribute.ref

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
ref restriction of list of xs:anyURI optional
(reference) provides an explicit means of locating a full definition or
identity for the entity being named by means of one or more URIs.

Used By

Source

<xs:attributeGroup name="att.canonical.attribute.ref">
  <xs:attribute name="ref">
    <xs:annotation>
      <xs:documentation>(reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.</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>