<xs:group name="table.content"> <xs:sequence> <xs:element minOccurs="0" ref="caption"/> <xs:choice> <xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="colgroup"/> </xs:choice> <xs:choice> <xs:sequence> <xs:element minOccurs="0" ref="thead"/> <xs:element minOccurs="0" ref="tfoot"/> <xs:element maxOccurs="unbounded" ref="tbody"/> </xs:sequence> <xs:choice> <xs:element maxOccurs="unbounded" ref="tr"/> </xs:choice> </xs:choice> </xs:sequence> </xs:group>