QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:NMTOKEN | optional | |||||
id | xs:ID | optional | |||||
title | optional | ||||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:element name="frac"> <xs:complexType> <xs:sequence> <xs:element ref="n"/> <xs:element ref="sep" minOccurs="0"/> <xs:element ref="d"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="class" type="xs:NMTOKEN"/> <xs:attribute name="title"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |