Element table
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Diagram
Diagram AkomaNtoso30-WD17_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-WD17_xsd_Attribute_Group_tableAtts.tmp#tableAtts AkomaNtoso30-WD17_xsd_Element_caption.tmp#caption AkomaNtoso30-WD17_xsd_Element_tr.tmp#tr
Properties
content: complex
Used by
Element Group HTMLblock
Model caption{0,1} , tr+
Children caption, tr
Instance
<table alternativeTo="" border="" cellpadding="" cellspacing="" class="" eId="" GUID="" id="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="" width="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17">
  <caption alternativeTo="" class="" eId="" GUID="" id="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{0,1}</caption>
  <tr alternativeTo="" class="" eId="" GUID="" id="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{1,unbounded}</tr>
</table>
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo eIdRef optional
border xsd:integer optional
cellpadding xsd:integer optional
cellspacing xsd:integer optional
class xsd:string optional
eId noWhiteSpace optional
id optional
lang optional
period temporalGroupRef optional
refersTo list of referenceRef optional
space optional
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
width xsd:integer optional
Source
<xsd:element name="table">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="caption" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="tr" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="corereq"/>
    <xsd:attributeGroup ref="tableAtts"/>
  </xsd:complexType>
</xsd:element>