cbrn:NonBlankStringType
complexType NonBlankStringType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that defines a string value that can not be blank
Diagram
XML Schema
<xs:complexType name="NonBlankStringType">
<xs:annotation>
<xs:documentation>
A data type that defines a string value that can not be blank</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="cbrn:NonBlankStringSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>