Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
72:editor_references [2019/02/25 19:19] – [Allowed HTML Tags] ext-bkkr72:editor_references [2019/02/25 19:21] – [Allowed HTML Tags] ext-bkkr
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">