Contains the count of bytes in the file containing the text together with its markup. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | measure | optional | ||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| units | restriction of xs:NMTOKEN | kb | optional | ||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | xces:extentType/xces:byteCount |
<xs:complexType name="byteCountString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Contains the count of bytes in the file containing the text together with its markup.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:tei.measureString"> <xs:attribute name="units" default="kb"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="bytes"/> <xs:enumeration value="kb"/> <xs:enumeration value="mb"/> <xs:enumeration value="gb"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |