org.apache.ws.jaxme.xs.xml
Interface XsTRestrictionType
- XsGAttrDecls, XsGSimpleRestrictionModel, XsGTypeDefParticle, XsObject, XsTAnnotated, XsTOpenAttrs
- XsTComplexRestrictionType, XsTSimpleRestrictionType
- XsTComplexRestrictionTypeImpl, XsTRestrictionTypeImpl, XsTSimpleRestrictionTypeImpl
public interface XsTRestrictionType
Implementation of
xs:restrictionType
,
as specified by the following:
<xs:complexType name="restrictionType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:choice>
<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
<xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/>
</xs:choice>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:attribute name="base" type="xs:QName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
createEnumeration , createFractionDigits , createLength , createMaxExclusive , createMaxInclusive , createMaxLength , createMinExclusive , createMinInclusive , createMinLength , createPattern , createSimpleType , createTotalDigits , createWhiteSpace , getEnumerations , getFacets , getFractionDigits , getLength , getMaxExclusive , getMaxInclusive , getMaxLength , getMinExclusive , getMinInclusive , getMinLength , getPatterns , getSimpleType , getTotalDigits , getWhiteSpace , hasFacets |
setBase
public void setBase(XsQName pBase)