mo:UnitShortNameSimpleType
simpleType UnitShortNameSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a short name used to create derived names and for display with military symbols.
Diagram
XML Schema
<xs:simpleType name="UnitShortNameSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a short name used to create derived names and for display with military symbols.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="10">
<xs:annotation>
<xs:documentation>
maximum length of 10</xs:documentation>
</xs:annotation>
</xs:maxLength>
</xs:restriction>
</xs:simpleType>