<xsd:simpleType name="ResponseActionCodeEnumerationType"> <xsd:annotation> <xsd:documentation source="http://www.openapplications.org/platform/1">The action values that OAGi defines for OAGIS. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Accepted" /> <xsd:enumeration value="Modified" /> <xsd:enumeration value="Rejected" /> </xsd:restriction> </xsd:simpleType>