net.sf.jaxme.xs.xml
Interface XsETotalDigits

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet
All Known Implementing Classes:
XsETotalDigitsImpl

public interface XsETotalDigits
extends XsTNumFacet

Interface of xs:totalDigits, following this specification:

  <xs:element name="totalDigits" id="totalDigits">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:restriction base="xs:numFacet">
          <xs:sequence>
            <xs:element ref="xs:annotation" minOccurs="0"/>
          </xs:sequence>
          <xs:attribute name="value" type="xs:positiveInteger" use="required"/>
        </xs:restriction>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
 

Author:
Jochen Wiedmann

Methods inherited from interface net.sf.jaxme.xs.xml.XsTNumFacet
getValue, setValue
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTFixedFacet
isFixed, setFixed
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTFacetBase
getFacetName
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate