tei:att.naming.attribute.nymRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
nymRef restriction of list of xs:anyURI optional
(reference to the canonical name) provides a means of locating the
canonical form (nym) of the names associated with the object named by the element bearing
it.

Used By

Attribute Group tei:att.naming.attributes

Source

<xs:attributeGroup name="att.naming.attribute.nymRef">
  <xs:attribute name="nymRef">
    <xs:annotation>
      <xs:documentation>(reference to the canonical name) provides a means of locating the canonical form (nym) of the names associated with the object named by the element bearing it.</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>