mei:mei_att.pointing.attribute.target

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
target restriction of list of mei:mei_data.URI optional
Allows the use of one or more previously-undeclared URIs to identify
passive participants in a relationship; that is, the entities pointed
"to".

Used By

Source

<xs:attributeGroup name="mei_att.pointing.attribute.target">
  <xs:attribute name="target">
    <xs:annotation>
      <xs:documentation>Allows the use of one or more previously-undeclared URIs to identify passive participants in a relationship; that is, the entities pointed "to".</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>