<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:ck="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/cegbejegyzesiKerelem-20260101#"
        xmlns:nk="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/nevfoglalasiKerelem-20210401#"
        xmlns:vk="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/valtozasbejegyzesiKerelem-20240101#"
        xmlns="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/cegnyomtatvany-20260101#" elementFormDefault="qualified" version="1.0">
    <import namespace="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/cegbejegyzesiKerelem-20260101#" schemaLocation="cegbejegyzesiKerelem-20260101.xsd"/>
    <import namespace="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/nevfoglalasiKerelem-20210401#" schemaLocation="nevfoglalasiKerelem-20210401.xsd"/>
    <import namespace="http://schema.e-cegjegyzek.hu/schema/cegnyomtatvany/valtozasbejegyzesiKerelem-20240101#" schemaLocation="valtozasbejegyzesiKerelem-20240101.xsd"/>

    <element name="Nyomtatvány">
        <complexType>
            <choice>
                <element ref="ck:CégbejegyzésiKérelem"/>
                <element ref="vk:VáltozásbejegyzésiKérelem"/>
                <element ref="nk:NévfoglalásiKérelem"/>
            </choice>
        </complexType>
    </element>
</schema>
