Skip to main content

Comments

1 comment

  • David Paras

    Check in the referential xsd's to see if the "elementFormDefault" was set to unqualified which would case the namespace prefix not to be  visible in the Data Mapper.

    The elementFormDefault attribute in xml schema describes the elements declared in the target namespace of this schema. The elementFormDefault = "unqualified" indicates that elements from the target namespace are not required to be qualified with the namespace prefix. The elementFormDefault = "qualified" indicates that elements from the target namespace must be qualified with the namespace prefix.

    0

Post is closed for comments.