Multiple choice technology web technology

which one is used to define a valid value for an attribute.

  1. xs:value

  2. xs:sequence

  3. xs:enumeration tag

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The xs:enumeration facet is used to define a specific list of valid values for an attribute or element. It restricts the value to exactly one of the enumerated options, providing a controlled vocabulary.