org.apache.ws.jaxme.xs.xml

Interface XsEMinLength

public interface XsEMinLength extends XsTNumFacet

Interface of xs:minLength, following this specification:

  <xs:element name="minLength" id="minLength" type="xs:numFacet">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/>
    </xs:annotation>
  </xs:element>
 

Author: Jochen Wiedmann