Used to describe the type of requester. Ex: BookingEngine, ShoppingRobot |
Attribute | RequesterType/@Tool |
<xs:simpleType name="RequesterToolCodeType"> <xs:annotation> <xs:documentation>Used to describe the type of requester. Ex: BookingEngine, ShoppingRobot</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="BookingEngine"/> <xs:enumeration value="ShoppingRobot"/> <xs:enumeration value="AdminConsole"/> <xs:enumeration value="AgentConsole"/> </xs:restriction> </xs:simpleType> |