Self Check
Drag the facets (at left) to the appropriate description.
pattern | The facet is used to define the minimum numeric value that an element can contain. |
length | The facet can be used to define a constraint for an element to contain only specified values. |
enumeration | The facet can be used to constraint an element to contain only a series of characters. |
minInclusive | The facet can be used to constraint an element to contain characters of a fixed length. |
The correct answer is:
minInclusive | The facet is used to define the minimum numeric value that an element can contain. |
enumeration | The facet can be used to define a constraint for an element to contain only specified values. |
pattern | The facet can be used to constraint an element to contain only a series of characters. |
length | The facet can be used to constraint an element to contain characters of a fixed length. |