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 df1e2fb commit 6c1470c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<xsd:include schemaLocation="Pensjonssak.xsd"/>
<xsd:complexType name="Pensjonssakliste">
<xsd:sequence>
<xsd:element minOccurs="0" name="SakAPogUP" type="xsd:string">
<xsd:element minOccurs="0" nillable="true" name="SakAPogUP" type="xsd:string">
</xsd:element>
<xsd:element minOccurs="0" name="SakAPStatus" type="xsd:string">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Pensjonssak" type="bons0:Pensjonssak">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</xsd:schema>

0 comments on commit 6c1470c

Please sign in to comment.