Skip to content

Instantly share code, notes, and snippets.

@jhowarth
Created April 13, 2011 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhowarth/916734 to your computer and use it in GitHub Desktop.
Save jhowarth/916734 to your computer and use it in GitHub Desktop.
own3d.clj
[: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