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>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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>