A number, written in any form. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
type | xs:string | optional | |||||
value | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="numType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">A number, written in any form.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.textString"> <xs:attribute name="type" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |