Complex Type blockContainerType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
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-WD17_xsd_Element_num.tmp#num AkomaNtoso30-WD17_xsd_Element_heading.tmp#heading AkomaNtoso30-WD17_xsd_Element_subheading.tmp#subheading AkomaNtoso30-WD17_xsd_Complex_Type_basehierarchy.tmp#basehierarchy AkomaNtoso30-WD17_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-WD17_xsd_Element_intro.tmp#intro AkomaNtoso30-WD17_xsd_Element_componentRef.tmp#componentRef AkomaNtoso30-WD17_xsd_Element_blockList.tmp#blockList AkomaNtoso30-WD17_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-WD17_xsd_Element_tblock.tmp#tblock AkomaNtoso30-WD17_xsd_Element_toc.tmp#toc AkomaNtoso30-WD17_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-WD17_xsd_Element_ul.tmp#ul AkomaNtoso30-WD17_xsd_Element_ol.tmp#ol AkomaNtoso30-WD17_xsd_Element_table.tmp#table AkomaNtoso30-WD17_xsd_Element_p.tmp#p AkomaNtoso30-WD17_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-WD17_xsd_Element_foreign.tmp#foreign AkomaNtoso30-WD17_xsd_Element_block.tmp#block AkomaNtoso30-WD17_xsd_Element_Group_blockElements.tmp#blockElements AkomaNtoso30-WD17_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 eIdRef 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
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>