We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ID_Literals: fix example The example with the circle parameter was wrong. The collision effect only seems to occur when the relative ID matches an absolute ID, which was not the case in the example. Since the radius 'X' was nested in 'Circle', it had an absolute ID of 'Circle.X', and so the 'X' in 'Point' could not collide with it. In the new example, there is an outer 'X', and so the 'X' in 'Point.X' does collide with it.
Configuration: fixed links
Home: rewrite
Added Design (config and disambiguation)
Added DesignSpace (disambiguation)
Added CodeMapping (config)
Added DesignSpace (config)
Added API
Added Versions
Type: removed
Configuration: add links, moved description
Parameters: add links
Limits: link to Numeric instead of Parameters
Numeric: major changes - Added fixed values - Links to tests - Links to definitions and other pages - Suggest changes
ID_Literals: add example
Moved Strings to Structured
Added Design Space (API)
Added Design (API)
Added Fixed
Added Choices
Terms: add definition of supported
Terms: add definition of null
Added Strings
Configuration: add info on different configs Lists the different configurations by root element and schema. Also added a brief description.
Numeric: add more info Mentioned the relevant XML element, and that numeric parameters can be defined by specifying limits.
ID_Literals: mention lack of scoping IDs may collide because parameters aren't scoped.
Limits: rewrote almost completely
Terms: add accessor definition
Terms: Fix emphasis
Arrays: added i prefix to examples All example parameter elements use i namespace prefix for consistency.