Question

meaning and differences of attributes? for example .owns and .xsi_nil

  • 17 April 2020
  • 1 reply
  • 0 views

Hello

can someone tell me or where the meaning and differences of the attributes are described, as well as the values they receive?

for example .owns and .xsi_nil are boolean, ok, but what do they mean and what is the difference that distinguishes them from each other?

and the others?

.about (xml_buffer)

.nilReason (xml_buffer)

.gml_remoteSchema (xml_buffer)

.xlink_href (xml_buffer)

.xlink_tittle (xml_buffer)

.owns (xml_boolean)

.xsi_nil (xml_boolean)

.DateTime (xml_datetime)

 

 

thank you

Best regards.


1 reply

Badge +2

@queirozleonor the FME Documentation has the list of xml data types. But in general, FME is type-less and you don't need to worry about the data types until you write out the data. Then on the output format feature type you need to be careful how you define the data types.

Reply