mei:mei_att.plist.attribute.plist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
plist restriction of list of mei:mei_data.URI optional
Contains a space separated list of references that identify active
participants in a collection/relationship, such as notes under a phrase mark; that is, the
entities pointed "from".

Used By

Source

<xs:attributeGroup name="mei_att.plist.attribute.plist">
  <xs:attribute name="plist">
    <xs:annotation>
      <xs:documentation>Contains a space separated list of references that identify active participants in a collection/relationship, such as notes under a phrase mark; that is, the entities pointed "from".</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>