The maiden name of the person, if any. |
<xsd:simpleType name="PersonMaidenNameType"> <xsd:annotation> <xsd:documentation xml:lang="en-US">The maiden name of the person, if any.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:maxLength value="64"/> <xsd:whiteSpace value="preserve"/> </xsd:restriction> </xsd:simpleType> |