<?xml version='1.0' encoding='UTF-8'?>
<program xmlns="http://studieData.nl/schema/edudex/program">
  <editor>info@geo-ict.nl</editor>
  <expires>2027-02-21</expires>
  <format>EDU-DEX 1.0</format>
  <generator>GeoPlan</generator>
  <inPublication>true</inPublication>
  <lastEdited>2026-04-21T14:45:03</lastEdited>
  <programAdmission>
    <applicationOpen>true</applicationOpen>
    <applicationType>individual</applicationType>
    <maxNumberOfParticipants>8</maxNumberOfParticipants>
    <minNumberOfParticipants>1</minNumberOfParticipants>
    <paymentDue>afterwards</paymentDue>
    <startDateDetermination>fixed starting date</startDateDetermination>
  </programAdmission>
  <programClassification>
    <accreditation>
      <validUpto>2026-02-25</validUpto>
      <certificate>NRTO</certificate>
      <organization>NRTO</organization>
    </accreditation>
    <degree>certificate</degree>
    <orgUnitId>geo-ict</orgUnitId>
    <programDuration unit="day">3</programDuration>
    <programForm>part-time</programForm>
    <programId>368</programId>
    <programLevel>none</programLevel>
    <programLocation id="1">Apeldoorn</programLocation>
    <programLocation id="2">Online</programLocation>
    <programLocation id="3">In Company</programLocation>
    <programLocation id="4">Eindhoven</programLocation>
    <programLocation id="5">Amsterdam</programLocation>
    <programLocation id="6">Rotterdam</programLocation>
    <programLocation id="7">Overig</programLocation>
    <programType>training</programType>
    <startingYear>2026</startingYear>
    <theme>automation and it</theme>
  </programClassification>
  <programContacts>
    <contactData>
      <contactName>Geo-ICT Training Center</contactName>
      <email>info@geo-ict.nl</email>
      <role>Bedrijf</role>
      <telephone>0643463838</telephone>
      <webLink xml:lang="nl">https://geo-ict.nl</webLink>
    </contactData>
  </programContacts>
  <programCurriculum>
    <instructionLanguage>
      <languageCode>nl</languageCode>
      <percentage>100</percentage>
    </instructionLanguage>
    <instructionMode>training</instructionMode>
    <instructionMode>virtual classroom</instructionMode>
    <instructionMode>classroom teaching</instructionMode>
    <instructionMode>blended learning</instructionMode>
  </programCurriculum>
  <programDescriptions>
    <programName xml:lang="nl">Webapplicaties met Django</programName>
    <programSummaryText xml:lang="nl"><![CDATA[Leer met Python en Django een WebGIS applicatie bouwen waarin geodata via een database en webinterface wordt beheerd en gepresenteerd.]]></programSummaryText>
    <programSummaryHtml xml:lang="nl"><![CDATA[<p>Leer met Python en Django een WebGIS applicatie bouwen waarin geodata via een database en webinterface wordt beheerd en gepresenteerd.</p>]]></programSummaryHtml>
    <programDescriptionText xml:lang="nl"><![CDATA[In deze cursus leert u hoe u WebGIS applicaties ontwikkelt met het Django framework. Django is een krachtig Python webframework waarmee webapplicaties efficiënt en gestructureerd kunnen worden gebouwd. U leert hoe de architectuur van Django werkt en hoe componenten zoals Models, Views en Templates samenwerken om dynamische webapplicaties te creëren.  Tijdens de cursus ontwikkelt u stap voor stap een werkende webapplicatie waarin geodata kan worden opgeslagen, bewerkt en weergegeven. Daarbij wordt gewerkt met databases, webformulieren en templates voor de presentatie van gegevens. Ook leert u hoe gebruikersinteractie, authenticatie en dataverwerking binnen een webapplicatie worden georganiseerd.  Na afloop heeft u een compleet werkend prototype van een WebGIS applicatie gebouwd en begrijpt u hoe Django kan worden ingezet om geodata via webtechnologieën beschikbaar te maken voor gebruikers en applicaties.]]></programDescriptionText>
    <programDescriptionHtml xml:lang="nl"><![CDATA[<p>In deze cursus leert u hoe u WebGIS applicaties ontwikkelt met het Django framework. Django is een krachtig Python webframework waarmee webapplicaties efficiënt en gestructureerd kunnen worden gebouwd. U leert hoe de architectuur van Django werkt en hoe componenten zoals Models, Views en Templates samenwerken om dynamische webapplicaties te creëren.</p>
<p>Tijdens de cursus ontwikkelt u stap voor stap een werkende webapplicatie waarin geodata kan worden opgeslagen, bewerkt en weergegeven. Daarbij wordt gewerkt met databases, webformulieren en templates voor de presentatie van gegevens. Ook leert u hoe gebruikersinteractie, authenticatie en dataverwerking binnen een webapplicatie worden georganiseerd.</p>
<p>Na afloop heeft u een compleet werkend prototype van een WebGIS applicatie gebouwd en begrijpt u hoe Django kan worden ingezet om geodata via webtechnologieën beschikbaar te maken voor gebruikers en applicaties.</p>]]></programDescriptionHtml>
    <subjectText>
      <subject>course schedule</subject>
      <header1 xml:lang="nl">Dagindeling</header1>
      <descriptionHtml xml:lang="nl"><![CDATA[<h3>Dag 1: Dag 1</h3>
<p>Tijdens de eerste cursusdag maakt u kennis met webapplicaties en het Django framework. U leert hoe Django is opgebouwd en hoe de Model-View-Template architectuur werkt. Vervolgens installeert u Django en zet u een eerste project op. Door middel van oefeningen leert u hoe de verschillende onderdelen van een Django project samenwerken.</p>
<p>Na deze dag kunt u:</p>
<ul>
<li>uitleggen hoe de architectuur van Django is opgebouwd.</li>
<li>een Django project installeren en configureren.</li>
<li>de relatie tussen Models, Views en Templates beschrijven.</li>
<li>een eenvoudige webapplicatie starten met Django.</li>
</ul>
<br/>
<h3>Dag 2: Dag 2</h3>
<p>Op de tweede dag ligt de focus op databases en dataverwerking binnen Django. U leert hoe modellen worden gedefinieerd en hoe Django ORM wordt gebruikt om data op te slaan en op te halen uit een database. Daarnaast werkt u met views en templates om gegevens uit de database zichtbaar te maken in een webinterface.</p>
<p>Ook leert u hoe formulieren worden gebruikt om data van gebruikers te verwerken en op te slaan. Hiermee bouwt u een eerste functionele webapplicatie waarin data kan worden ingevoerd, opgeslagen en weergegeven.</p>
<p>Na deze dag kunt u:</p>
<ul>
<li>databases koppelen en beheren via Django ORM.</li>
<li>modellen definiëren voor het opslaan van data.</li>
<li>views ontwikkelen die data ophalen en presenteren.</li>
<li>templates gebruiken om webpagina’s op te bouwen.</li>
<li>formulieren ontwikkelen voor gebruikersinteractie.</li>
</ul>
<br/>
<h3>Dag 3: Dag 3</h3>
<p>Tijdens de laatste cursusdag bouwt u verder aan een complete WebGIS applicatie. U leert hoe geodata in een database kan worden beheerd en hoe deze via een webinterface beschikbaar kan worden gemaakt. Daarnaast implementeert u functionaliteiten zoals gebruikersbeheer en authenticatie.</p>
<p>Door verschillende onderdelen te combineren ontwikkelt u een werkende WebGIS applicatie waarin geodata kan worden opgeslagen, beheerd en gepresenteerd via een webinterface.</p>
<p>Na deze dag kunt u:</p>
<ul>
<li>een complete Django webapplicatie ontwikkelen.</li>
<li>gebruikersauthenticatie en beveiliging implementeren.</li>
<li>geodata beheren binnen een webapplicatie.</li>
<li>een werkende WebGIS applicatie ontwikkelen en presenteren.</li>
</ul>]]></descriptionHtml>
      <descriptionText xml:lang="nl"><![CDATA[Dag 1: Dag 1  Tijdens de eerste cursusdag maakt u kennis met webapplicaties en het Django framework. U leert hoe Django is opgebouwd en hoe de Model-View-Template architectuur werkt. Vervolgens installeert u Django en zet u een eerste project op. Door middel van oefeningen leert u hoe de verschillende onderdelen van een Django project samenwerken.  Na deze dag kunt u:  uitleggen hoe de architectuur van Django is opgebouwd.  een Django project installeren en configureren.  de relatie tussen Models, Views en Templates beschrijven.  een eenvoudige webapplicatie starten met Django.  Dag 2: Dag 2  Op de tweede dag ligt de focus op databases en dataverwerking binnen Django. U leert hoe modellen worden gedefinieerd en hoe Django ORM wordt gebruikt om data op te slaan en op te halen uit een database. Daarnaast werkt u met views en templates om gegevens uit de database zichtbaar te maken in een webinterface.  Ook leert u hoe formulieren worden gebruikt om data van gebruikers te verwerken en op te slaan. Hiermee bouwt u een eerste functionele webapplicatie waarin data kan worden ingevoerd, opgeslagen en weergegeven.  Na deze dag kunt u:  databases koppelen en beheren via Django ORM.  modellen definiëren voor het opslaan van data.  views ontwikkelen die data ophalen en presenteren.  templates gebruiken om webpagina’s op te bouwen.  formulieren ontwikkelen voor gebruikersinteractie.  Dag 3: Dag 3  Tijdens de laatste cursusdag bouwt u verder aan een complete WebGIS applicatie. U leert hoe geodata in een database kan worden beheerd en hoe deze via een webinterface beschikbaar kan worden gemaakt. Daarnaast implementeert u functionaliteiten zoals gebruikersbeheer en authenticatie.  Door verschillende onderdelen te combineren ontwikkelt u een werkende WebGIS applicatie waarin geodata kan worden opgeslagen, beheerd en gepresenteerd via een webinterface.  Na deze dag kunt u:  een complete Django webapplicatie ontwikkelen.  gebruikersauthenticatie en beveiliging implementeren.  geodata beheren binnen een webapplicatie.  een werkende WebGIS applicatie ontwikkelen en presenteren.]]></descriptionText>
    </subjectText>
    <subjectText>
      <subject>objectives</subject>
      <header1 xml:lang="nl">Leerdoelen</header1>
      <descriptionHtml xml:lang="nl"><![CDATA[<ul>
<li>De cursist begrijpt hoe het Django framework is opgebouwd.</li>
<li>De cursist kan webapplicaties ontwikkelen met Python en Django.</li>
<li>De cursist kan databases koppelen en beheren via Django ORM.</li>
<li>De cursist kan webinterfaces bouwen met templates en forms.</li>
<li>De cursist kan een eenvoudige WebGIS applicatie ontwikkelen.</li>
</ul>]]></descriptionHtml>
      <descriptionText xml:lang="nl"><![CDATA[De cursist begrijpt hoe het Django framework is opgebouwd.  De cursist kan webapplicaties ontwikkelen met Python en Django.  De cursist kan databases koppelen en beheren via Django ORM.  De cursist kan webinterfaces bouwen met templates en forms.  De cursist kan een eenvoudige WebGIS applicatie ontwikkelen.]]></descriptionText>
    </subjectText>
    <searchword xml:lang="nl"><![CDATA[Automatisering & ICT/IT]]></searchword>
    <searchword xml:lang="nl"><![CDATA[GIS (Geografisch Informatiesysteem)]]></searchword>
    <webLink xml:lang="nl">https://geo-ict.nl/cursus/webgis-applicaties-bouwen-met-django/</webLink>
  </programDescriptions>
  <programSchedule>
    <genericProgramRun>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
    </genericProgramRun>
    <programRun>
      <id>3682026Ape0110</id>
      <status>application opened</status>
      <applicationDeadline>2026-01-11</applicationDeadline>
      <startDate isFinal="false">2026-01-12</startDate>
      <endDate isFinal="false">2026-01-27</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260112</id>
        <date>2026-01-12</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260119</id>
        <date>2026-01-19</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260127</id>
        <date>2026-01-27</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0212</id>
      <status>application opened</status>
      <applicationDeadline>2026-02-11</applicationDeadline>
      <startDate isFinal="false">2026-02-12</startDate>
      <endDate isFinal="false">2026-02-19</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260212</id>
        <date>2026-02-12</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260213</id>
        <date>2026-02-13</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260219</id>
        <date>2026-02-19</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0307</id>
      <status>application opened</status>
      <applicationDeadline>2026-03-08</applicationDeadline>
      <startDate isFinal="false">2026-03-09</startDate>
      <endDate isFinal="false">2026-03-23</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260309</id>
        <date>2026-03-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260316</id>
        <date>2026-03-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260323</id>
        <date>2026-03-23</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0307</id>
      <status>application opened</status>
      <applicationDeadline>2026-03-08</applicationDeadline>
      <startDate isFinal="false">2026-03-09</startDate>
      <endDate isFinal="false">2026-03-23</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260309</id>
        <date>2026-03-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260316</id>
        <date>2026-03-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260323</id>
        <date>2026-03-23</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0405</id>
      <status>application opened</status>
      <applicationDeadline>2026-04-06</applicationDeadline>
      <startDate isFinal="false">2026-04-07</startDate>
      <endDate isFinal="false">2026-04-20</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260407</id>
        <date>2026-04-07</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260413</id>
        <date>2026-04-13</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260420</id>
        <date>2026-04-20</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0405</id>
      <status>application opened</status>
      <applicationDeadline>2026-04-06</applicationDeadline>
      <startDate isFinal="false">2026-04-07</startDate>
      <endDate isFinal="false">2026-04-20</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260407</id>
        <date>2026-04-07</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260413</id>
        <date>2026-04-13</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260420</id>
        <date>2026-04-20</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0512</id>
      <status>application opened</status>
      <applicationDeadline>2026-05-11</applicationDeadline>
      <startDate isFinal="false">2026-05-12</startDate>
      <endDate isFinal="false">2026-05-26</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260512</id>
        <date>2026-05-12</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260519</id>
        <date>2026-05-19</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260526</id>
        <date>2026-05-26</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0512</id>
      <status>application opened</status>
      <applicationDeadline>2026-05-11</applicationDeadline>
      <startDate isFinal="false">2026-05-12</startDate>
      <endDate isFinal="false">2026-05-26</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260512</id>
        <date>2026-05-12</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260519</id>
        <date>2026-05-19</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260526</id>
        <date>2026-05-26</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0606</id>
      <status>application opened</status>
      <applicationDeadline>2026-06-07</applicationDeadline>
      <startDate isFinal="false">2026-06-08</startDate>
      <endDate isFinal="false">2026-06-22</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260608</id>
        <date>2026-06-08</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260615</id>
        <date>2026-06-15</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260622</id>
        <date>2026-06-22</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0606</id>
      <status>application opened</status>
      <applicationDeadline>2026-06-07</applicationDeadline>
      <startDate isFinal="false">2026-06-08</startDate>
      <endDate isFinal="false">2026-06-22</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260608</id>
        <date>2026-06-08</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260615</id>
        <date>2026-06-15</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260622</id>
        <date>2026-06-22</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0702</id>
      <status>application opened</status>
      <applicationDeadline>2026-07-01</applicationDeadline>
      <startDate isFinal="false">2026-07-02</startDate>
      <endDate isFinal="false">2026-07-16</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260702</id>
        <date>2026-07-02</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260709</id>
        <date>2026-07-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260716</id>
        <date>2026-07-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0702</id>
      <status>application opened</status>
      <applicationDeadline>2026-07-01</applicationDeadline>
      <startDate isFinal="false">2026-07-02</startDate>
      <endDate isFinal="false">2026-07-16</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260702</id>
        <date>2026-07-02</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260709</id>
        <date>2026-07-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260716</id>
        <date>2026-07-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0804</id>
      <status>application opened</status>
      <applicationDeadline>2026-08-03</applicationDeadline>
      <startDate isFinal="false">2026-08-04</startDate>
      <endDate isFinal="false">2026-08-18</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260804</id>
        <date>2026-08-04</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260811</id>
        <date>2026-08-11</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260818</id>
        <date>2026-08-18</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0804</id>
      <status>application opened</status>
      <applicationDeadline>2026-08-03</applicationDeadline>
      <startDate isFinal="false">2026-08-04</startDate>
      <endDate isFinal="false">2026-08-18</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260804</id>
        <date>2026-08-04</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260811</id>
        <date>2026-08-11</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260818</id>
        <date>2026-08-18</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape0904</id>
      <status>application opened</status>
      <applicationDeadline>2026-09-03</applicationDeadline>
      <startDate isFinal="false">2026-09-04</startDate>
      <endDate isFinal="false">2026-09-18</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260904</id>
        <date>2026-09-04</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260911</id>
        <date>2026-09-11</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260918</id>
        <date>2026-09-18</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir0904</id>
      <status>application opened</status>
      <applicationDeadline>2026-09-03</applicationDeadline>
      <startDate isFinal="false">2026-09-04</startDate>
      <endDate isFinal="false">2026-09-18</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20260904</id>
        <date>2026-09-04</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260911</id>
        <date>2026-09-11</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20260918</id>
        <date>2026-09-18</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape1008</id>
      <status>application opened</status>
      <applicationDeadline>2026-10-07</applicationDeadline>
      <startDate isFinal="false">2026-10-08</startDate>
      <endDate isFinal="false">2026-10-22</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261008</id>
        <date>2026-10-08</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261015</id>
        <date>2026-10-15</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261022</id>
        <date>2026-10-22</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir1008</id>
      <status>application opened</status>
      <applicationDeadline>2026-10-07</applicationDeadline>
      <startDate isFinal="false">2026-10-08</startDate>
      <endDate isFinal="false">2026-10-22</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261008</id>
        <date>2026-10-08</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261015</id>
        <date>2026-10-15</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261022</id>
        <date>2026-10-22</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape1107</id>
      <status>application opened</status>
      <applicationDeadline>2026-11-08</applicationDeadline>
      <startDate isFinal="false">2026-11-09</startDate>
      <endDate isFinal="false">2026-11-23</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261109</id>
        <date>2026-11-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261116</id>
        <date>2026-11-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261123</id>
        <date>2026-11-23</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir1107</id>
      <status>application opened</status>
      <applicationDeadline>2026-11-08</applicationDeadline>
      <startDate isFinal="false">2026-11-09</startDate>
      <endDate isFinal="false">2026-11-23</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261109</id>
        <date>2026-11-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261116</id>
        <date>2026-11-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261123</id>
        <date>2026-11-23</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Ape1202</id>
      <status>application opened</status>
      <applicationDeadline>2026-12-01</applicationDeadline>
      <startDate isFinal="false">2026-12-02</startDate>
      <endDate isFinal="false">2026-12-16</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261202</id>
        <date>2026-12-02</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261209</id>
        <date>2026-12-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261216</id>
        <date>2026-12-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>1</id>
        <locationName xml:lang="nl">Apeldoorn</locationName>
        <city>Apeldoorn</city>
      </location>
    </programRun>
    <programRun>
      <id>3682026Vir1202</id>
      <status>application opened</status>
      <applicationDeadline>2026-12-01</applicationDeadline>
      <startDate isFinal="false">2026-12-02</startDate>
      <endDate isFinal="false">2026-12-16</endDate>
      <contactHoursPartOfDay>day</contactHoursPartOfDay>
      <cost>
        <amount>1795</amount>
        <amountVAT>376.95</amountVAT>
        <amountIsFinal>true</amountIsFinal>
        <costType>tuition fee</costType>
        <currency>eur</currency>
        <isRequiredCost>true</isRequiredCost>
        <VATExemptAmount>0</VATExemptAmount>
        <VATExemptAmountVAT>0</VATExemptAmountVAT>
        <VATCountry>nl</VATCountry>
        <VATPercentage>21</VATPercentage>
      </cost>
      <courseDay>
        <id>20261202</id>
        <date>2026-12-02</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261209</id>
        <date>2026-12-09</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <courseDay>
        <id>20261216</id>
        <date>2026-12-16</date>
        <startTime>09:00:00</startTime>
        <endTime>16:00:00</endTime>
      </courseDay>
      <location>
        <id>7</id>
        <locationName xml:lang="nl">Virtual Classroom</locationName>
        <city>Virtual Classroom</city>
      </location>
    </programRun>
  </programSchedule>
</program>
