<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Superscript</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
arrange | restriction of xsd:NMTOKEN | optional | |||||
id | xsd:ID | optional | |||||
specific-use | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
Element Group | subsup.class |
<xsd:element name="sup"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Superscript</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="emphasized-text"/> </xsd:choice> <xsd:attribute name="arrange" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="stack"/> <xsd:enumeration value="stagger"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="specific-use" use="optional" type="xsd:string"/> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |