<xs:attribute name="render" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="altrender"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="bolddoublequote"/>
<xs:enumeration value="bolditalic"/>
<xs:enumeration value="boldsinglequote"/>
<xs:enumeration value="boldsmcaps"/>
<xs:enumeration value="boldunderline"/>
<xs:enumeration value="doublequote"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="nonproport"/>
<xs:enumeration value="singlequote"/>
<xs:enumeration value="smcaps"/>
<xs:enumeration value="sub"/>
<xs:enumeration value="super"/>
<xs:enumeration value="underline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |