QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
charoff | restriction of xs:nonNegativeInteger | optional |
Elements | db:colspec, db:entry, db:entrytbl, db:spanspec, db:tgroup |
<xs:attributeGroup name="charoff.attribute"> <xs:attribute name="charoff"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:minExclusive value="0"/> <xs:maxExclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |