Skip to main content
Question

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

  • April 17, 2020
  • 1 reply
  • 16 views

Forum|alt.badge.img+1

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+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.