Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXSListType = class(TXSSimpleType)
XML Schema list type
itemType: TXSSimpleType;
constructor Create(aname: string; aparent: TXSType; aitemType: TXSSimpleType);
function tryCreateValueInternal(const v: IXQValue; outv: PXQValue=nil): TXSCastingError; override;
function tryCreateValueInternal(const v: String; outv: PXQValue=nil): TXSCastingError; override;