Text which has been regularized or normalized in some sense. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | optional | |||||
| cert | xs:string | optional | |||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| orig | xs:string | optional | |||||
| rend | xs:string | optional | |||||
| resp | xs:string | optional | |||||
| wsd | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | xces:m.common/xces:reg |
<xs:complexType name="regType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Text which has been regularized or normalized in some sense.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:phrase.seq"> <xs:attribute name="orig" type="xs:string"/> <xs:attribute name="resp" type="xs:string"/> <xs:attribute name="cert" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |