mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2840 9c30dcfa-912a-0410-8fc2-9e0234be79fd
15 lines
486 B
DTD
15 lines
486 B
DTD
<!ELEMENT xmlui (aspects,themes)>
|
|
<!ELEMENT aspects (aspect+)>
|
|
<!ELEMENT aspect EMPTY>
|
|
<!ATTLIST aspect name CDATA #REQUIRED>
|
|
<!ATTLIST aspect description CDATA #IMPLIED>
|
|
<!ATTLIST aspect desc CDATA #IMPLIED>
|
|
<!ATTLIST aspect path CDATA #REQUIRED>
|
|
|
|
<!ELEMENT themes (theme*)>
|
|
<!ELEMENT theme EMPTY>
|
|
<!ATTLIST theme name CDATA #REQUIRED>
|
|
<!ATTLIST theme handle CDATA #IMPLIED>
|
|
<!ATTLIST theme regex CDATA #IMPLIED>
|
|
<!ATTLIST theme path CDATA #REQUIRED>
|
|
<!ATTLIST theme id CDATA #IMPLIED> |