<?xml encoding="UTF-8"?>

<!--
XML RELAX NG schema for Subversion command-line client output:
Common declarations.
-->

<!-- Datatypes -->

<!ENTITY % revnum.type "CDATA">

<!ENTITY % username.type "CDATA">

<!-- Common elements -->

<!ELEMENT lock (token,owner,comment?,created,expires?)>

<!ELEMENT token (#PCDATA)>

<!ELEMENT owner (#PCDATA)>

<!ELEMENT comment (#PCDATA)>

<!ELEMENT created (#PCDATA)>

<!ELEMENT expires (#PCDATA)>
