|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsTFacetImpl | |
net.sf.jaxme.xs.xml.impl |
Uses of XsTFacetImpl in net.sf.jaxme.xs.xml.impl |
Subclasses of XsTFacetImpl in net.sf.jaxme.xs.xml.impl | |
class |
XsEMaxExclusiveImpl
Implementation of xs:maxExclusive ,
following this specification:
<xs:element name="maxExclusive" id="maxExclusive" type="xs:facet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-maxExclusive"/>
</xs:annotation>
</xs:element>
|
class |
XsEMaxInclusiveImpl
Implementation of xs:maxInclusive ,
following this specification:
<xs:element name="maxInclusive" id="maxInclusive" type="xs:facet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-maxInclusive"/>
</xs:annotation>
</xs:element>
|
class |
XsEMinExclusiveImpl
Implementation of xs:minExclusive ,
following this specification:
<xs:element name="minExclusive" id="minExclusive" type="xs:facet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-minExclusive"/>
</xs:annotation>
</xs:element>
|
class |
XsEMinInclusiveImpl
Implementation of xs:minInclusive ,
following this specification:
|
class |
XsEWhiteSpaceImpl
Implementation of xs:whiteSpace , following
this specification:
<xs:element name="whiteSpace" id="whiteSpace">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:facet">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="value" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="preserve"/>
<xs:enumeration value="replace"/>
<xs:enumeration value="collapse"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |