Created
September 29, 2011 15:09
-
-
Save wcandillon/1250928 to your computer and use it in GitHub Desktop.
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
(: The "news-data" Library Module :) | |
module namespace news-data = "http://www.news.org/lib/data"; | |
import schema namespace news-schemas = "http://www.news.org/schemas/schemas"; | |
declare collection news-data:employees as schema-element(news-schemas:employee)*; | |
declare collection news-data:articles as node()*; | |
declare variable $news-data:employees := xs:QName("news-data:employees"); | |
declare variable $news-data:articles := xs:QName("news-data:articles"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment