16 references to XmlSchemaNamespace
mscorlib (16)
system\security\claims\ClaimValueTypes.cs (16)
31public const string Base64Binary = XmlSchemaNamespace + "#base64Binary"; 32public const string Base64Octet = XmlSchemaNamespace + "#base64Octet"; 33public const string Boolean = XmlSchemaNamespace + "#boolean"; 34public const string Date = XmlSchemaNamespace + "#date"; 35public const string DateTime = XmlSchemaNamespace + "#dateTime"; 36public const string Double = XmlSchemaNamespace + "#double"; 37public const string Fqbn = XmlSchemaNamespace + "#fqbn"; 38public const string HexBinary = XmlSchemaNamespace + "#hexBinary"; 39public const string Integer = XmlSchemaNamespace + "#integer"; 40public const string Integer32 = XmlSchemaNamespace + "#integer32"; 41public const string Integer64 = XmlSchemaNamespace + "#integer64"; 42public const string Sid = XmlSchemaNamespace + "#sid"; 43public const string String = XmlSchemaNamespace + "#string"; 44public const string Time = XmlSchemaNamespace + "#time"; 45public const string UInteger32 = XmlSchemaNamespace + "#uinteger32"; 46public const string UInteger64 = XmlSchemaNamespace + "#uinteger64";