Several XCES measure elements (wordCount, byteCount, etc.) map onto the TEI <measure> element. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | measure | optional | ||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:extentType/xces:wordCount |
Complex Type | xces:byteCountString |
<xs:complexType name="tei.measureString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Several XCES measure elements (wordCount, byteCount, etc.) map onto the TEI <measure> element.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xces:class.string"> <xs:attribute name="TEIform" type="xs:string" default="measure"/> </xs:restriction> </xs:complexContent> </xs:complexType> |