﻿<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xmlns="http://ns.adobe.com/xdp/" elementFormDefault="qualified" targetNamespace="http://ns.adobe.com/xdp/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import schemaLocation="xfa.xsd" namespace="http://www.xfa.org/schema/xfa-data/1.0/" />
    <xs:element name="xdp" type="XdpType" />
    <xs:complexType name="XdpType">
        <xs:sequence>
            <xs:element ref="xfa:datasets" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
        <xs:attribute name="uuid" default="" type="xs:string" use="optional" />
    </xs:complexType>
</xs:schema>