System.Xml.Xsl.XmlQueryTypeFactory.CreateAttributeType C# (CSharp) Method

CreateAttributeType() private method

private CreateAttributeType ( XmlSchemaAttribute attribute ) : XmlQueryType
attribute System.Xml.Schema.XmlSchemaAttribute
return XmlQueryType
        private XmlQueryType CreateAttributeType(XmlSchemaAttribute attribute) {
            return ItemType.Create(XmlTypeCode.Attribute, XmlQualifiedNameTest.New(attribute.QualifiedName), attribute.AttributeSchemaType, false);
        }

Same methods

XmlQueryTypeFactory::CreateAttributeType ( string ns, bool exclude, XmlSchemaType schemaType ) : XmlQueryType