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

<xs:complexType name="btype">
	<xs:sequence>
		<xs:element name="id" type="stringtype" />
		<xs:element name="title" type="stringtype" />
		<xs:element name="einleitung" type="textcontent" />
		<xs:element name="bcs" type="bctype" />
		<xs:element name="bcm" type="bctype" />
		<xs:element name="ueber" type="textcontent" 
			minOccurs="1" maxOccurs="15" />
	</xs:sequence>
</xs:complexType>

Der Teil B befasst sich mit der fächerübergreifen Kompetenzentwicklung. Er enthält die Basiscurricula Sprachbildung und Medienbildung (vom Typ bctype) und 13 übergreifende Themen (in Form von Fließtexten).

Clone this wiki locally