Abbreviation for State code fields if there is a need to indicate multiple states.
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="MultiStateType">
<xsd:annotation>
<xsd:documentation>Abbreviation for State code fields if there is a need to indicate multiple states.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="MU" />
</xsd:restriction>
</xsd:simpleType>