1 # XML RELAX NG schema for Subversion command-line client output
8 properties = element properties { target* | revprops }
10 target = element target { attlist.target, property* }
13 attribute path { string }
15 revprops = element revprops { attlist.revprops, property*}
18 attribute rev { revnum.type }