<xsd:complexType name="IndBasePersonalInfoType">
<xsd:sequence>
<xsd:element name="PersonLegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PriorIncorrectPersonLegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PersonId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PriorIncorrectPersonId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PersonName" type="EffectiveDatedPersonNameType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateOfBirth" type="LocalDateType" minOccurs="0" />
<xsd:element name="DateOfDeath" type="LocalDateCertifiedType" minOccurs="0" />
<xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0" />
<xsd:element name="MaritalStatus" type="IndMaritalStatusType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ContactInfo" type="EffectiveDatedContactMethodWithPrecedenceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Citizenship" type="CitizenshipType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="IsVeteran" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Localized content.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IsDisabled" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Localized content.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IsTobaccoUser" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|