age

specifies an age group for the person.

Attribute Information

Used By

Element tei:person

Source

<xs:attribute name="age">
  <xs:annotation>
    <xs:documentation>specifies an age group for the person.</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>

Sample