mo:UnitNameSimpleType
simpleType UnitNameSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a character string assigned to represent a unit name.
Diagram
XML Schema
<xs:simpleType name="UnitNameSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a character string assigned to represent a unit name.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:maxLength value="100"/>
<xs:minLength value="4"/>
</xs:restriction>
</xs:simpleType>