| pointIDs Element |
Vector with semicolon separated positive integer values
Namespace: Empty
Schema: Empty
| Item | Facet Value | Description |
|---|---|---|
| | (\s+)?\d+(([eE][-+]?)?\d+)?(\s+)?(;(\s+)?\d+(([eE][-+]?)?\d+)?(\s+)?)* |
| Name | Type | Required | Description |
|---|---|---|---|
Any positive integer values separated by semicolons are permitted, e.g.:
<intVectorTest>0;1;2;3;4;5</intVectorTest>
<intVectorTest>1</intVectorTest>
<intVectorTest>0,1,2,3,4,5</intVectorTest>
<intVectorTest>0.;1.;2.</intVectorTest>
<intVectorTest>-1;0;1</intVectorTest>