Skip to content

Commit

Permalink
Merge pull request #170 from navikt/feature/oppdrag_vedtakssats
Browse files Browse the repository at this point in the history
Legg til vedtakssats 157 under oppdragslinje 150
  • Loading branch information
takwaiwang authored Nov 11, 2024
2 parents 1685ed5 + b41f6d7 commit 0f42d92
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<xsd:annotation>
<xsd:documentation>ver 2.4 - 2024.02.02 - TOB-3323: Lagt til avvis-118</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>ver 2.5 - 2024.11.07 - TOB-3875: Lagt til vedtakssats-157</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>Dette skjemaet er utviklet for klienter som skal sende og motta meldinger mot Oppdrag.
</xsd:documentation>
Expand Down Expand Up @@ -272,6 +275,14 @@
<xsd:element name="saksbehId" type="xsd_1:TsaksbehId"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="vedtakssats-157">
<xsd:annotation>
<xsd:documentation>Inneholder elementene som skal være med i en input 157-rekord, vedtaksstatus</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="vedtakssats" type="xsd_1:Tsats"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="linje-tekst-158">
<xsd:annotation>
<xsd:documentation>Inneholder elementene som skal være med i en input 158-rekord</xsd:documentation>
Expand Down Expand Up @@ -514,7 +525,7 @@
</xsd:complexType>
<xsd:complexType name="avvent-118">
<xsd:annotation>
<xsd:documentation> Avvent - Referanse ID 118</xsd:documentation>
<xsd:documentation>Avvent - Referanse ID 118</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="datoAvventFom" type="xsd_1:Tdatozos8"/>
Expand Down Expand Up @@ -604,6 +615,7 @@
<xsd:element maxOccurs="unbounded" minOccurs="0" name="kid-154" type="xsd_1:kid-154"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="utbetales-til-155" type="xsd_1:utbetales-til-155"/>
<xsd:element minOccurs="0" name="refusjonsinfo-156" type="xsd_1:refusjonsinfo-156"/>
<xsd:element minOccurs="0" name="vedtakssats-157" type="xsd_1:vedtakssats-157"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="linje-tekst-158" type="xsd_1:linje-tekst-158"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="linje-enhet-160" type="xsd_1:linje-enhet-160"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="grad-170" type="xsd_1:grad-170"/>
Expand Down

0 comments on commit 0f42d92

Please sign in to comment.