Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8346219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:56:20+00:00 2026-06-09T06:56:20+00:00

How to specify an attribute in XSD so that when C# classes are generated

  • 0

How to specify an attribute in XSD so that when C# classes are generated using XSD tool that particular attribute is generated as property with XMLIgnore attribute?

How to tweak XSD or generation of C# code to get something like this,

[Serializable]
public class Person {

    public string Name { get; set; }

    [XmlIgnore]
    public string NickName { get; set; }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T06:56:22+00:00Added an answer on June 9, 2026 at 6:56 am

    By definition, XmlIgnore is for things that aren’t related to the xsd, so xsd is never going to generate a member that it doesn’t know about. If you have a requirement to add non-xml-related members to the xsd-generated type, that is where a partial class comes in, i.e. in a separate code file (specifying the name c# namespace):

    // additional (non-xsd) members for Person
    partial class Person {
        [XmlIgnore]
        public string NickName {get;set;}
    }
    

    note that the other .cs file (from the xsd) has the .Name etc

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

MSDN states that you do not need to specify the attribute suffix when using
XAML allows you to specify an attribute value using a string that contains curly
I'm building a generic ASP.NET server control that has an attribute used to specify
Per the Core Data Programming Guide: You can specify that an attribute is optional—that
In using XML Schema 1.1, I'd like to define an attribute group that occurs
According to LiveDocs for cfoutput in cf7 : When you specify a query attribute,
In yesod, we can specify the class attribute like so: <div .myclass> ==> <div
Is it possible to specify the value of a tag or attribute should not
XmlElement has an Order attribute which you can use to specify the precise order
When using JAAS, is there any way to specify the attributes returned by the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.