Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:editor_references [2019/02/18 20:46] – [Allowed HTML Tags] ext-bkkr72:editor_references [2019/02/25 19:21] – [Allowed HTML Tags] ext-bkkr
Line 67: Line 67:
  
 <code> <code>
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit><?xml version="1.0" encoding="UTF-8"?>+<?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 targetNamespace="http://namespace.methodpark.de/composer/richtext/model" targetNamespace="http://namespace.methodpark.de/composer/richtext/model"
Line 106: Line 106:
 </xsd:restriction> </xsd:restriction>
 </xsd:simpleType> </xsd:simpleType>
-<!-- CSS Style Restriction -->  <xsd:simpleType name="Color">+<!-- CSS Style Restriction --> 
 + <xsd:simpleType name="Color">
 <xsd:restriction base="xsd:string"> <xsd:restriction base="xsd:string">
 <xsd:pattern value="(background-color:\s*#[0-9a-fA-F]{6};\s*|color: <xsd:pattern value="(background-color:\s*#[0-9a-fA-F]{6};\s*|color:
Line 165: Line 166:
 <xsd:complexContent> <xsd:complexContent>
 <xsd:extension base="rt:Element"> <xsd:extension base="rt:Element">
-<xsd:attribute name="class" type="rt:ImageClass" use="required" /> <xsd:attribute name="data-pkit-unmanaged" type="xsd:string"+<xsd:attribute name="class" type="rt:ImageClass" use="required" /> 
 + <xsd:attribute name="data-pkit-unmanaged" type="xsd:string"
 use="optional" /> use="optional" />
 <xsd:attribute name="src" type="xsd:string" use="required" /> <xsd:attribute name="src" type="xsd:string" use="required" />
Line 226: Line 228:
 <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:choice minOccurs="0" maxOccurs="unbounded">
 <xsd:group ref="rt:inlineContentWithLinks" minOccurs="0" <xsd:group ref="rt:inlineContentWithLinks" minOccurs="0"
-maxOccurs="unbounded" /> </xsd:choice>+maxOccurs="unbounded" /> 
 + </xsd:choice>
 <xsd:attribute name="class" type="rt:StagesClassName" use="optional"/> <xsd:attribute name="class" type="rt:StagesClassName" use="optional"/>
 </xsd:extension> </xsd:extension>
Line 289: Line 292:
 <xsd:attribute name="align" type="rt:TableAlignment" use="optional" /> <xsd:attribute name="align" type="rt:TableAlignment" use="optional" />
 <xsd:attribute name="style" type="rt:TableStyle" use="optional" /> <xsd:attribute name="style" type="rt:TableStyle" use="optional" />
-</xsd:extension> </xsd:complexContent>+</xsd:extension> 
 + </xsd:complexContent>
 </xsd:complexType> </xsd:complexType>
 <xsd:complexType name="ListItem" mixed="true"> <xsd:complexType name="ListItem" mixed="true">
Line 375: Line 379:
 </xsd:schema></font> </xsd:schema></font>
 </code> </code>
 +
  
 ==== Configuration Properties ==== ==== Configuration Properties ====