tei:att.global.linking.attribute.exclude

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
exclude restriction of list of xs:anyURI optional
points to elements that are in exclusive alternation with the current
element.

Used By

Source

<xs:attributeGroup name="att.global.linking.attribute.exclude">
  <xs:attribute name="exclude">
    <xs:annotation>
      <xs:documentation>points to elements that are in exclusive alternation with the current 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>