<xsd:element name="SocialInsurance" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type" type="SocialInsuranceTypeType" />
<xsd:element name="IsParticipating" type="xsd:boolean" />
<xsd:element name="ReasonForNotParticipating" type="xsd:string" minOccurs="0" />
<xsd:element name="LegalDescription" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|