z Element |
Vector with semicolon separated values of type double
Namespace: Empty
Schema: Empty
Item | Facet Value | Description |
---|---|---|
string | ||
Pattern | ((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?|(\s+)?(NaN)(\s+)?)(;(((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?)|(\s+)?(NaN)(\s+)?))* |
Name | Type | Required | Description |
---|---|---|---|
a | string | ||
b | string | ||
c | string | ||
delta | string | ||
externalDataDirectory | string | ||
externalDataNodePath | string | ||
externalFileName | string | ||
mapType | string | ||
mu | string | ||
uncertaintyFunctionName | uncertaintyFunctionType | ||
v | string | ||
w | string |
Any entries of type double separated by semicolons are permitted, e.g.:
<doubleVectorTest>123.456;+123.456;-1.234e56;-.45E-6;NaN</doubleVectorTest>
<doubleVectorTest>123.456</doubleVectorTest>
<doubleVectorTest>123.456,+1234.456</doubleVectorTest>
<doubleVectorTest>123.456;mainWingUID</doubleVectorTest>
<doubleVectorTest>123.456;1234.4E 56;-1.234e5.6</doubleVectorTest>