# -*- rnc -*- # RELAX NG Compact Syntax Grammar for the rolie ns namespace rolie = "urn:ietf:params:xml:ns:rolie-1.0" # import the ATOM Syndication RELAX NG Compact Syntax Grammar # This is a reference to the RELAX NG Compact Schema published in # RFC4287 Appendix B. include "atomsynd.rnc" # rolie:format rolieFormat = element rolie:format { atomCommonAttributes, attribute ns { atomUri }, attribute version { text } ?, attribute schema-location { atomUri } ?, attribute schema-type { atomMediaType } ?, empty } # rolie:property rolieProperty = element rolie:property { atomCommonAttributes, attribute name { atomUri }, attribute value { text }, empty } # EOF