14 types derived from XmlSchemaAnnotated
System.Private.Xml (14)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
10public class XmlSchemaAnyAttribute : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttribute.cs (1)
11public class XmlSchemaAttribute : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
9public class XmlSchemaAttributeGroup : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaAttributeGroupref.cs (1)
10public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaContent.cs (1)
9public abstract class XmlSchemaContent : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaContentModel.cs (1)
8public abstract class XmlSchemaContentModel : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaFacet.cs (1)
26public abstract class XmlSchemaFacet : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaGroup.cs (1)
8public class XmlSchemaGroup : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
10public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated 64public class XmlSchemaXPath : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaNotation.cs (1)
8public class XmlSchemaNotation : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaParticle.cs (1)
8public abstract class XmlSchemaParticle : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaSimpleTypeContent.cs (1)
6public abstract class XmlSchemaSimpleTypeContent : XmlSchemaAnnotated
System\Xml\Schema\XmlSchemaType.cs (1)
14public class XmlSchemaType : XmlSchemaAnnotated
31 references to XmlSchemaAnnotated
netstandard (1)
netstandard.cs (1)
2299[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]
System.Data.Common (21)
System\Data\XMLSchema.cs (21)
382internal static string? GetMsdataAttribute(XmlSchemaAnnotated node, string ln) 539foreach (XmlSchemaAnnotated el in items) 607XmlSchemaAnnotated? cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content; 753foreach (XmlSchemaAnnotated el in items) 905foreach (XmlSchemaAnnotated item in items) 1060XmlSchemaAnnotated? cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content; 1103XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content!; 1149XmlSchemaAnnotated cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content!; 1214internal static bool GetBooleanAttribute(XmlSchemaAnnotated element, string attrName, bool defVal) 1233internal static string GetStringAttribute(XmlSchemaAnnotated element, string attrName, string defVal) 1533internal static string GetInstanceName(XmlSchemaAnnotated node) 1923internal XmlSchemaAnnotated? FindTypeNode(XmlSchemaAnnotated node) 1940XmlSchemaAnnotated? typeNode; 1947typeNode = isAttr ? FindTypeNode((XmlSchemaAnnotated)_attributes![attr!.RefName]!) : FindTypeNode((XmlSchemaAnnotated)_elementsTable![el!.RefName]!); 1950typeNode = (XmlSchemaAnnotated?)_schemaTypes![isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName]; 2202XmlSchemaAnnotated? typeNode = FindTypeNode(attr); 2368XmlSchemaAnnotated? typeNode = FindTypeNode(el); 2632foreach (XmlSchemaAnnotated el in items) 2677foreach (XmlSchemaAnnotated choiceEl in choiceItems)
System.Private.Xml (7)
System\Xml\Schema\Preprocessor.cs (1)
2163if (schemaObject is XmlSchemaAnnotated annotated)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1780XmlSchemaAnnotated? annotated = schemaObject as XmlSchemaAnnotated;
System\Xml\Schema\SchemaSetCompiler.cs (2)
3068private static void CopyPosition(XmlSchemaAnnotated to, XmlSchemaAnnotated from, bool copyParent)
System\Xml\Serialization\ImportContext.cs (2)
435if (typeof(XmlSchemaAnnotated).IsAssignableFrom(t)) 437XmlAttribute[]? attrs = (XmlAttribute[]?)((XmlSchemaAnnotated)item).UnhandledAttributes;
System.Xml (1)
System.Xml.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaAnnotated))]