Showing:

Annotations
Diagrams
Source
Used by
Complex Type basehierarchy
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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-csd13_xsd_Element_num.tmp#num AkomaNtoso30-csd13_xsd_Element_heading.tmp#heading AkomaNtoso30-csd13_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:sequence>
    <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:sequence>
</xsd:complexType>