Simple Type voteRef
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Simple</type>
<name>voteRef</name>
<comment>These values are references to existing votes (i.e., quorum or count) only, i.e., given an existing eId of a vote element of the form XYZ, the value is necessarily #XYZ</comment>
Diagram
Diagram
Type xsd:anyURI
Used by
Attribute voteAtts/@choice
Source
<xsd:simpleType name="voteRef">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>voteRef</name>
      <comment>These values are references to existing votes (i.e., quorum or count) only, i.e., given an existing eId of a vote element of the form XYZ, the value is necessarily #XYZ</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>