Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 69ef654eb489e43ab7eebbe1522a0515d82062b8 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT idmap (element)*>
<!ATTLIST idmat
          name      CDATA #REQUIRED>
<!ELEMENT element EMPTY>
<!ATTLIST element
          signature ID #REQUIRED
          id_attr   CDATA #REQUIRED>

Back to the top