Class TXSListType

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXSListType = class(TXSSimpleType)

Description

XML Schema list type

Hierarchy

Overview

Fields

Public itemType: TXSSimpleType;

Methods

Public constructor Create(aname: string; aparent: TXSType; aitemType: TXSSimpleType);
Public function tryCreateValueInternal(const v: IXQValue; outv: PXQValue=nil): TXSCastingError; override;
Public function tryCreateValueInternal(const v: String; outv: PXQValue=nil): TXSCastingError; override;

Description

Fields

Public itemType: TXSSimpleType;
 

Methods

Public constructor Create(aname: string; aparent: TXSType; aitemType: TXSSimpleType);
 
Public function tryCreateValueInternal(const v: IXQValue; outv: PXQValue=nil): TXSCastingError; override;
 
Public function tryCreateValueInternal(const v: String; outv: PXQValue=nil): TXSCastingError; override;
 

Generated by PasDoc 0.14.0.