<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Table Count</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
count | xsd:NMTOKEN | required | |||||
id | xsd:ID | optional | |||||
xml:base | xs:anyURI | optional |
|
Element Group | counts-model |
<xsd:element name="table-count"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Table Count</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="count" use="required" type="xsd:NMTOKEN"/> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |