package example16;
import java.util.*;

public class Attr {
	private String name;
	private String type;
	private String value;
}