<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:efti-ed="http://efti.eu/v1/edelivery"
            xmlns:efti-platform="http://efti.fi/v0/platform"
            targetNamespace="http://efti.fi/v0/platform"
            elementFormDefault="qualified">

    <xsd:import namespace="http://efti.eu/v1/edelivery"
                schemaLocation="./efti.eu/edelivery.xsd"/>
    <xsd:import namespace="http://efti.eu/v1/consignment/identifier"
                schemaLocation="./efti.eu/consignment-identifier.xsd"/>

    <xsd:element name="followUpRequest" type="efti-platform:FollowUpRequest"/>

    <xsd:complexType name="FollowUpRequest">
        <xsd:sequence>
            <xsd:element name="message" minOccurs="0">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:minLength value="2"/>
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="attachment" type="efti-ed:FollowUpAttachment" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
</xsd:schema>
