<?xml version="1.0" encoding="UTF-8"?>
<!--Returns the proceeding of a given conference oid.-->

<!ELEMENT proceedinglist (proceeding+)>
<!ATTLIST proceedinglist
  conference CDATA #REQUIRED
>
<!ELEMENT proceeding (oid,title)>
<!ELEMENT oid (#PCDATA)*>
<!ELEMENT title (#PCDATA)*>