QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
mathbackground | union of(m:color, restriction of xs:token) | optional | ||||
mathcolor | m:color | optional |
<xs:attributeGroup name="CommonPresAtt"> <xs:attribute name="mathcolor" type="m:color"/> <xs:attribute name="mathbackground"> <xs:simpleType> <xs:union memberTypes="m:color"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="transparent"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |