A line of verse. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
part | restriction of xs:NMTOKEN | u | optional | ||||
rend | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="lineType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">A line of verse.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:phrase.seq"> <xs:attribute name="part" default="u"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="y"/> <xs:enumeration value="n"/> <xs:enumeration value="u"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |