Simple Type opinionType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>opinionType</name>
<comment>This is the list of allowed values for the type attribute of the opinion element</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration dissenting
enumeration agreeing
enumeration null
Used by
Attribute opinionType/@type
Source
<xsd:simpleType name="opinionType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>opinionType</name>
      <comment>This is the list of allowed values for the type attribute of the opinion element</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="dissenting"/>
    <xsd:enumeration value="agreeing"/>
    <xsd:enumeration value="null"/>
  </xsd:restriction>
</xsd:simpleType>