Created
April 13, 2011 00:20
-
-
Save jhowarth/916734 to your computer and use it in GitHub Desktop.
own3d.clj
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
[:xs:schema {:xmlns:xs "http://www.w3.org/2001/XMLSchema"} | |
[:ordered-list! {:name "own3dreply"} | |
[:ordered-list! {:name "liveEvent"} | |
[:restricted! {:name "isLive" :base "xs:string"} [:xs:pattern {:value "true|false"}]] | |
[:xs:element {:name "liveViewers" :type "xs:integer"}]]]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment