<xsd:simpleType name="resultType"> <xsd:annotation> <xsd:documentation>Define acceptable result values.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:integer"> <xsd:enumeration value="-1" /> <xsd:enumeration value="0" /> <xsd:enumeration value="1" /> </xsd:restriction> </xsd:simpleType>