tns:PersonMiddleNameType

The middle name - or initials - if any, of the person.

Simple Type Information

Used By

Source

<xsd:simpleType name="PersonMiddleNameType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The middle name - or initials - if any, of the person.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="32"/>
    <xsd:whiteSpace value="preserve"/>
  </xsd:restriction>
</xsd:simpleType>