mei:mei_att.declaring.attribute.decls

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
decls restriction of list of mei:mei_data.URI optional
Identifies one or more metadata elements within the header, which are
understood to apply to the element bearing this attribute and its
content.

Used By

Source

<xs:attributeGroup name="mei_att.declaring.attribute.decls">
  <xs:attribute name="decls">
    <xs:annotation>
      <xs:documentation>Identifies one or more metadata 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="mei:mei_data.URI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>