Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xquery
type TXSSimpleType = class(TXSType)
Simple XML Schema type
final: (xsfRestriction, xsfExtension, xsfList, xsfUnion);
constrainingFacets: array of TXSConstrainingFacet;
variety: (xsvAbsent, xsvAtomic, xsvList, xsvUnion);
primitive: TXSType;
constructor Create(aname: string; aparent: TXSType = nil; astorage: TXQValueClass = nil; aschema: TXSSchema = nil);
destructor Destroy; override;