tei:att.global.responsibility.attribute.resp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
resp restriction of list of xs:anyURI optional
(responsible party) indicates the agency responsible for the intervention
or interpretation, for example an editor or transcriber.

Used By

Source

<xs:attributeGroup name="att.global.responsibility.attribute.resp">
  <xs:attribute name="resp">
    <xs:annotation>
      <xs:documentation>(responsible party) indicates the agency responsible for the intervention or interpretation, for example an editor or transcriber.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:anyURI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>