| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| class | xs:NMTOKENS | optional | ||||
| depth | mpadded-space | optional | ||||
| height | mpadded-space | optional | ||||
| id | xs:ID | optional | ||||
| lspace | mpadded-space | optional | ||||
| style | xs:string | optional | ||||
| width | mpadded-width-space | optional | ||||
| xlink:href | anyURI | optional | ||||
| xref | xs:IDREF | optional |
| Complex Type | mpadded.type |
<xs:attributeGroup name="mpadded.attlist"> <xs:attribute name="width" type="mpadded-width-space"/> <!-- should have default=0 below but '0' is not in value space --> <!-- see bug #425 --> <xs:attribute name="lspace" type="mpadded-space"/> <xs:attribute name="height" type="mpadded-space"/> <xs:attribute name="depth" type="mpadded-space"/> <xs:attributeGroup ref="Common.attrib"/> </xs:attributeGroup> |