class

<p>The class attribute defines the semantic of the arcgroup.</p>

Attribute Information

Used By

Element arcgroup

Source

<xsd:attribute name="class" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <p>The class attribute defines the semantic of the arcgroup.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <!-- ER only -->
      <xsd:enumeration value="interaction"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample