1 2 package org.catacomb.interlish.structure; 3 4 5 public interface Attribute extends NameValuePairOnly { 6 7 8 }