Strings used to encode responsibility statements. In the TEI <resp> elements are used, in the XCES this has been renamed to <respType>. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | resp | 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="tei.respString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Strings used to encode responsibility statements. In the TEI <resp> elements are used, in the XCES this has been renamed to <respType>.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xces:class.string"> <xs:attribute name="TEIform" type="xs:string" default="resp"/> </xs:restriction> </xs:complexContent> </xs:complexType> |