Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element tr
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-csd13_xsd_Element_th.tmp#th AkomaNtoso30-csd13_xsd_Element_td.tmp#td
Properties
content: complex
Used by
Model th | td
Children td, th
Instance
<tr alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <th alternativeTo="" class="" colspan="1" eId="" GUID="" lang="" period="" refersTo="" rowspan="1" space="" status="" style="" title="" wId="">{1,1}</th>
  <td alternativeTo="" class="" colspan="1" eId="" GUID="" lang="" period="" refersTo="" rowspan="1" space="" status="" style="" title="" wId="">{1,1}</td>
</tr>
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo xsd:anyURI 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
Source
<xsd:element name="tr">
  <xsd:complexType>
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
      <xsd:element ref="th"/>
      <xsd:element ref="td"/>
    </xsd:choice>
    <xsd:attributeGroup ref="coreopt"/>
  </xsd:complexType>
</xsd:element>