2.2.5.5 String255Type

The String255Type simple type is a string type with length between 1 and 255 characters. It is defined in namespace: http://schemas.microsoft.com/sharepoint/soap/directory.

     <s:simpleType name="String255Type">
         <s:restriction base="s:string">
            <s:minLength value="1" />
             <s:maxLength value="255" />
           </s:restriction>
     </s:simpleType>