|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsTNumFacetImpl | |
net.sf.jaxme.xs.xml.impl |
Uses of XsTNumFacetImpl in net.sf.jaxme.xs.xml.impl |
Subclasses of XsTNumFacetImpl in net.sf.jaxme.xs.xml.impl | |
class |
XsEFractionDigitsImpl
Implementation of xs:fractionDigits ,
following this specification:
<xs:element name="fractionDigits" id="fractionDigits" type="xs:numFacet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-fractionDigits"/>
</xs:annotation>
</xs:element>
|
class |
XsELengthImpl
Implementation 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>
|
class |
XsEMaxLengthImpl
Implementation of xs:maxLength ,
following this specification:
|
class |
XsEMinLengthImpl
Implementation 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>
|
class |
XsETotalDigitsImpl
Implementation 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>
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |