File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ public static ParticipantObjectIdentification createParticipantObjectIdentificat
680
680
poi .setParticipantObjectDataLifeCycle (lifeCycle );
681
681
poi .setParticipantObjectSensitivity (sensitivity );
682
682
poi .setParticipantObjectDescription (description );
683
- poi .getParticipantObjectDescriptionType (). add (descriptionType );
683
+ poi .setParticipantObjectDescriptionType (descriptionType );
684
684
for (ParticipantObjectDetail detail : details )
685
685
poi .getParticipantObjectDetail ().add (detail );
686
686
return poi ;
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ ParticipantObjectIdentificationType =
132
132
| element ParticipantObjectQuery { xsd:base64Binary })?,
133
133
element ParticipantObjectDetail { TypeValuePairType }*,
134
134
element ParticipantObjectDescription { xsd:string },
135
- element ParticipantObjectDescriptionType { ParticipantObjectDescriptionType }* ,
135
+ element ParticipantObjectDescriptionType { ParticipantObjectDescriptionType },
136
136
attribute ParticipantObjectID { xsd:string },
137
137
attribute ParticipantObjectTypeCode {
138
138
## Person
Original file line number Diff line number Diff line change 221
221
</xs : choice >
222
222
<xs : element minOccurs =" 0" maxOccurs =" unbounded" ref =" ParticipantObjectDetail" />
223
223
<xs : element ref =" ParticipantObjectDescription" />
224
- <xs : element minOccurs = " 0 " maxOccurs = " unbounded " ref =" ParticipantObjectDescriptionType" />
224
+ <xs : element ref =" ParticipantObjectDescriptionType" />
225
225
</xs : sequence >
226
226
<xs : attribute name =" ParticipantObjectID" use =" required" type =" xs:string" />
227
227
<xs : attribute name =" ParticipantObjectTypeCode" >
You can’t perform that action at this time.
0 commit comments