Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element table
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Element_table.tmp#table_width AkomaNtoso30-csd13_xsd_Element_table.tmp#table_border AkomaNtoso30-csd13_xsd_Element_table.tmp#table_cellspacing AkomaNtoso30-csd13_xsd_Element_table.tmp#table_cellpadding AkomaNtoso30-csd13_xsd_Element_caption.tmp#caption AkomaNtoso30-csd13_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="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="" width="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <caption alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{0,1}</caption>
  <tr alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{1,unbounded}</tr>
</table>
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo xsd:anyURI optional
border xsd:integer optional
cellpadding xsd:integer optional
cellspacing xsd:integer optional
class xsd:string optional
eId noWhiteSpace optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI 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:attribute name="width" type="xsd:integer"/>
    <xsd:attribute name="border" type="xsd:integer"/>
    <xsd:attribute name="cellspacing" type="xsd:integer"/>
    <xsd:attribute name="cellpadding" type="xsd:integer"/>
  </xsd:complexType>
</xsd:element>
Attribute table / @width
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element table
Source
<xsd:attribute name="width" type="xsd:integer"/>
Attribute table / @border
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element table
Source
<xsd:attribute name="border" type="xsd:integer"/>
Attribute table / @cellspacing
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element table
Source
<xsd:attribute name="cellspacing" type="xsd:integer"/>
Attribute table / @cellpadding
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Element table
Source
<xsd:attribute name="cellpadding" type="xsd:integer"/>