Mengen
Attribute
Das set Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
|---|---|---|---|
credits |
xs:nonNegativeInteger |
1 |
Number of credit points the user gets awarded for this input value. If this input value is part of another input value (such as a vector or a set), then the credits of the child input values are interpreted as relative weights. That means the top level input value has the absolute credits as specified in its credits attribute and each child input value contributes to this number its credits attribute value divided by the sum of all credits attribute values of all children. |
maxsize |
xs:positiveInteger | Unbounded |
- | Maximum number of elements that the user may put into the set or "unbounded", which means that there should be no upper bound on the size of the set. |
maxsizehints |
xs:boolean |
- | Whether or not to give live hints about the allowed maximum size of the set when the user has not yet submitted the input value. |
minsize |
xs:nonNegativeInteger |
- | Minimum number of elements that the user may put into the set. |
minsizehints |
xs:boolean |
- | Whether or not to give live hints about the allowed minimum size of the set when the user has not yet submitted the input value. |
model |
xs:Name |
- | Name of the model to use for this input value. If this attribute is not set, the input model associated to the input field containing this input value is used. |
of |
SetElementValueTypeList | Auto |
- | Whitespace-separated list of allowed element types that the user may put into this set or "auto", which means that the system will look for all element types that appear in the solution and allow only these. |
ofhints |
xs:boolean |
- | Whether or not to give live hints about the allowed element types in the set when the user has not yet submitted the input value. |