144145146147148149150151152153154155
return minInclusive.getValue(); } } public Long getMinLength() { XsEMinLength length = getRestriction().getMinLength(); if (length == null) { return atomicBaseType.getMinLength(); } else { return new Long(length.getValue()); } }
818283848586878889909192
return new Long(length.getValue()); } } public Long getMinLength() { XsEMinLength length = getRestriction().getMinLength(); if (length == null) { return listBaseType.getMinLength(); } else { return new Long(length.getValue()); } }
112113114115116117118119120121122123
115116117118119120121122123124125126
565758596061626364656667
495051525354555657585960