Skip to content

Commit

Permalink
Ender nillable så pen kan produsere lik xml som bussen
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoen committed Apr 16, 2024
1 parent d7d57a6 commit df1e2fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@
<xs:element name="saksreferanse" type="xs:string" />
<xs:element minOccurs="0" name="Sakstype" type="xs:string" />
<xs:element minOccurs="0" name="Sakstatus" type="xs:string" />
<xs:element minOccurs="0" name="SakAPogUP"
type="xs:boolean">
<xs:element minOccurs="0" nillable="true" name="SakAPogUP" type="xs:boolean">
</xs:element>
<xs:element minOccurs="1" name="SakAPStatus"
type="xs:string">
Expand Down

0 comments on commit df1e2fb

Please sign in to comment.