
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| annotations | optional | ||||||
| arch | optional | ||||||
| audience | optional | ||||||
| condition | optional | ||||||
| conformance | optional | ||||||
| dir | restriction of xs:token | optional | |||||
| label | optional | ||||||
| linkends | xs:IDREFS | optional | |||||
| os | optional | ||||||
| otherunits | xs:NMTOKEN | optional | |||||
| remap | optional | ||||||
| revision | optional | ||||||
| revisionflag | restriction of xs:token | optional | |||||
| role | optional | ||||||
| security | optional | ||||||
| units | restriction of xs:token | optional | |||||
| userlevel | optional | ||||||
| vendor | optional | ||||||
| version | optional | ||||||
| wordsize | optional | ||||||
| xml:base | xs:anyURI | optional |
|
||||
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
| xreflabel | optional |
| Element | docbook:areaspec |
<xs:element name="areaset"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" ref="docbook:area"/> </xs:sequence> <xs:attribute name="role"/> <xs:attributeGroup ref="docbook:db.common.attributes"/> <xs:attribute name="units"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="calspair"/> <xs:enumeration value="linecolumn"/> <xs:enumeration value="linecolumnpair"/> <xs:enumeration value="linerange"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="otherunits" type="xs:NMTOKEN"/> <xs:attribute name="linkends" type="xs:IDREFS"/> <xs:attribute name="label"/> </xs:complexType> </xs:element> |