<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://ncts5.customs.gov.mk/b2g"
    targetNamespace="http://ncts5.customs.gov.mk/b2g"
    xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
    xmlns:doc="http://ncts.dgtaxud.ec"
    elementFormDefault="qualified">
    
    <xs:import namespace="http://ncts.dgtaxud.ec" schemaLocation="../xsd4Backend/ddnta/doc.xsd" />
    <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd" />
    
    <xs:element name="B2GMESSAGE">
        <xs:annotation>
            <xs:documentation>
                <doc:description name="B2G Signed Message" />
            </xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element name="Signature" type="ds:SignatureType" />
                <xs:any />
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    
</xs:schema>
