<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://efti.fi/v1/aap"
            elementFormDefault="qualified">

    <xsd:complexType name="UIL">
        <xsd:sequence>
            <xsd:element name="gateId" type="xsd:token"/>
            <xsd:element name="platformId" type="xsd:token"/>
            <xsd:element name="datasetId" type="xsd:token"/>
        </xsd:sequence>
    </xsd:complexType>

</xsd:schema>
