<?xml version="1.0" encoding="utf-16"?> <xs:simpleType name="ClientRoleWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:maxLength value="255" /> <xs:enumeration value="Proxy" /> <xs:enumeration value="User" /> <xs:enumeration value="Vendor" /> </xs:restriction> <!-- client type (function of this client object) --> </xs:simpleType>