tei:att.damaged.attribute.agent

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
agent restriction of xs:token optional
categorizes the cause of the damage, if it can be identified. Sample
values include: 1] rubbing; 2] mildew; 3] smoke

Used By

Attribute Group tei:att.damaged.attributes

Source

<xs:attributeGroup name="att.damaged.attribute.agent">
  <xs:attribute name="agent">
    <xs:annotation>
      <xs:documentation>categorizes the cause of the damage, if it can be identified. Sample values include: 1] rubbing; 2] mildew; 3] smoke</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>