Complex Type parliamentaryAnalysisType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>parliamentaryAnalysisType</name>
<comment>The complex type parliamentaryAnalysisType lists all the properties associated to elements in the parliamentary analysis.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idreq.tmp#idreq akomantoso30_xsd_Attribute_Group_outcome.tmp#outcome akomantoso30_xsd_Attribute_Group_refers.tmp#refers akomantoso30_xsd_Attribute_Group_linkopt.tmp#linkopt akomantoso30_xsd_Element_quorum.tmp#quorum akomantoso30_xsd_Element_count.tmp#count
Used by
Model quorum | count
Children count, quorum
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
href xsd:anyURI optional
outcome conceptRef optional
refersTo list of referenceRef optional
wId noWhiteSpace optional
Source
<xsd:complexType name="parliamentaryAnalysisType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>parliamentaryAnalysisType</name>
      <comment>The complex type parliamentaryAnalysisType lists all the properties associated to elements in the parliamentary analysis.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:element ref="quorum"/>
    <xsd:element ref="count"/>
  </xsd:choice>
  <xsd:attributeGroup ref="core"/>
  <xsd:attributeGroup ref="idreq"/>
  <xsd:attributeGroup ref="outcome"/>
  <xsd:attributeGroup ref="refers"/>
  <xsd:attributeGroup ref="linkopt"/>
</xsd:complexType>