Skip to content

rlp110type

hfreye edited this page Sep 16, 2016 · 6 revisions
 <xs:include schemaLocation="http://bsbb.eu/fachtype.xsd"></xs:include>
 <xs:include schemaLocation="http://bsbb.eu/atype.xsd"></xs:include>
 <xs:include schemaLocation="http://bsbb.eu/btype.xsd"></xs:include>
 <xs:include schemaLocation="http://bsbb.eu/ctype.xsd"></xs:include>

<xs:complexType name="rlp110type">
    <xs:sequence>
        <xs:element name="a" type="atype"/>
        <xs:element name="b" type="btype"/>
        <xs:element name="c" type="ctype"/>
    </xs:sequence>
</xs:complexType>

Der Rahmenlehrplan besteht aus drei Teilen. Den Teilen A, B und C, die jeweils unterschiedliche Inhalte und Formen haben.
atype
btype
ctype

Clone this wiki locally