<xs:attributeGroup name="StyleImp">
<xs:attribute name="style" use="optional">
<xs:annotation>
<xs:documentation>The attribute style allows to define how the text within the element formatted should be displayed. Values to select are bold, italic, underlined, crossedOut, upperCase, lowerCase, subscript, superscript and code.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="underlined"/>
<xs:enumeration value="crossedOut"/>
<xs:enumeration value="upperCase"/>
<xs:enumeration value="lowerCase"/>
<xs:enumeration value="subscript"/>
<xs:enumeration value="superscript"/>
<xs:enumeration value="code"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |