# Test.dtd for MetaTF 1.2

cached section S1 1 {
    one : (tag, desc) { tag = 1; string desc = none; }
}

section S2 2 {
    two :   (tag, a, a, b, cmt) { tag=2; int a = none; long b = none; string cmt = none;}
    three : (tag, a, b, cmt)    { tag=3; int a = none; index b = sectionOffset S1; string cmt = none; }
}


