[xsde-users] Error converting Adobe XFA Template schema

Boris Kolpackov boris at codesynthesis.com
Mon Aug 5 08:47:20 EDT 2013


Hi Ryan,

Ryan Barr <rbarr at pdftron.com> writes:

>       <xs:simpleContent>
> *        <xs:restriction base="xs:anyType">* <!-- xsde reports error on this line. -->

I believe it is illegal in XML Schema to derive simple content
restriction from complex content, which xs:anyType is. Changing
xs:anyType to xs:anySimpleType or, better yet, getting rid of
the restriction altogether should solve this problem.

Boris



More information about the xsde-users mailing list