NAnt SDK Documentation - v0.92

NAntSchemaTask.CreateXsdSequence Method 

Creates a new XmlSchemaSequence instance.

[Visual Basic]
Protected Shared Function CreateXsdSequence( _
   ByVal min As Decimal, _
   ByVal max As Decimal _
) As XmlSchemaSequence
[C#]
protected static XmlSchemaSequence CreateXsdSequence(
   decimal min,
   decimal max
);

Parameters

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

Return Value

The new XmlSchemaSequence instance.

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace