nonEmptyStringType 単純型
空でない文字列のテキストに使用される値を定義します。
<xs:simpleType name="nonEmptyString">
<xs:restriction
base="string"
>
<xs:enumeration
value="1"
/>
</xs:restriction>
</xs:simpleType>
列挙値
nonEmptyString 単純型は、次の値を定義します。
値 | 説明 |
---|---|
1 | 文字列には、少なくとも 1 つの文字が含まれています。 |
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |