QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
spacing | restriction of xs:token | optional |
Elements | db:itemizedlist, db:orderedlist, db:variablelist |
<xs:attributeGroup name="spacing.attribute"> <xs:attribute name="spacing"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="compact"/> <xs:enumeration value="normal"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |