Showing:

Attributes
Diagrams
Source
Used by
Complex Type recitalHierarchy
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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_recital.tmp#recital AkomaNtoso30-csd13_xsd_Element_wrapUp.tmp#wrapUp
Type extension of basehierarchy
Type hierarchy
Used by
Element recitals
Model num{0,1} , heading{0,1} , subheading{0,1} , intro{0,1} , (componentRef | recital) , wrapUp{0,1}
Children componentRef, heading, intro, num, recital, subheading, 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="recitalHierarchy">
  <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:element ref="recital"/>
        </xsd:choice>
        <xsd:element ref="wrapUp" minOccurs="0" maxOccurs="1"/>
      </xsd:sequence>
      <xsd:attributeGroup ref="corereq"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>