Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Differences in nodes of XML code-system generated!

former_member202077
Participant
0 Likes
433

Hello

Below is the system generated XML code,

 
<xsd:import namespace="http://www.tfb.org/schema/xfa-data/1.0/" /> 
- <xsd:element name="ADDRESS" version="2" fromWDContext="true">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element name="KUNNR" type="ZADDRESS-KUNNR" /> 
- <xsd:element name="NAME1" type="ZADDRESS-NAME1">
- <xsd:annotation>
  <xsd:documentation>Name 1</xsd:documentation> 
  </xsd:annotation>
  </xsd:element>
- <xsd:element name="NAME2" type="ZADDRESS-NAME2">
- <xsd:annotation>
  <xsd:documentation>Name 2</xsd:documentation> 
  </xsd:annotation>

Pls. let me know why KUNNR is different from NAME1 and NAME2, because there is no ANNOTATATION and ELEMENT prefix/suffix for KUNNR where as others do have? I do not have knowledge in XML

Thank you.

1 ACCEPTED SOLUTION
Read only

former_member611181
Participant
0 Likes
405

Looks like for web dynpro only description maintained in context for Name1 and name2.

Just check your WD context.

2 REPLIES 2
Read only

former_member611181
Participant
0 Likes
406

Looks like for web dynpro only description maintained in context for Name1 and name2.

Just check your WD context.

Read only

0 Likes
405

Thank you.

Yes, i checked both (KUNNR and NAME1) in WD Context, i did not see any difference among these!