Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute voteAtts / @by
Namespace No namespace
Type xsd:anyURI
Properties
use: required
Used by
Attribute Group voteAtts
Source
<xsd:attribute name="by" type="xsd:anyURI" use="required"/>
Attribute voteAtts / @as
Namespace No namespace
Type xsd:anyURI
Properties
content: simple
Used by
Attribute Group voteAtts
Source
<xsd:attribute name="as" type="xsd:anyURI"/>
Attribute voteAtts / @choice
Namespace No namespace
Type xsd:anyURI
Properties
content: simple
Used by
Attribute Group voteAtts
Source
<xsd:attribute name="choice" type="xsd:anyURI"/>
Attribute Group voteAtts
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Attlist</type>
<name>voteAtts</name>
<comment>The attributes in voteAtts are used in votes to identify actors 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 voe that was casted.</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_voteAtts.tmp#voteAtts_by AkomaNtoso30-csd13_xsd_Attribute_Group_voteAtts.tmp#voteAtts_as AkomaNtoso30-csd13_xsd_Attribute_Group_voteAtts.tmp#voteAtts_choice
Used by
Element vote
Attributes
QName Type Fixed Default Use Annotation
as xsd:anyURI optional
by xsd:anyURI required
choice xsd:anyURI 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 actors 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 voe that was casted.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="by" type="xsd:anyURI" use="required"/>
  <xsd:attribute name="as" type="xsd:anyURI"/>
  <xsd:attribute name="choice" type="xsd:anyURI"/>
</xsd:attributeGroup>