Multiple choice technology web technology which one is used to define a valid value for an attribute. xs:value xs:sequence xs:enumeration tag 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.