| x Element |
Vector with semicolon separated values of type double
Namespace: Empty
Schema: Empty
| Item | Facet Value | Description |
|---|---|---|
| | ((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?|(\s+)?(NaN)(\s+)?)(;(((\s+)?[-+]?(\d+)?(\.)?(\d+)?(([eE][-+]?)?\d+)?(\s+)?)|(\s+)?(NaN)(\s+)?))* |
| Name | Type | Required | Description |
|---|---|---|---|
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>