* @param indent the indentation to use on new lines
* @param smiVersion the SMI version to use
*/
private void printType(MibType type, String indent, int smiVersion) {
MibType refType;
Constraint refCons;
Constraint typeCons;
SequenceType seqType;
SequenceOfType seqOfType;
if (type.getReferenceSymbol() != null) {
os.print(type.getReferenceSymbol().getName());