QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | name | optional | ||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
type | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="tei.nameString" mixed="true"> <xs:complexContent mixed="true"> <xs:restriction base="xces:tei.typedString"> <xs:attribute name="TEIform" type="xs:string" default="name"/> </xs:restriction> </xs:complexContent> </xs:complexType> |