<xsd:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="PersonNameType">
<xsd:attribute name="type" type="PersonNameTypeType" use="optional" />
<xsd:attribute name="validFrom" type="AnyLocalYearMonthDateNkNaType" use="optional" />
<xsd:attribute name="validTo" type="AnyLocalYearMonthDateNkNaType" use="optional" />
<xsd:attribute name="qualifier" type="xsd:string" use="optional" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|