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

  • SEARCH
  • Home
  • 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 969327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:37:28+00:00 2026-05-16T02:37:28+00:00

i wanna make an attribute of an element to be unique like primary key.

  • 0

i wanna make an attribute of an element to be unique like primary key. how to make it?

  • 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-16T02:37:28+00:00Added an answer on May 16, 2026 at 2:37 am

    Something like this should work:

    <xs:element name="books" maxOccurs="unbounded">
       <xs:complexType>
          <xs:sequence>
             <xs:element name="book" maxOccurs="unbounded">
                <xs:complexType>
                   <xs:attribute name="isbn" type="xs:string"/>
                </xs:complexType>
             </xs:element>
          </xs:sequence>
       </xs:complexType>
       <xs:unique name="unique-isbn">
          <xs:selector xpath="book"/>
          <xs:field xpath="@isbn"/>
       </xs:unique>
    </xs:element>
    

    Basically, you can define a “uniqueness” constraint using a <xs:unique> element and define what XPath this uniqueness should apply to.

    See W3Schools’ entry on <xs:unique> for more info.

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

Sidebar

Related Questions

i wanna make a floating menu kind of like facebook with css with no
I wanna make a login screen like the one from Facebook's app. The part
I wanna make certain fields in my page to show me like a list
i wanna make an array of UIImage in like this view http://i42.tinypic.com/25z1na0.png which i
i wanna make a simple ruby App Engine in rails just like heroku, i'm
How should I go about parsing a url in php? I wanna make it
i've built my first wpf application, nothing fancy, but i wanna make it look
I will make upload my application today to my homepage and wanna to have
Hi guys i am going to make a android game. i wanna know that
I wanna make a link for download and all of my file is zip

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.