nonEmptyStringType Simple Type
Defines the values used for a non-empty string of text.
<xs:simpleType name="nonEmptyString">
<xs:restriction
base="string"
>
<xs:enumeration
value="1"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The nonEmptyString simple type defines the following value.
Value | Description |
---|---|
1 | The string contains at least one character. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |