NAntSchemaTask.

CreateXsdSequence(Decimal, Decimal) Method

Summary

Creates a new System.Xml.Schema.XmlSchemaSequence instance.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntSchemaTask

Syntax

protected static XmlSchemaSequence CreateXsdSequence(Decimal min, Decimal max)

Parameters

Name Type Description
min Decimal The minimum value to allow for this choice
max Decimal The maximum value to allow, Decimal.MaxValue sets it to 'unbound'

Return Value

Type Description
XmlSchemaSequence The new System.Xml.Schema.XmlSchemaSequence instance.