Skip to content

Commit 93c7715

Browse files
authored
Fix XSDs for V3.1.0 (#163)
Signed-off-by: Tom Wetjens <tom.wetjens@edsn.nl>
1 parent 39578a2 commit 93c7715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/src/main/resources/UFTP-agr-dso.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@
334334
<xs:complexType name="FlexOfferResponseType">
335335
<xs:complexContent>
336336
<xs:extension base="PayloadMessageResponseType">
337-
<xs:attribute name="FlexOfferMessageID" type="UUIDType" use="optional">
337+
<xs:attribute name="FlexOfferMessageID" type="UUIDType" use="required">
338338
<xs:annotation>
339-
<xs:documentation>MessageID of the FlexOffer message this request is based on, if applicable.</xs:documentation>
339+
<xs:documentation>MessageID of the FlexOffer message this request is based on.</xs:documentation>
340340
</xs:annotation>
341341
</xs:attribute>
342342
</xs:extension>
@@ -387,7 +387,7 @@
387387
<xs:documentation>Indicates whether this FlexOrder is intended to be unsolicited (i.e. without a preceding FlexOffer).</xs:documentation>
388388
</xs:annotation>
389389
</xs:attribute>
390-
<xs:attribute name="FlexOfferMessageID" type="UUIDType" use="required">
390+
<xs:attribute name="FlexOfferMessageID" type="UUIDType" use="optional">
391391
<xs:annotation>
392392
<xs:documentation>MessageID of the FlexOffer message this order is based on. Mandatory if Unsolicited=false.</xs:documentation>
393393
</xs:annotation>

0 commit comments

Comments
 (0)