Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CVEnumAuditActionResultType
Namespace urn:us:gov:ic:audit-cvenum
Annotations
(U) All currently authorized action result types. PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumAuditActionResultType.xml
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration SUCCESS
The event completed successfully.
enumeration FAILURE
The event did not complete successfully.
enumeration GRANT
The event was granted permission.
enumeration DENY
The event was not granted permission.
Used by
Element ActionResult
Source
<xsd:simpleType name="CVEnumAuditActionResultType">
  <xsd:annotation>
    <xsd:documentation>(U) All currently authorized action result types. PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumAuditActionResultType.xml</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="SUCCESS">
      <xsd:annotation>
        <xsd:documentation>The event completed successfully.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FAILURE">
      <xsd:annotation>
        <xsd:documentation>The event did not complete successfully.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GRANT">
      <xsd:annotation>
        <xsd:documentation>The event was granted permission.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DENY">
      <xsd:annotation>
        <xsd:documentation>The event was not granted permission.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location CVEnumAUDITActionResultType.xsd