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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:43:33+00:00 2026-06-16T04:43:33+00:00

I have an attribute that can have only two value. What is it better

  • 0

I have an attribute that can have only two value.
What is it better to use?
Pattern?

<xsd:attribute name="sex">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="male|female" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>

Or enumetation?

<xsd:attribute name="sex">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="male"></xsd:enumeration>
            <xsd:enumeration value="female"></xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>

If there is not difference, I will use pattern (one line less)

  • 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-16T04:43:34+00:00Added an answer on June 16, 2026 at 4:43 am

    Both are legal XSD, neither seems likely to pose problems for any conforming or even partially conforming implementation of XSD simple types, and I expect it would take huge volumes of data and very precise measurement to detect any speed difference between them. So the question “which is better?” essentially amounts to the question “which one is going to be easier for those who read the schema to understand?”

    That’s a question only you can answer.

    For what it’s worth, I’ll observe that the formulation using enumeration makes it possible to provide documentation on the meaning or expected usage of each value; it’s probably for that reason that I normally use enumerations in cases like this. (The values “male” and “female” seem straightforward enough, but in some schemas an enumeration like this one would also need to include values for “unknown” and “declined-to-state”, and users may need guidance on when to use which value.)

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

Sidebar

Related Questions

I have a simple class with an attribute that can contain a list of
I have two XmlDocuments that both have a namespace attribute specified. Both documents have
I have two applications that use the same data to create a UI, one
I have an Activity class which has an attribute that references an AsyncTask instance
In my program I have numerous Entity classes with a Texture2D attribute that are
I try unsuccessful to access from my portlet the session attribute that I have
I've been wondering, suppose I have a model with an attribute that in every
I have a line of code that counts all attribute names that end in
I would like to select all elements that have certain attribute or don't have
I want to select all nodes <cci:p> that do not have an attribute. So,

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.