<xsd:simpleType name="RiskTypeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Compliance with applicable laws and regulations" />
<xsd:enumeration value="Effectiveness and efficiency of operations" />
<xsd:enumeration value="Reliability of Financial Statements" />
</xsd:restriction>
</xsd:simpleType>
|