mei:mei_att.responsibility.attribute.resp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
resp restriction of list of mei:mei_data.URI optional
Indicates the agent(s) responsible for some aspect of the text's creation,
transcription, editing, or encoding. Its value must point to one or more identifiers
declared in the document header.

Used By

Source

<xs:attributeGroup name="mei_att.responsibility.attribute.resp">
  <xs:attribute name="resp">
    <xs:annotation>
      <xs:documentation>Indicates the agent(s) responsible for some aspect of the text's creation, transcription, editing, or encoding. Its value must point to one or more identifiers declared in the document header.</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>