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