<xs:complexType name="CompleteName">
<xs:annotation>
<xs:documentation>
A person's entire given name. May consist of a
combination of one or more of: title, first name,
middle name, nick name, surname and suffix with
whitespace. An example is
"Dr. Edwin E. 'Buzz' Aldrin Jr.". Often the nick name is
surrounded by quotation marks, either single or double.
</xs:documentation>
<xs:appinfo>
Dr. Edwin E. 'Buzz' Aldrin Jr.
</xs:appinfo>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureString" />
</xs:simpleContent>
</xs:complexType>
|