2.2.5.18 MemberKeyLookupType

The MemberKeyLookupType simple type specifies the type of key that is supplied in a member lookup: the member code or the internal integer ID.

The following is the XML schema definition of the MemberKeyLookupType simple type.

 <xs:simpleType name="MemberKeyLookupType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="MemberCode" />
       <xs:enumeration value="MemberId" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

MemberCode

The code of the member.

MemberID

The internal integer ID of the member.