Simple Type resultType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Simple</type>
<name>resultType</name>
<comment>This is the list of allowed values for the type attribute of the result element</comment>
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration deny
enumeration dismiss
enumeration uphold
enumeration revert
enumeration replaceOrder
enumeration remit
enumeration decide
enumeration approve
Used by
Attribute resultType/@type
Source
<xsd:simpleType name="resultType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>resultType</name>
      <comment>This is the list of allowed values for the type attribute of the result element</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="deny"/>
    <xsd:enumeration value="dismiss"/>
    <xsd:enumeration value="uphold"/>
    <xsd:enumeration value="revert"/>
    <xsd:enumeration value="replaceOrder"/>
    <xsd:enumeration value="remit"/>
    <xsd:enumeration value="decide"/>
    <xsd:enumeration value="approve"/>
  </xsd:restriction>
</xsd:simpleType>