1 type derived from Datatype_nonPositiveInteger
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
2935
internal class Datatype_negativeInteger :
Datatype_nonPositiveInteger
{
1 instantiation of Datatype_nonPositiveInteger
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
602
static private readonly DatatypeImplementation c_nonPositiveInteger = new
Datatype_nonPositiveInteger
();