All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.group.SpeechSection Maven / Gradle / Ivy

package io.legaldocml.akn.group;

/**
 * The group speechSection lists the structures that should contain speeches.
 *
 * 
 *   <xsd:group name="speechSection">
 *     <xsd:choice>
 * 		 <xsd:element ref="administrationOfOath"/>
 * 		 <xsd:element ref="rollCall"/>
 * 		 <xsd:element ref="prayers"/>
 * 		 <xsd:element ref="oralStatements"/>
 * 		 <xsd:element ref="writtenStatements"/>
 * 		 <xsd:element ref="personalStatements"/>
 * 		 <xsd:element ref="ministerialStatements"/>
 * 		 <xsd:element ref="resolutions"/>
 * 		 <xsd:element ref="nationalInterest"/>
 * 		 <xsd:element ref="declarationOfVote"/>
 * 		 <xsd:element ref="communication"/>
 * 		 <xsd:element ref="petitions"/>
 * 		 <xsd:element ref="papers"/>
 * 		 <xsd:element ref="noticesOfMotion"/>
 * 		 <xsd:element ref="questions"/>
 * 		 <xsd:element ref="address"/>
 * 		 <xsd:element ref="proceduralMotions"/>
 * 		 <xsd:element ref="pointOfOrder"/>
 * 		 <xsd:element ref="adjournment"/>
 * 		 <xsd:element ref="debateSection"/>
 *     <xsd:choice>
 * 	 <xsd:group>
 * 
* * @author Jacques Militello */ public interface SpeechSection extends ContainerElements { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy