mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
8 lines
240 B
XML
8 lines
240 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="content">
|
|
<xs:element name="titel" type="xs:string"/>
|
|
<xs:element name="inhalt" type="wysiwyg"/>
|
|
</xs:element>
|
|
</xs:schema>
|