<xsd:simpleType name="ResponseCodeEnumerationType"> <xsd:annotation> <xsd:documentation>The acknowledge values that OAGi defines for OAGIS.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Always" /> <xsd:enumeration value="OnError" /> <xsd:enumeration value="Never" /> </xsd:restriction> </xsd:simpleType>