XML Sample
An XML Sample refers to an instance of the data in the XML Schema. It may contain values for the elements specified in the XML Schema definition.
Some XML Samples do not have associated XML Schemas. You can, however, manipulate an XML Sample without using an XML Schema.
In Talend Data Mapper, you can import an XML Sample Document to create a Structure, in the absence of an XML Schema. The following shows you an example of an XML Sample:
<product effDate="2001-04-12">
<number>557</number>
<size>10</size>
</product>