locus

indicates the specific aspect of the encoding (markup or content) for
which responsibility is being assigned.

Attribute Information

Used By

Element tei:respons

Source

<xs:attribute name="locus" use="required">
  <xs:annotation>
    <xs:documentation>indicates the specific aspect of the encoding (markup or content) for which responsibility is being assigned.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="name">
                <xs:annotation>
                  <xs:documentation>responsibility is being assigned concerning the name of the element or attribute used.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="start">
                <xs:annotation>
                  <xs:documentation>responsibility is being assigned concerning the start of the element concerned.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="end">
                <xs:annotation>
                  <xs:documentation>responsibility is being assigned concerning the end of the element concerned.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="location">
                <xs:annotation>
                  <xs:documentation>responsibility is being assigned concerning the location of the element concerned.</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="value">
                <xs:annotation>
                  <xs:documentation>responsibility is being assigned concerning the content (for an element) or the value (for an attribute)</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample