xmlschema-walker/src/main/java/org/apache/ws/commons/schema/docpath/XmlSchemaElementValidator.java [622:634]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    break;
                default:
                    throw new IllegalArgumentException("Cannot perform a length restriction of type "
                                                       + facetType);
                }

                if (!satisfied) {
                    break;
                }
            }
        }

        if (!satisfied) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



xmlschema-walker/src/main/java/org/apache/ws/commons/schema/docpath/XmlSchemaElementValidator.java [674:686]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    break;
                default:
                    throw new IllegalArgumentException("Cannot perform a length restriction of type "
                                                       + facetType);
                }

                if (!satisfied) {
                    break;
                }
            }
        }

        if (!satisfied) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



