tei:att.declaring.attribute.decls

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
decls restriction of list of xs:anyURI optional
identifies one or more declarable elements within the header, which are
understood to apply to the element bearing this attribute and its
content.

Used By

Source

<xs:attributeGroup name="att.declaring.attribute.decls">
  <xs:attribute name="decls">
    <xs:annotation>
      <xs:documentation>identifies one or more declarable elements within the header, which are understood to apply to the element bearing this attribute and its content.</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>