http://www.endeca.com/MDEX/XQuery/2009/09
The NonEmptyString Simple Type
A string that must have at least one character.
Subtypes (1)
Propertyderived by extension
Simple Type NonEmptyString
NonEmptyString is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
 Collapse XML
-<simpleType  name="NonEmptyString">
-<annotation>
<documentation> A string that must have at least one character. </documentation>
</annotation>
-<restriction  base="string">
<minLength  value="1" />
</restriction>
</simpleType>
 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
Generated by XSDdoc 2.0 ©