mei:mei_att.common.anl.attribute.sameas

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
sameas restriction of list of mei:mei_data.URI optional
Points to an element that is the same as the current element but is not a
literal copy of the current element.

Used By

Source

<xs:attributeGroup name="mei_att.common.anl.attribute.sameas">
  <xs:attribute name="sameas">
    <xs:annotation>
      <xs:documentation>Points to an element that is the same as the current element but is not a literal copy of the current element.</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>