cancel
Showing results for 
Search instead for 
Did you mean: 

Data type error

Former Member
0 Kudos

Hi Bros,

When iam create a data type Stype field will Repeat 3 times. Then this error will occured.

A sequence contains two elements with the global name Stype.

How to solve this.

Thanks

Hari

Accepted Solutions (0)

Answers (6)

Answers (6)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Cannot create the same name more than once as experts suggested. Use occurence if you want to repeat.

naveen_chichili
Active Contributor
0 Kudos

Hi Hari,

It will not allow you to create with the same name more than once.

Regards,

Naveen

venkatagiri_gongadi
Participant
0 Kudos

Hi,

you can use stype1,stype2,stype3.

otherwise it wont accept to create.

Girii

Edited by: Giriii on Sep 19, 2011 11:38 AM

Edited by: Giriii on Sep 19, 2011 11:39 AM

Shabarish_Nair
Active Contributor
0 Kudos

it is logical that you cannot create a node with the same name more than once or a field within a node with the same name more than once in the same hierarchy.

Hence in case you want to repeat a field or node, you have to assign occurrence.

Former Member
0 Kudos

Hi,

Make the occurrence of the Stype element as unbounded and in mapping, use duplicate subtree to create the second occurrence.

Regards

Former Member
0 Kudos

You can't repeat same name in same hierarchy level.