Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legg til vedtakssats 157 under oppdragslinje 150 #170

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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