cbrn:NonBlankStringSimpleType
simpleType NonBlankStringSimpleType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for a string that is not empty and does not consist of only white space characters.
Diagram
XML Schema
<xs:simpleType name="NonBlankStringSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a string that is not empty and does not consist of only white space characters.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType>