| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Elements | identity/nameEntry, nameEntryParallel |
<xs:element name="useDates"> <xs:complexType> <xs:group ref="m.dates"/> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |