public enum Type {
    PCDATA(1),
    ELEMENT(2),
    SEQ(3),
    OR(4);