| x Element | 
Vector with semicolon separated values of type double
Namespace: Empty
Schema: Empty
 Type
Type Content Type
Content Type| Item | Facet Value | Description | 
|---|---|---|
|  string | ||
|  Pattern | ((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?|(\s+)?(NaN)(\s+)?)(;(((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?)|(\s+)?(NaN)(\s+)?))* | 
 Parents
Parents Attributes
Attributes| 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 | 
 Remarks
RemarksAny 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>
 See Also
See Also