FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (7)
617item = string.Format(ResXml.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details);
621item = string.Format(ResXml.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details);
634item = string.Format(ResXml.XmlSchemaNamedItem, ns, "element", e.Name, details);
639item = string.Format(ResXml.XmlSchemaNamedItem, ns, o.GetType() == typeof(XmlSchemaSimpleType) ? "simpleType" : "complexType", ((XmlSchemaType)o).Name, null);
643item = string.Format(ResXml.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details);
656item = string.Format(ResXml.XmlSchemaNamedItem, ns, "attribute", a.Name, details);
676item = string.Format(ResXml.XmlSchemaNamedItem, ns, o.GetType().Name, null, details);