org.apache.ws.jaxme.xs.xml

Interface XsELength

public interface XsELength extends XsTNumFacet

Interface of xs:length, following this specification:

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

Author: Jochen Wiedmann