The NonEmptyStringType simple type, in Configuration Manager, is a basic string type.
<xs:simpleType name="NonEmptyStringType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.