org.apache.xerces.impl.dv
Interface XSListSimpleType

All Superinterfaces:
XSSimpleType, XSTypeDecl

public interface XSListSimpleType
extends XSSimpleType

Any list simple type will implement this interface. It inherits the methods of generic XSSimpleType interface.

Version:
$Id: XSListSimpleType.java,v 1.3 2002/01/29 01:15:11 lehors Exp $
Author:
Sandy Gao, IBM

Fields inherited from interface org.apache.xerces.impl.dv.XSSimpleType
CARDINALITY_COUNTABLY_INFINITE, CARDINALITY_FINITE, FACET_ENUMERATION, FACET_FRACTIONDIGITS, FACET_LENGTH, FACET_MAXEXCLUSIVE, FACET_MAXINCLUSIVE, FACET_MAXLENGTH, FACET_MINEXCLUSIVE, FACET_MININCLUSIVE, FACET_MINLENGTH, FACET_PATTERN, FACET_TOTALDIGITS, FACET_WHITESPACE, ORDERED_FALSE, ORDERED_PARTIAL, ORDERED_TOTAL, VARIETY_ABSENT, VARIETY_ATOMIC, VARIETY_LIST, VARIETY_UNION, WS_COLLAPSE, WS_PRESERVE, WS_REPLACE
 
Fields inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
COMPLEX_TYPE, SIMPLE_TYPE
 
Method Summary
 XSSimpleType getItemType()
          return the item type definiton of List simple type schema component.
 
Methods inherited from interface org.apache.xerces.impl.dv.XSSimpleType
applyFacets, getCardinalityFacet, getDefinedFacets, getOrderedFacet, getVariety, getWhitespace, isBounded, isEqual, isIDType, isNumeric, validate, validate
 
Methods inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
getBaseType, getFinalSet, getTargetNamespace, getTypeName, getXSType, isAnonymous
 

Method Detail

getItemType

public XSSimpleType getItemType()
return the item type definiton of List simple type schema component.
Returns:
the item type definition.


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.