<xs:element name="stanza" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each poem should have at least one stanza. Stanzas are usually separated with empty lines by user agents.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="titleType" minOccurs="0"/>
<xs:element name="subtitle" type="pType" minOccurs="0"/>
<xs:element name="v" type="pType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>An individual line in a stanza</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element> |