mei:mei_att.common.anl.attribute.next

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
next restriction of list of mei:mei_data.URI optional
Used to point to the next event(s) in a user-defined
collection.

Used By

Source

<xs:attributeGroup name="mei_att.common.anl.attribute.next">
  <xs:attribute name="next">
    <xs:annotation>
      <xs:documentation>Used to point to the next event(s) in a user-defined collection.</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>