Poems in prose works and volumes of poetry with a simple structure (i. e. only poetry titles and verses, no additional text components) are structured by <lg>s. The <lg> element encloses the whole poem, in doing so this usage is indicated by the attribute value pair @type="poem". The <lg> element encloses furthermore every single stanza. In this case, there is no @type attribute. For multi-strophic poems, the respective stranza number is specified in the @n attribute of the <lg> element. The title of the poem can be found in the <head> element of the outer <lg>. Verses are tagged within <lg> with <l>[...]</l>. A verse can extent beyond a line break.
<lgtype="poem"><head>[title]</head><!-- where applicable --><lgn="[stanza number]"><!-- unless it is a one-strophic poem --><l>[verse]</l><l>[verse]</l></lg></lg>