Complex Type parliamentaryAnalysis
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>parliamentaryAnalysis</name>
<comment>The complex type parliamentaryAnalysis is a list of all the parliamentary analysis elements that can be used on the analysis of a debate</comment>
Diagram
Diagram akomantoso30_xsd_Element_quorumVerification.tmp#quorumVerification akomantoso30_xsd_Element_voting.tmp#voting akomantoso30_xsd_Element_recount.tmp#recount
Used by
Element parliamentary
Model quorumVerification | voting | recount
Children quorumVerification, recount, voting
Source
<xsd:complexType name="parliamentaryAnalysis">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>parliamentaryAnalysis</name>
      <comment>The complex type parliamentaryAnalysis is a list of all the parliamentary analysis elements that can be used on the analysis of a debate</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:element ref="quorumVerification"/>
    <xsd:element ref="voting"/>
    <xsd:element ref="recount"/>
  </xsd:choice>
</xsd:complexType>