Concept Properties to XML Datatype Conversions
Int | Long | Float | Double | Boolean | String | DateTime | ComplexType | @ref | |
Property Type | |||||||||
int | L | L | L | L | L | ||||
long | N | L | N | N | L | ||||
double | N | N | N | L | L | ||||
String | L | L | L | L | L | L | L | ||
boolean | L | L | |||||||
Datetime | L | L | |||||||
ContainedConcept | D | ||||||||
ConceptReference | ID |
N - Numeric conversion, loss of information possible (see note below).
L - Shallow copy — Copies only the current value.
D - Deep copy — Copies the entire structure of the contained concept (current values of all properties only).
ID - Basically a shallow or reference-only copy. The copy refers to the same instance of the concept.
Copyright © TIBCO Software Inc. All rights reserved.