QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
class | xs:NMTOKENS | optional | ||||
close | optional | |||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
mathbackground | union of(m:color, restriction of xs:token) | optional | ||||
mathcolor | m:color | optional | ||||
open | optional | |||||
other | optional | |||||
separators | optional | |||||
style | xs:string | optional | ||||
xref | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML' |
<xs:element name="mfenced" substitutionGroup="m:PresentationExpression"> <xs:complexType> <xs:group minOccurs="0" maxOccurs="unbounded" ref="m:MathExpression"/> <xs:attributeGroup ref="m:mfenced.attributes"/> </xs:complexType> </xs:element> |