- The answer of the inquiry: Yes or No .
<xs:simpleType name="AuthorizationResult"> <xs:annotation> <xs:documentation> - The answer of the inquiry: Yes or No . </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Yes" /> <xs:enumeration value="No" /> </xs:restriction> </xs:simpleType>