<?xml version="1.0" encoding="UTF-8"?>
<n1:eventLife 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:n1="urn:ru:ecp:integration:proactive:eventLife:v3.0"
    xmlns:p="urn:ru:ecp:integration:types:person:v3.0"
    xmlns:pr="urn:ru:ecp:integration:types:proactive:type:v3.0"
    xmlns:com="urn:ru:ecp:integration:types:common:v3.0"
    xmlns:OKSM="urn:ru:ecp:integration:types:dic:OKSM:v3.0"
    xsi:schemaLocation="urn:ru:ecp:integration:proactive:eventLife:v3.0 EventLife.xsd"
    specVersion="3.0.0">
    
    <n1:insurerInfo>
        <n1:regNumSFR>1000998987</n1:regNumSFR>
    </n1:insurerInfo>
    
    <n1:benefitInfo>
        <n1:benefit5>
            <n1:insuredInfo>
                <n1:snils>00129045591</n1:snils>
                <n1:birthDate>1988-11-05</n1:birthDate>
                <n1:category>6</n1:category>
            </n1:insuredInfo>
            
            <n1:childInfo>
                <!-- СНИЛС отсутствует для детей, рождённых за рубежом -->
                <n1:fullName>
                    <p:lastName>Smith</p:lastName>
                    <p:firstName>Emily</p:firstName>
                    <p:noMiddleName>true</p:noMiddleName>
                </n1:fullName>
                <n1:birthDate>2024-06-01</n1:birthDate>
                <n1:gender>FEMALE</n1:gender>
            </n1:childInfo>
            
            <n1:childRelType>40</n1:childRelType> <!-- Опекун -->
            
            <n1:period>
                <com:begin>2024-10-01</com:begin>
                <com:end>2025-12-01</com:end>
            </n1:period>
            
            <n1:baseDocuments>
                <n1:birthDocOtherCountry>
                    <p:series>AB</p:series>
                    <p:number>123456789</p:number>
                    <p:issueDate>2024-06-10</p:issueDate>
                    <p:country>840</p:country> <!-- США -->
                </n1:birthDocOtherCountry>
            </n1:baseDocuments>
            
            <n1:contractsInfo>
                <pr:workerAndGPHcontract>true</pr:workerAndGPHcontract>
            </n1:contractsInfo>
            
        </n1:benefit5>
    </n1:benefitInfo>
    
</n1:eventLife>