return maxExclusive.getValue();
}
}
public String getMaxInclusive() {
XsEMaxInclusive maxInclusive = getRestriction().getMaxInclusive();
if (maxInclusive == null) {
return atomicBaseType.getMaxInclusive();
} else {
return maxInclusive.getValue();
}
}