This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "3.1"; | |
(:~ | |
This XQuery library module transforms an XML Schema to a JSON Schema equivalent. | |
NOTE: This is a work in progress. I would appreciate any comments to make it more robust. | |
To execute the transformation, place the followin in another XQuery module. | |
xquery version "3.1"; | |
import module namespace xsd2json="http://easymetahub.com/ns/xsd2json" at "xsd2json.xqy"; |