<xs:complexType name="poemType" mixed="false">
<xs:annotation>
<xs:documentation xml:lang="en">A poem, or an extract from one, embedded or quoted within a text.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="xces:class.text.elementOnly">
<xs:sequence>
<xs:element name="head" type="xces:headType" minOccurs="0"/>
<xs:choice maxOccurs="unbounded">
<xs:element name="lg" type="xces:lgType"/>
<xs:group ref="xces:line.group"/>
<!-- 0.4
Change the name of the line element back to l (lowercase el)
<xs:element name="line" type="xces:lineType"/>
-->
</xs:choice>
<xs:element name="author" type="xces:authorType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |