Element debate
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Element</type>
<name>debate</name>
<comment>Element debate is used for describing the structure and content of a debate record</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_name.tmp#name akomantoso30_xsd_Attribute_Group_contains.tmp#contains akomantoso30_xsd_Element_meta.tmp#meta akomantoso30_xsd_Element_coverPage.tmp#coverPage akomantoso30_xsd_Element_preface.tmp#preface akomantoso30_xsd_Element_debateBody.tmp#debateBody akomantoso30_xsd_Element_conclusions.tmp#conclusions akomantoso30_xsd_Element_attachments.tmp#attachments akomantoso30_xsd_Element_components.tmp#components akomantoso30_xsd_Complex_Type_debateStructure.tmp#debateStructure
Type debateStructure
Properties
content: complex
Used by
Element Group documentType
Model meta , coverPage{0,1} , preface{0,1} , debateBody , conclusions{0,1} , attachments{0,1} , components{0,1}
Children attachments, components, conclusions, coverPage, debateBody, meta, preface
Instance
<debate contains="originalVersion" name="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17">
  <meta>{1,1}</meta>
  <coverPage alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</coverPage>
  <preface alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</preface>
  <debateBody alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{1,1}</debateBody>
  <conclusions alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</conclusions>
  <attachments>{0,1}</attachments>
  <components eId="" GUID="" wId="">{0,1}</components>
</debate>
Attributes
QName Type Fixed Default Use Annotation
contains versionType originalVersion optional
name xsd:string required
Source
<xsd:element name="debate" type="debateStructure">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>debate</name>
      <comment>Element debate is used for describing the structure and content of a debate record</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:unique name="eId-debate">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@eId"/>
  </xsd:unique>
  <xsd:unique name="GUID-debate">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@GUID"/>
  </xsd:unique>
</xsd:element>