tei:att.global.linking.attribute.corresp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
corresp restriction of list of xs:anyURI optional
(corresponds) points to elements that correspond to the current element in
some way.

Used By

Source

<xs:attributeGroup name="att.global.linking.attribute.corresp">
  <xs:attribute name="corresp">
    <xs:annotation>
      <xs:documentation>(corresponds) points to elements that correspond to the current element in some way.</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>