Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type blockContainerType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>blockContainerType</name>
<comment>the element blockContainer is used as a container of many individual block elements in a block context</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Element_num.tmp#num AkomaNtoso30-csd13_xsd_Element_heading.tmp#heading AkomaNtoso30-csd13_xsd_Element_subheading.tmp#subheading AkomaNtoso30-csd13_xsd_Complex_Type_basehierarchy.tmp#basehierarchy AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Element_intro.tmp#intro AkomaNtoso30-csd13_xsd_Element_componentRef.tmp#componentRef AkomaNtoso30-csd13_xsd_Element_blockList.tmp#blockList AkomaNtoso30-csd13_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-csd13_xsd_Element_tblock.tmp#tblock AkomaNtoso30-csd13_xsd_Element_toc.tmp#toc AkomaNtoso30-csd13_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-csd13_xsd_Element_ul.tmp#ul AkomaNtoso30-csd13_xsd_Element_ol.tmp#ol AkomaNtoso30-csd13_xsd_Element_table.tmp#table AkomaNtoso30-csd13_xsd_Element_p.tmp#p AkomaNtoso30-csd13_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-csd13_xsd_Element_foreign.tmp#foreign AkomaNtoso30-csd13_xsd_Element_block.tmp#block AkomaNtoso30-csd13_xsd_Element_Group_blockElements.tmp#blockElements AkomaNtoso30-csd13_xsd_Element_wrapUp.tmp#wrapUp
Type extension of basehierarchy
Type hierarchy
Used by
Element blockContainer
Model num{0,1} , heading{0,1} , subheading{0,1} , intro{0,1} , (componentRef | blockList | blockContainer | tblock | toc | ul | ol | table | p | foreign | block) , wrapUp{0,1}
Children block, blockContainer, blockList, componentRef, foreign, heading, intro, num, ol, p, subheading, table, tblock, toc, ul, wrapUp
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:complexType name="blockContainerType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>blockContainerType</name>
      <comment>the element blockContainer is used as a container of many individual block elements in a block context</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="basehierarchy">
      <xsd:sequence>
        <xsd:element ref="intro" minOccurs="0" maxOccurs="1"/>
        <xsd:choice minOccurs="1" maxOccurs="unbounded">
          <xsd:element ref="componentRef"/>
          <xsd:group ref="blockElements"/>
        </xsd:choice>
        <xsd:element ref="wrapUp" minOccurs="0" maxOccurs="1"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="corereq"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>