Complex Type basehierarchy
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>basehierarchy</name>
<comment>The complex type basehierarchy is not used by any element, but is derived by other types to contain the basic structure of hierarchical elements</comment>
Diagram
Diagram akomantoso30_xsd_Element_num.tmp#num akomantoso30_xsd_Element_heading.tmp#heading akomantoso30_xsd_Element_subheading.tmp#subheading
Used by
Model num{0,1} | heading{0,1} | subheading{0,1}
Children heading, num, subheading
Source
<xsd:complexType name="basehierarchy">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>basehierarchy</name>
      <comment>The complex type basehierarchy is not used by any element, but is derived by other types to contain the basic structure of hierarchical elements</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="num" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="heading" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="subheading" minOccurs="0" maxOccurs="1"/>
  </xsd:choice>
</xsd:complexType>