nonEmptyStringType 簡單類型
定義用於非空白文字字串的值。
<xs:simpleType name="nonEmptyString">
<xs:restriction
base="string"
>
<xs:enumeration
value="1"
/>
</xs:restriction>
</xs:simpleType>
列舉值
nonEmptyString簡單類型會定義下列值。
值 | 描述 |
---|---|
1 | 字串至少包含一個字元。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |