<xs:element name="Suffix" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Could be compressed initials - PhD, VC, QC</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attribute name="Type">
<xs:annotation>
<xs:documentation>Defines the type of Suffix. Example: Compressed Initials, Full suffixes, etc</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code">
<xs:annotation>
<xs:documentation>Indicates the name element code defined by postal standard groups like ECCMA, ADIS, UN/PROLIST for postal services.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" />
</xs:complexType>
</xs:element>
|