Facets: minInclusive and maxInclusive | ||
The minInclusive and maxInclusive facets are used to define the minimum and maximum numeric value that an element can contain. For example, in the following code snippet, the minInclusive and maxInclusive facets indicate that the EmpAge element can contain only integer values between 0 and 100. <xs:restriction base="xs:integer"> |
|
|
Click the Next button to continue. |