Attribute voteAtts / @choice
Namespace No namespace
Type voteRef
Properties
content: simple
Used by
Attribute Group voteAtts
Source
<xsd:attribute name="choice" type="voteRef"/>
Attribute Group voteAtts
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>voteAtts</name>
<comment>The attributes in voteAtts are used in votes to identify agents and choices in votes. In particular, attribute 'by' identifies the voter, optional attribute 'as' identifies the role under which the voter is acting, optional attribute 'choice' specifies the vote that was casted.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_agent.tmp#agent_by akomantoso30_xsd_Attribute_Group_agent.tmp#agent akomantoso30_xsd_Attribute_Group_role.tmp#role_as akomantoso30_xsd_Attribute_Group_role.tmp#role akomantoso30_xsd_Attribute_Group_voteAtts.tmp#voteAtts_choice
Used by
Element vote
Attributes
QName Type Fixed Default Use Annotation
as roleRef optional
by agentRef required
choice voteRef optional
Source
<xsd:attributeGroup name="voteAtts">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>voteAtts</name>
      <comment>The attributes in voteAtts are used in votes to identify agents and choices in votes. In particular, attribute 'by' identifies the voter, optional attribute 'as' identifies the role under which the voter is acting, optional attribute 'choice' specifies the vote that was casted.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attributeGroup ref="agent"/>
  <xsd:attributeGroup ref="role"/>
  <xsd:attribute name="choice" type="voteRef"/>
</xsd:attributeGroup>