Skip to content

textcontent

hfreye edited this page Sep 16, 2016 · 1 revision
    <xs:include schemaLocation="http://bsbb.eu/stringtype.xsd"></xs:include>

<xs:complexType name="textcontent">
	<xs:sequence>
		<xs:element name="id" type="stringtype" />
		<xs:element name="title" type="stringtype" />
		<xs:element name="content" type="stringtype" minOccurs="0"
			maxOccurs="1" />
		<xs:element name="subtext" type="textcontent" minOccurs="0"
			maxOccurs="20" />
	</xs:sequence>
</xs:complexType>

Der Typ "textcontent" beschreibt eine Überschrift, eine ID (Codierung) und (bis zu einem) Text oder (und) rekursiv bis zu 20 Elemente vom Typ "textcontent". Also ein normal gegliederter Fließtext mit Kapitelüberschriften.

Clone this wiki locally