indicates whether the pronunciation is for whole word or part. Sample values include: 1] full(full form) ; 2] pref(prefix) ; 3] suff(suffix) ; 4] part(partial) |
Element | tei:pron |
<xs:attribute name="extent" default="full"> <xs:annotation> <xs:documentation>indicates whether the pronunciation is for whole word or part. Sample values include: 1] full(full form) ; 2] pref(prefix) ; 3] suff(suffix) ; 4] part(partial)</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> |