
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| class | optional | |||||
| dir | restriction of xs:token | optional | ||||
| id | xs:ID | optional | ||||
| lang | XHTMLLanguageCode | optional | ||||
| style | StyleSheet | optional | ||||
| title | XHTMLText | optional |
<xs:element name="ol" substitutionGroup="lists"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" ref="li"/> </xs:sequence> <xs:attributeGroup ref="ol.attlist"/> </xs:complexType> </xs:element> |