cancel
Showing results for 
Search instead for 
Did you mean: 

difference between occurence types

Former Member
0 Kudos

hello,

wat is the difference between 0 -unbounded and 1-unbounded while creating data types.

Accepted Solutions (0)

Answers (5)

Answers (5)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

the diference are next.

0...unbounded means thata ocurrence can occure o not. if it occure n times. when this occurrence appears, the receiver field is grey but with a red circle

1...unbounded means that orrence ocurre at leat 1 times or any. when this occurrence appears, the receiver field is grey but with a red circle

1..0 menas that occurrence can occure or not. when this occurrence appears, the receiver field is grey

1..1 menas that occurrence must occure. when this occurrence appears, the receiver field is red

Hope it help.

Thanks

Rodrigo

Jitendra_Jeswan
Contributor
0 Kudos

0....unbound mean : This datatype may or may not occur, And if it occurs it might occur n number of times..

1....unbound means : this element must occur atleast once. and it might occur n number of times also.

Regards.

JEet

Former Member
0 Kudos

>

> hello,

> wat is the difference between 0 -unbounded and 1-unbounded while creating data types.

Hi Bindu ,

The occurances in the data types specify the number of times the field would occur in paylaod.

(1)

0..unbounded :- This specifies that field can occur 0(does not exist) or can occur number of times(exist and one or more than one times occurance)

(2)

1...unbounded :- This specifies that field would occur atleast one time or can occur more than one time.

ex.

<field>1<field/>

<field>2<field/>

<field>3<field/>

Here the fieldname 'field' has occcurance 1..unbounded.

*Reward if useful

Regards,

-sarang

I hope this

Regar

Former Member
0 Kudos

Hi,

Refer the below thread:

Chirag

nisarkhan_n
Active Contributor
0 Kudos

the Occurence of each field defiens the behaviour of the field in terms of number of times it can occur..

0 -unbounded : this tells that the field can occur min 0 tiems and maximum : Unbounded times

1-unbounded : Min it can comes 1 and max unbounded.....

in the 0-unbounded the field can come and if it comes it can come number of times

in the 1-unbounded it must comes atleat 1s and it can come any number of times.

prateek
Active Contributor
0 Kudos

0-unb means that the respective field can occur 0 times to any number of times in the payload.

1-unb means that the respective field should occur atleast 1 times to any number of times in the payload.

Regards,

Prateek