2.5.1.4 pathType

The pathType type specifies a string that contains between 1 and 260 characters.

 <xs:simpleType name="pathType">
   <xs:restriction base="nonEmptyString">
     <xs:maxLength value="260"/>
   </xs:restriction>
 </xs:simpleType>