mo:AbbreviatedNameSimpleType
simpleType AbbreviatedNameSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for a shortened name.
Diagram
XML Schema
<xs:simpleType name="AbbreviatedNameSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a shortened name.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:maxLength value="30">
<xs:annotation>
<xs:documentation>
Max length 30</xs:documentation>
</xs:annotation>
</xs:maxLength>
<xs:minLength value="4">
<xs:annotation>
<xs:documentation>
Min length 4</xs:documentation>
</xs:annotation>
</xs:minLength>
</xs:restriction>
</xs:simpleType>