pathType 단순 형식
파일 경로를 정의하는 문자열의 최소 및 최대 문자 수를 정의합니다. 경로는 빈 문자열일 수 없으며 260자 미만이어야 합니다.
<xs:simpleType name="pathType">
<xs:restriction
base="nonEmptyString"
>
<xs:maxLength
value="260"
/>
</xs:restriction>
</xs:simpleType>
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |