Complex Type countType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>countType</name>
<comment>The complex type countType lists all the properties associated to elements of parliamentary count.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idreq.tmp#idreq akomantoso30_xsd_Attribute_Group_value.tmp#value akomantoso30_xsd_Attribute_Group_refers.tmp#refers akomantoso30_xsd_Attribute_Group_linkopt.tmp#linkopt
Used by
Elements count, quorum
Model ANY element from ANY namespace OTHER than 'http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17'
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
href xsd:anyURI optional
refersTo list of referenceRef optional
value xsd:string required
wId noWhiteSpace optional
Source
<xsd:complexType name="countType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>countType</name>
      <comment>The complex type countType lists all the properties associated to elements of parliamentary count.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:choice>
  <xsd:attributeGroup ref="core"/>
  <xsd:attributeGroup ref="idreq"/>
  <xsd:attributeGroup ref="value"/>
  <xsd:attributeGroup ref="refers"/>
  <xsd:attributeGroup ref="linkopt"/>
</xsd:complexType>