Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

In ParamML, each object is defined by its own set of parameters. Objects are defined using "O" statements, while parameters are defined using "P" statements. Each object and parameter has a start and end statement.

For example, for an object named "group," the starting expression would be <O N="group" T="Group"> and the closing expression would be </O>.

Similarly, for a parameter named "length," the starting expression would be <P N="length" V="10"> and the closing expression would be </P>.

Everything between the beginning and end statements is considered to be part of the parameter or object to which it belongs. For an object to have meaning, it must be defined with parameters that are compatible with the type of the object. Similarly, a parameter's meaning can depend on the hierarchical position in which it is defined. If an expression does not contain other expressions, abbreviations may be used.

Example

<O N="group" T="Group">
....
....
</O>
<P N="length" V="10"/>
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.