29 instantiations of XmlSchemaAttribute
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaExporter.cs (3)
1035XmlSchemaAttribute iSerializableFactoryTypeAttribute = new XmlSchemaAttribute(); 1047XmlSchemaAttribute refAttribute = new XmlSchemaAttribute(); 1059XmlSchemaAttribute idAttribute = new XmlSchemaAttribute();
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
77XmlSchemaAttribute dAttr = new XmlSchemaAttribute(); 105XmlSchemaAttribute nqAttr = new XmlSchemaAttribute();
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
237XmlSchemaAttribute instanceId = new XmlSchemaAttribute(); 243XmlSchemaAttribute sequenceId = new XmlSchemaAttribute(); 248XmlSchemaAttribute messageNumber = new XmlSchemaAttribute(); 489XmlSchemaAttribute matchBy = new XmlSchemaAttribute();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7360o = new global::System.Xml.Schema.XmlSchemaAttribute();
System.Xml (19)
System\Xml\Schema\Inference\Infer.cs (4)
327attributeReference = new XmlSchemaAttribute(); 386attributeReference = new XmlSchemaAttribute(); 405xsa = new XmlSchemaAttribute(); 435xsa = new XmlSchemaAttribute();
System\Xml\Schema\Preprocessor.cs (6)
373XmlSchemaAttribute lang = new XmlSchemaAttribute(); 378XmlSchemaAttribute xmlbase = new XmlSchemaAttribute(); 383XmlSchemaAttribute space = new XmlSchemaAttribute(); 401XmlSchemaAttribute langRef = new XmlSchemaAttribute(); 404XmlSchemaAttribute spaceRef = new XmlSchemaAttribute(); 407XmlSchemaAttribute baseRef = new XmlSchemaAttribute();
System\Xml\Schema\XmlSchemaValidator.cs (4)
2070XmlSchemaAttribute tempXsiTypeSO = new XmlSchemaAttribute(); 2077XmlSchemaAttribute tempxsiNilSO = new XmlSchemaAttribute(); 2085XmlSchemaAttribute tempxsiSLSO = new XmlSchemaAttribute(); 2093XmlSchemaAttribute tempxsiNoNsSLSO = new XmlSchemaAttribute();
System\Xml\Schema\XsdBuilder.cs (1)
1192builder.xso = builder.attribute = new XmlSchemaAttribute();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
219XmlSchemaAttribute attr = new XmlSchemaAttribute();
System\Xml\Serialization\XmlSchemaExporter.cs (3)
630XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 656XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 680XmlSchemaAttribute refAttribute = new XmlSchemaAttribute();
284 references to XmlSchemaAttribute
System.Data (19)
fx\src\data\System\Data\DataSet.cs (1)
3544foreach (XmlSchemaAttribute a in ct.Attributes)
fx\src\data\System\Data\XMLSchema.cs (18)
177if (item is XmlSchemaAttribute) { 178XmlSchemaAttribute attr = (XmlSchemaAttribute)item; 449if (so is XmlSchemaAttribute) { 844if (so is XmlSchemaAttribute) { 845HandleAttributeColumn((XmlSchemaAttribute) so, table, isBase); 859if (obj is XmlSchemaAttribute) { 860HandleAttributeColumn((XmlSchemaAttribute) obj, table, isBase); 1317Debug.Assert( (node is XmlSchemaElement) || (node is XmlSchemaAttribute), "GetInstanceName should only be called on attribute or elements"); 1323else if (node is XmlSchemaAttribute) { 1324XmlSchemaAttribute el = (XmlSchemaAttribute) node; 1666XmlSchemaAttribute attr = node as XmlSchemaAttribute; 1686typeNode = (XmlSchemaAnnotated)schemaTypes[isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName]; 1900internal void HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, bool isBase){ 1902XmlSchemaAttribute attr = attrib.Name != null ? attrib : (XmlSchemaAttribute) attributes[attrib.RefName];
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
216private static bool IsAttributeExpected(XAttribute attribute, XmlSchemaAnyAttribute anyAttribute, XmlSchemaAttribute[] expectedAttributes) 225foreach (var expected in expectedAttributes)
System.Runtime.Serialization (13)
System\Runtime\Serialization\SchemaExporter.cs (7)
477XmlSchemaAttribute iSerializableFactoryTypeAttribute = ISerializableFactoryTypeAttribute; 1031internal static XmlSchemaAttribute ISerializableFactoryTypeAttribute 1035XmlSchemaAttribute iSerializableFactoryTypeAttribute = new XmlSchemaAttribute(); 1043internal static XmlSchemaAttribute RefAttribute 1047XmlSchemaAttribute refAttribute = new XmlSchemaAttribute(); 1055internal static XmlSchemaAttribute IdAttribute 1059XmlSchemaAttribute idAttribute = new XmlSchemaAttribute();
System\Runtime\Serialization\SchemaImporter.cs (6)
896if (o is XmlSchemaAttribute) 898if (((XmlSchemaAttribute)o).RefName == factoryTypeAttributeRefName) 1390if (o is XmlSchemaAttribute) 1392XmlSchemaAttribute attribute = (XmlSchemaAttribute)o; 1407bool TryCheckIfAttribute(XmlQualifiedName typeName, XmlSchemaAttribute attribute, XmlQualifiedName refName, ref bool foundAttribute)
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
77XmlSchemaAttribute dAttr = new XmlSchemaAttribute(); 105XmlSchemaAttribute nqAttr = new XmlSchemaAttribute();
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
237XmlSchemaAttribute instanceId = new XmlSchemaAttribute(); 243XmlSchemaAttribute sequenceId = new XmlSchemaAttribute(); 248XmlSchemaAttribute messageNumber = new XmlSchemaAttribute(); 489XmlSchemaAttribute matchBy = new XmlSchemaAttribute();
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
68{ typeof(XmlSchemaAttribute), XmlAttributeHandler }, 190XmlSchemaAttribute attribute = (XmlSchemaAttribute)schemaObject;
System.Web.Extensions (1)
Compilation\WCFModel\SchemaMerger.cs (1)
46new SchemaTopLevelItemType(typeof(XmlSchemaAttribute), "attribute"),
System.Web.Services (21)
System\Web\Services\Description\SchemaCompiler.cs (3)
114else if (o is XmlSchemaAttribute) { 115XmlSchemaAttribute a = ((XmlSchemaAttribute)o);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (18)
1876else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 1877Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3183else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3184Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3233void Write36_XmlSchemaAttribute(string n, string ns, global::System.Xml.Schema.XmlSchemaAttribute o, bool isNullable, bool needType) { 3240if (t == typeof(global::System.Xml.Schema.XmlSchemaAttribute)) { 3559if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3560Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3631if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3632Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3779if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3780Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3832if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3833Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 3921else if (ai is global::System.Xml.Schema.XmlSchemaAttribute) { 3922Write36_XmlSchemaAttribute(@"attribute", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaAttribute)ai), false, false); 7347global::System.Xml.Schema.XmlSchemaAttribute Read36_XmlSchemaAttribute(bool isNullable, bool checkType) { 7359global::System.Xml.Schema.XmlSchemaAttribute o;
System.Xml (212)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
914XmlSchemaAttribute IXmlSchemaInfo.SchemaAttribute {
System\Xml\Core\XsdValidatingReader.cs (2)
1455XmlSchemaAttribute IXmlSchemaInfo.SchemaAttribute { 1856XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
568XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System\Xml\Dom\DocumentSchemaValidator.cs (7)
378XmlSchemaAttribute schemaAttribute = null; 382schemaAttribute = defaultAttributes[i] as XmlSchemaAttribute; 398private void SetDefaultAttributeSchemaInfo(XmlSchemaAttribute schemaAttribute) { 501private XmlSchemaAttribute FindSchemaInfo(XmlAttribute attributeToValidate) { 509XmlSchemaAttribute schemaAttribute = elementSchemaType.AttributeUses[attName] as XmlSchemaAttribute; 514schemaAttribute = schemas.GlobalAttributes[attName] as XmlSchemaAttribute;
System\Xml\Dom\XmlName.cs (4)
133public virtual XmlSchemaAttribute SchemaAttribute { 220public override XmlSchemaAttribute SchemaAttribute { 222return decl as XmlSchemaAttribute; 248&& (object)schemaInfo.SchemaAttribute == (object)(decl as XmlSchemaAttribute)) {
System\Xml\Schema\BaseProcessor.cs (1)
88else if (item is XmlSchemaAttribute) {
System\Xml\Schema\Inference\Infer.cs (15)
289private XmlSchemaAttribute AddAttribute(string localName, string prefix, string childURI, string attrValue, bool bCreatingNewType, XmlSchema parentSchema, XmlSchemaObjectCollection addLocation, XmlSchemaObjectTable compiledAttributes) 296XmlSchemaAttribute xsa = null; 298XmlSchemaAttribute returnedAttribute = null; //this value will change to attributeReference if childURI!= parentURI 319XmlSchemaAttribute attributeReference = null; 378XmlSchemaAttribute attributeReference = null; 1249XmlSchemaAttribute xsa=null; 1313foreach (XmlSchemaAttribute attr in sourceCollection) { 1319internal XmlSchemaAttribute FindAttribute(ICollection attributes, string attrName) 1323XmlSchemaAttribute schemaAttribute = xsa as XmlSchemaAttribute; 1370internal XmlSchemaAttribute FindAttributeRef(ICollection attributes, string attributeName, string nsURI) 1374XmlSchemaAttribute schemaAttribute = xsa as XmlSchemaAttribute; 1418XmlSchemaAttribute attr = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\IXmlSchemaInfo.cs (1)
35XmlSchemaAttribute SchemaAttribute { get; }
System\Xml\Schema\Preprocessor.cs (14)
373XmlSchemaAttribute lang = new XmlSchemaAttribute(); 378XmlSchemaAttribute xmlbase = new XmlSchemaAttribute(); 383XmlSchemaAttribute space = new XmlSchemaAttribute(); 401XmlSchemaAttribute langRef = new XmlSchemaAttribute(); 404XmlSchemaAttribute spaceRef = new XmlSchemaAttribute(); 407XmlSchemaAttribute baseRef = new XmlSchemaAttribute(); 639XmlSchemaAttribute attribute = schemaItems[i] as XmlSchemaAttribute; 693foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) { 976private void PreprocessAttribute(XmlSchemaAttribute attribute) { 994private void PreprocessLocalAttribute(XmlSchemaAttribute attribute) { 1021private void PreprocessAttributeContent(XmlSchemaAttribute attribute) { 1649XmlSchemaAttribute attr = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\SchemaAttDef.cs (2)
41XmlSchemaAttribute schemaAttribute; 180internal XmlSchemaAttribute SchemaAttribute {
System\Xml\Schema\SchemaCollectionCompiler.cs (30)
72foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 92XmlSchemaAttribute attr; 99if ((attr = item as XmlSchemaAttribute) != null) { 123XmlSchemaAttribute attr; 130if ((attr = item as XmlSchemaAttribute) != null) { 184foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 220foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 242private static void CleanupAttribute(XmlSchemaAttribute attribute) { 316XmlSchemaAttribute attribute = attributes[i] as XmlSchemaAttribute; 594foreach(XmlSchemaAttribute attribute in complexType.AttributeUses.Values) { 614foreach(XmlSchemaAttribute attribute in complexType.AttributeUses.Values) { 1373XmlSchemaAttribute attribute = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1396foreach (XmlSchemaAttribute attributeValue in attributeGroupResolved.AttributeUses.Values) { 1419XmlSchemaAttribute attribute = attributes[i] as XmlSchemaAttribute; 1444foreach (XmlSchemaAttribute attributeValue in attributeGroup.AttributeUses.Values) { 1471foreach(XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) { 1472XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1494foreach(XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) { 1495XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1522foreach(XmlSchemaAttribute attribute in derivedType.AttributeUses.Values) { 1523XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.AttributeUses[attribute.QualifiedName]; 1626private void CompileAttribute(XmlSchemaAttribute xa) { 1638XmlSchemaAttribute a = (XmlSchemaAttribute)this.schema.Attributes[xa.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
419foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) { 441XmlSchemaAttribute attribute = schema.Items[i] as XmlSchemaAttribute; 668private void PreprocessAttribute(XmlSchemaAttribute attribute) { 686private void PreprocessLocalAttribute(XmlSchemaAttribute attribute) { 713private void PreprocessAttributeContent(XmlSchemaAttribute attribute) { 1337XmlSchemaAttribute attribute = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\SchemaInfo.cs (3)
151internal XmlSchemaAttribute GetAttribute(XmlQualifiedName qname) { 228XmlSchemaAttribute attr = partialValidationType as XmlSchemaAttribute;
System\Xml\Schema\SchemaSetCompiler.cs (32)
59foreach (XmlSchemaAttribute attribute in schema.Attributes.Values) { 122foreach (XmlSchemaAttribute attribute in attributes.Values) { 178foreach (XmlSchemaAttribute attribute in attributes.Values) { 224private void CleanupAttribute(XmlSchemaAttribute attribute) { 318XmlSchemaAttribute attribute = attributes[i] as XmlSchemaAttribute; 671foreach(XmlSchemaAttribute attribute in complexType.AttributeUses.Values) { 1649XmlSchemaAttribute attr = attributeGroup.Attributes[i] as XmlSchemaAttribute; 1673foreach (XmlSchemaAttribute attribute in attributeGroupResolved.AttributeUses.Values) { 1698XmlSchemaAttribute attr = attributes[i] as XmlSchemaAttribute; 1723foreach (XmlSchemaAttribute attribute in attributeGroup.AttributeUses.Values) { 1750foreach(XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) { 1751XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1773foreach(XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) { 1774XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedType.AttributeUses[attributeBase.QualifiedName]; 1807foreach(XmlSchemaAttribute attribute in derivedType.AttributeUses.Values) { 1808XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseType.AttributeUses[attribute.QualifiedName]; 1839foreach(XmlSchemaAttribute attributeBase in baseAttributeGroup.AttributeUses.Values) { 1840XmlSchemaAttribute attribute = (XmlSchemaAttribute)derivedAttributeGroup.AttributeUses[attributeBase.QualifiedName]; 1863foreach(XmlSchemaAttribute attribute in derivedAttributeGroup.AttributeUses.Values) { 1864XmlSchemaAttribute attributeBase = (XmlSchemaAttribute)baseAttributeGroup.AttributeUses[attribute.QualifiedName]; 1962private void CompileAttribute(XmlSchemaAttribute xa) { 1974XmlSchemaAttribute a = (XmlSchemaAttribute)attributes[xa.RefName]; 2049private void SetDefaultFixed(XmlSchemaAttribute xa, SchemaAttDef decl) {
System\Xml\Schema\XmlSchema.cs (1)
335XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaAttribute.cs (2)
198XmlSchemaAttribute newAtt = (XmlSchemaAttribute)MemberwiseClone();
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
41[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
50[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
50[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
202[XmlElement("attribute", typeof(XmlSchemaAttribute)), 339foreach(XmlSchemaAttribute attribute in this.AttributeUses.Values) { 437XmlSchemaAttribute att; 448att = xso as XmlSchemaAttribute; 554XmlSchemaAttribute attribute = attributes[i] as XmlSchemaAttribute;
System\Xml\Schema\XmlSchemaInfo.cs (2)
18XmlSchemaAttribute schemaAttribute; 95public XmlSchemaAttribute SchemaAttribute {
System\Xml\Schema\XmlSchemaSet.cs (6)
1104foreach (XmlSchemaAttribute attribute in otherSet.GlobalAttributes.Values) { 1137foreach (XmlSchemaAttribute attributeToRemove in otherSet.GlobalAttributes.Values) { 1282foreach (XmlSchemaAttribute attributeToRemove in schema.Attributes.Values) { 1283XmlSchemaAttribute attr = (XmlSchemaAttribute)attributes[attributeToRemove.QualifiedName]; 1314else if (item is XmlSchemaAttribute) {
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
35[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
67[XmlElement("attribute", typeof(XmlSchemaAttribute)),
System\Xml\Schema\XmlSchemaValidator.cs (24)
124private static XmlSchemaAttribute xsiTypeSO; 125private static XmlSchemaAttribute xsiNilSO; 126private static XmlSchemaAttribute xsiSLSO; 127private static XmlSchemaAttribute xsiNoNsSLSO; 145private static XmlSchemaAttribute[] EmptyAttributeArray = new XmlSchemaAttribute[0]; 351if (!(partialValidationType is XmlSchemaElement || partialValidationType is XmlSchemaAttribute || partialValidationType is XmlSchemaType)) { 472XmlSchemaAttribute localAttribute = null; 541SendValidationEvent(Res.Sch_SchemaAttributeNameMismatch, new string[] { attQName.ToString(), ((XmlSchemaAttribute)pvtAttribute).QualifiedName.ToString()}); 860public XmlSchemaAttribute[] GetExpectedAttributes() { 874return attList.ToArray(typeof(XmlSchemaAttribute)) as XmlSchemaAttribute[]; 878XmlSchemaAttribute attribute = partialValidationType as XmlSchemaAttribute; 880return new XmlSchemaAttribute[1] {attribute}; 1372Debug.Assert(partialValidationType is XmlSchemaAttribute); 2070XmlSchemaAttribute tempXsiTypeSO = new XmlSchemaAttribute(); 2074Interlocked.CompareExchange<XmlSchemaAttribute>(ref xsiTypeSO, tempXsiTypeSO, null); 2077XmlSchemaAttribute tempxsiNilSO = new XmlSchemaAttribute(); 2081Interlocked.CompareExchange<XmlSchemaAttribute>(ref xsiNilSO, tempxsiNilSO, null); 2085XmlSchemaAttribute tempxsiSLSO = new XmlSchemaAttribute(); 2089Interlocked.CompareExchange<XmlSchemaAttribute>(ref xsiSLSO, tempxsiSLSO, null); 2093XmlSchemaAttribute tempxsiNoNsSLSO = new XmlSchemaAttribute(); 2097Interlocked.CompareExchange<XmlSchemaAttribute>(ref xsiNoNsSLSO, tempxsiNoNsSLSO, null);
System\Xml\Schema\XsdBuilder.cs (2)
638private XmlSchemaAttribute attribute; 956this.attribute = (XmlSchemaAttribute)container;
System\Xml\Serialization\ImportContext.cs (5)
419else if (t == typeof(XmlSchemaAttribute)) { 420XmlSchemaAttribute at = (XmlSchemaAttribute)item; 422at = (XmlSchemaAttribute)schemas.Find(at.RefName, typeof(XmlSchemaAttribute), false);
System\Xml\Serialization\SchemaObjectWriter.cs (5)
58if (o is XmlSchemaAttribute) { 59return ((XmlSchemaAttribute)o).QualifiedName; 248void Write1_XmlSchemaAttribute(XmlSchemaAttribute o) { 398else if (t == typeof(XmlSchemaAttribute)) { 399Write1_XmlSchemaAttribute((XmlSchemaAttribute)o);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
219XmlSchemaAttribute attr = new XmlSchemaAttribute();
System\Xml\Serialization\SoapSchemaImporter.cs (5)
325if (item is XmlSchemaAttribute) { 326XmlSchemaAttribute attr = (XmlSchemaAttribute)item; 429XmlSchemaAttribute attribute = restriction.Attributes[i] as XmlSchemaAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (6)
285else if (item is XmlSchemaAttribute) { 286XmlSchemaAttribute a = (XmlSchemaAttribute)item; 630XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 656XmlSchemaAttribute attribute = new XmlSchemaAttribute(); 680XmlSchemaAttribute refAttribute = new XmlSchemaAttribute();
System\Xml\Serialization\XmlSchemaImporter.cs (12)
672if (item is XmlSchemaAttribute) { 673ImportAttributeMember((XmlSchemaAttribute)item, identifier, members, membersScope, typeNs); 1368void ImportAttributeMember(XmlSchemaAttribute attribute, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns) { 1467else if (item is XmlSchemaAttribute) 1468ImportAttributeMember((XmlSchemaAttribute)item, identifier, members, membersScope, ns); 1486AttributeAccessor ImportAttribute(XmlSchemaAttribute attribute, string identifier, string ns, XmlSchemaAttribute defaultValueProvider) { 1791XmlSchemaAttribute FindAttribute(XmlQualifiedName name) { 1792XmlSchemaAttribute attribute = (XmlSchemaAttribute)Schemas.Find(name, typeof(XmlSchemaAttribute)); 1857XmlSchemaForm AttributeForm(string ns, XmlSchemaAttribute attribute) {
System\Xml\Serialization\XmlSchemas.cs (6)
305else if (type == typeof(XmlSchemaAttribute)) { 473else if (o is XmlSchemaAttribute) { 474return ((XmlSchemaAttribute)o).Name; 532else if (o is XmlSchemaAttribute) { 533XmlSchemaAttribute a = ((XmlSchemaAttribute)o);
System\Xml\XPath\XPathNavigator.cs (2)
875XmlSchemaAttribute schemaAttribute = null; 931private XmlReader GetValidatingReader( XmlReader reader, XmlSchemaSet schemas, ValidationEventHandler validationEvent, XmlSchemaType schemaType, XmlSchemaElement schemaElement, XmlSchemaAttribute schemaAttribute ) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
988public virtual XmlSchemaAttribute SchemaAttribute { get { return IsReading ? this.schemaInfo.SchemaAttribute : null; } }
System.Xml.Linq (7)
System\Xml\Linq\XNodeValidator.cs (7)
78XmlSchemaInfo GetDefaultAttributeSchemaInfo(XmlSchemaAttribute sa) { 104string GetDefaultValue(XmlSchemaAttribute sa) { 107sa = schemas.GlobalAttributes[name] as XmlSchemaAttribute; 233foreach (XmlSchemaAttribute sa in defaultAttributes) { 339XmlSchemaAttribute schemaAttribute = si.SchemaAttribute; 452/// <param name="partialValidationType">An <see cref="XmlSchemaAttribute"/> or 467/// <param name="partialValidationType">An <see cref="XmlSchemaAttribute"/> or