-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Legger til flere wsdl-filer for brevbestilling
- Loading branch information
Showing
24 changed files
with
1,415 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOHentPersonRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOPerson.xsd"/> | ||
<xsd:complexType name="GBOHentPersonRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="person" type="bons0:GBOPerson"/> | ||
<xsd:element minOccurs="0" name="hentEgenansatt" type="xsd:boolean"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
11 changes: 11 additions & 0 deletions
11
...revbestilling-legacy/src/main/resources/lib/pen/fault/FaultIkkeGodskrevetOmsorgsPoeng.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://stelvio-commons-lib/no/nav/gbo" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/fault"> | ||
<xsd:import namespace="http://stelvio-commons-lib/no/nav/gbo" schemaLocation="../../../gbo/GBOStelvioFault.xsd"/> | ||
<xsd:complexType name="FaultIkkeGodskrevetOmsorgsPoeng"> | ||
<xsd:complexContent> | ||
<xsd:extension base="bons0:GBOStelvioFault"> | ||
<xsd:sequence/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
</xsd:schema> |
11 changes: 11 additions & 0 deletions
11
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/pen/fault/FaultSakIkkeFunnet.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://stelvio-commons-lib/no/nav/gbo" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/fault"> | ||
<xsd:import namespace="http://stelvio-commons-lib/no/nav/gbo" schemaLocation="../../../gbo/GBOStelvioFault.xsd"/> | ||
<xsd:complexType name="FaultSakIkkeFunnet"> | ||
<xsd:complexContent> | ||
<xsd:extension base="bons0:GBOStelvioFault"> | ||
<xsd:sequence/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
</xsd:schema> |
12 changes: 12 additions & 0 deletions
12
...bsrv-sah-brevbestilling-legacy/src/main/resources/lib/pen/fault/FaultVedtakIkkeFunnet.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://stelvio-commons-lib/no/nav/gbo" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/fault"> | ||
<xsd:import namespace="http://stelvio-commons-lib/no/nav/gbo" schemaLocation="../../../gbo/GBOStelvioFault.xsd"/> | ||
<xsd:complexType name="FaultVedtakIkkeFunnet"> | ||
<xsd:complexContent> | ||
<xsd:extension base="bons0:GBOStelvioFault"> | ||
<xsd:sequence/> | ||
|
||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
</xsd:schema> |
8 changes: 8 additions & 0 deletions
8
...stilling-legacy/src/main/resources/lib/pen/gbo/GBOHentBeregningSammendragAvdodRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentBeregningSammendragAvdodRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="beregningId" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
8 changes: 8 additions & 0 deletions
8
...tilling-legacy/src/main/resources/lib/pen/gbo/GBOHentBeregningSammendragBrukerRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentBeregningSammendragBrukerRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="beregningId" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
8 changes: 8 additions & 0 deletions
8
...evbestilling-legacy/src/main/resources/lib/pen/gbo/GBOHentOmsorgGodskrGrunnlagRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentOmsorgGodskrGrunnlagRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kravId" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
8 changes: 8 additions & 0 deletions
8
...revbestilling-legacy/src/main/resources/lib/pen/gbo/GBOHentOmsorgOverfGrunnlagRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentOmsorgOverfGrunnlagRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kravId" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
11 changes: 11 additions & 0 deletions
11
...h-brevbestilling-legacy/src/main/resources/lib/pen/gbo/GBOHentPensjonssakListeRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentPensjonssakListeRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="fnr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="enhetId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="saksTypeKode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="saksStatusKode" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
12 changes: 12 additions & 0 deletions
12
...revbestilling-legacy/src/main/resources/lib/pen/gbo/GBOHentPersongrunnlagListeRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://nav-lib-pen/no/nav/lib/pen/gbo" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:include schemaLocation="GBOGrunnlagsrolle.xsd"/> | ||
<xsd:complexType name="GBOHentPersongrunnlagListeRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kravId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fnr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="persongrunnlagId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="grunnlagsrolleListe" type="bons0:GBOGrunnlagsrolle" maxOccurs="unbounded"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
8 changes: 8 additions & 0 deletions
8
...revbestilling-legacy/src/main/resources/lib/pen/gbo/GBOHentTilbakekrevingTotalRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-pen/no/nav/lib/pen/gbo"> | ||
<xsd:complexType name="GBOHentTilbakekrevingTotalRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kravId" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
11 changes: 11 additions & 0 deletions
11
...bsrv-sah-brevbestilling-legacy/src/main/resources/lib/sah/fault/FaultPersonIkkeFunnet.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons0="http://stelvio-commons-lib/no/nav/gbo" targetNamespace="http://nav-lib-sah/no/nav/lib/sah/fault"> | ||
<xsd:import namespace="http://stelvio-commons-lib/no/nav/gbo" schemaLocation="../../../gbo/GBOStelvioFault.xsd"/> | ||
<xsd:complexType name="FaultPersonIkkeFunnet"> | ||
<xsd:complexContent> | ||
<xsd:extension base="bons0:GBOStelvioFault"> | ||
<xsd:sequence/> | ||
</xsd:extension> | ||
</xsd:complexContent> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
...rv-sah-brevbestilling-legacy/src/main/resources/lib/sah/gbo/GBOFinnBostedslandRequest.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema targetNamespace="http://nav-lib-sah/no/nav/lib/sah/gbo" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<xsd:complexType name="GBOFinnBostedslandRequest"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="fnr" type="xsd:string"></xsd:element> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
16 changes: 16 additions & 0 deletions
16
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/sah/gbo/GBOInndata.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:bons1="http://nav-lib-sah/no/nav/lib/sah/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-sah/no/nav/lib/sah/gbo"> | ||
<xsd:include schemaLocation="GBOSakskontekst.xsd"/> | ||
<xsd:complexType name="GBOInndata"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="brevkode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="brevgruppe" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="redigerbart" type="xsd:boolean"/> | ||
<xsd:element minOccurs="0" name="sprakkode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="vedtaksinformasjon" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="soknadsinformasjon" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="sakskontekst" type="bons1:GBOSakskontekst"/> | ||
<xsd:element minOccurs="0" name="brukmottakerfnr" type="xsd:boolean"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.