<xsd:complexType name="EntityStateAuditType">
<xsd:annotation>
<xsd:documentation>The EntityStateAuditType complex type restricts a string value to a specific set of values: AUDIT_NONE, AUDIT_SUCCESS, AUDIT_FAILURE, and AUDIT_SUCCESS_FAILURE. These values describe which audit records should be generated. The empty string is also allowed to support empty emlement associated with variable references.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityStateStringType">
<xsd:enumeration value="AUDIT_FAILURE" />
<xsd:enumeration value="AUDIT_NONE" />
<xsd:enumeration value="AUDIT_SUCCESS" />
<xsd:enumeration value="AUDIT_SUCCESS_FAILURE" />
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|