<element name="contextRule" type="gt:ContextRuleType"></element>
<element name="escapeRule" type="gt:EscapeRuleType"></element>
+ <!-- If no <its:preserveSpaceRule> nor <gt:preserveSpaceRule> is present,
+ the default 'space' property is "default". -->
<complexType name="ExtendedPreserveSpaceRuleType">
<attribute name="selector" type="string" use="required"></attribute>
<attribute name="space" use="required">
<attribute name="textPointer" type="string" use="optional"></attribute>
</complexType>
+ <!-- If no <gt:escapeRule> is present, the default 'escape' property
+ is "yes". -->
<complexType name="EscapeRuleType">
<attribute name="selector" type="string" use="required"></attribute>
<attribute name="escape" use="required">
</attribute>
</complexType>
+ <!-- If no <its:preserveSpaceRule> nor <gt:preserveSpaceRule> is present,
+ the default 'space' property is "default". -->
<complexType name="PreserveSpaceRuleType">
<attribute name="selector" type="string" use="required"></attribute>
<attribute name="space" use="required">