Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type hierarchy
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>hierarchy</name>
<comment>The complex type hierarchy is used by most or all the hierarchical elements of act-like documents.</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_clause.tmp#clause AkomaNtoso30-csd13_xsd_Element_section.tmp#section AkomaNtoso30-csd13_xsd_Element_part.tmp#part AkomaNtoso30-csd13_xsd_Element_paragraph.tmp#paragraph AkomaNtoso30-csd13_xsd_Element_chapter.tmp#chapter AkomaNtoso30-csd13_xsd_Element_title.tmp#title AkomaNtoso30-csd13_xsd_Element_article.tmp#article AkomaNtoso30-csd13_xsd_Element_book.tmp#book AkomaNtoso30-csd13_xsd_Element_tome.tmp#tome AkomaNtoso30-csd13_xsd_Element_division.tmp#division AkomaNtoso30-csd13_xsd_Element_list.tmp#list AkomaNtoso30-csd13_xsd_Element_point.tmp#point AkomaNtoso30-csd13_xsd_Element_indent.tmp#indent AkomaNtoso30-csd13_xsd_Element_alinea.tmp#alinea AkomaNtoso30-csd13_xsd_Element_rule.tmp#rule AkomaNtoso30-csd13_xsd_Element_subrule.tmp#subrule AkomaNtoso30-csd13_xsd_Element_proviso.tmp#proviso AkomaNtoso30-csd13_xsd_Element_subsection.tmp#subsection AkomaNtoso30-csd13_xsd_Element_subpart.tmp#subpart AkomaNtoso30-csd13_xsd_Element_subparagraph.tmp#subparagraph AkomaNtoso30-csd13_xsd_Element_subchapter.tmp#subchapter AkomaNtoso30-csd13_xsd_Element_subtitle.tmp#subtitle AkomaNtoso30-csd13_xsd_Element_subdivision.tmp#subdivision AkomaNtoso30-csd13_xsd_Element_subclause.tmp#subclause AkomaNtoso30-csd13_xsd_Element_sublist.tmp#sublist AkomaNtoso30-csd13_xsd_Element_transitional.tmp#transitional AkomaNtoso30-csd13_xsd_Element_Group_ANhier.tmp#ANhier AkomaNtoso30-csd13_xsd_Element_hcontainer.tmp#hcontainer AkomaNtoso30-csd13_xsd_Element_Group_hierElements.tmp#hierElements AkomaNtoso30-csd13_xsd_Element_wrapUp.tmp#wrapUp AkomaNtoso30-csd13_xsd_Element_content.tmp#content
Type extension of basehierarchy
Type hierarchy
Used by
Model num{0,1} , heading{0,1} , subheading{0,1} , ((intro{0,1} , (componentRef | clause | section | part | paragraph | chapter | title | article | book | tome | division | list | point | indent | alinea | rule | subrule | proviso | subsection | subpart | subparagraph | subchapter | subtitle | subdivision | subclause | sublist | transitional | hcontainer) , wrapUp{0,1}) | content)
Children alinea, article, book, chapter, clause, componentRef, content, division, hcontainer, heading, indent, intro, list, num, paragraph, part, point, proviso, rule, section, subchapter, subclause, subdivision, subheading, sublist, subparagraph, subpart, subrule, subsection, subtitle, title, tome, transitional, 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="hierarchy">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>hierarchy</name>
      <comment>The complex type hierarchy is used by most or all the hierarchical elements of act-like documents.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="basehierarchy">
      <xsd:choice>
        <xsd:sequence>
          <xsd:element ref="intro" minOccurs="0" maxOccurs="1"/>
          <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="componentRef"/>
            <xsd:group ref="hierElements"/>
          </xsd:choice>
          <xsd:element ref="wrapUp" minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
        <xsd:element ref="content"/>
      </xsd:choice>
      <xsd:attributeGroup ref="corereq"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>