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 1037757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:53:22+00:00 2026-05-16T14:53:22+00:00

how can I add to each node I add to xml a unique index

  • 0

how can I add to each node I add to xml a unique index value
for example I have

    <events>
        <event><id>0</id>
</event>
        <event><id>1</id></event>
    </events>

I want to add another event “node” that the id will be 6

/edited/

i have created xsd an added to the id elment autoincrease =true
but idont really know what to do next ?
help

  • 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-05-16T14:53:23+00:00Added an answer on May 16, 2026 at 2:53 pm

    The easiest way to serialize an attribute with an object is to decorate the property with [XmlAttribute]. Here is a simple example of a class representing your <event> element:

    [XmlType(TypeName="event")]
    public class Event
    {
        [XmlAttribute("id")]
        public int ID { get; set; }
    }
    

    You might get some mileage out of the Xsd.exe command line tool. In some cases, the tool can save you a lot of hand-decorating classes for serialization. It can be used in a two-step fashion to:

    1. Generate a XSD validation schema for a sample XML file.
    2. Generate serializable .NET classes based on the XSD schema.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that I can add a HintPath to an external DLLs to help
svg is an xml based graphics and you can add JavaScripts to it. I
Extension method is a really helpful feature that you can add a lot of
if I have an XML object like this: <a> <u date=2009-04-10 value=543/> <u date=2009-04-11
I would like to add previous and next buttons to each node of my
If all tables I want to delete from have the column gamer_id can i
I want to use a temp directory that will be unique to this build.
Ruby can add methods to the Number class and other core types to get
I know I can add a icon to the Resources.resx file of a project
When commiting to SVN I can add a top level commit message to detail

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.