<xs:attributeGroup name="mlongdiv.attributes">
<xs:attributeGroup ref="m:msgroup.attributes"/>
<xs:attribute name="longdivstyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="lefttop"/>
<xs:enumeration value="stackedrightright"/>
<xs:enumeration value="mediumstackedrightright"/>
<xs:enumeration value="shortstackedrightright"/>
<xs:enumeration value="righttop"/>
<xs:enumeration value="left/\right"/>
<xs:enumeration value="left)(right"/>
<xs:enumeration value=":right=right"/>
<xs:enumeration value="stackedleftleft"/>
<xs:enumeration value="stackedleftlinetop"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |