The size of the electronic text as stored on some carrier medium. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="extentType"> <xs:annotation> <xs:documentation xml:lang="en">The size of the electronic text as stored on some carrier medium.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence> <xs:element name="wordCount" minOccurs="0" type="xces:tei.measureString"/> <xs:element name="byteCount" minOccurs="0" type="xces:byteCountString"/> <xs:element name="extNote" type="xces:tei.noteString" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |