-
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.
Merge pull request #49 from navikt/legg_til_nav-bsrv-sah-brevbestilling
Legger til nav-bsrv-sah-brevbestilling
- Loading branch information
Showing
185 changed files
with
7,820 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ nbactions.xml | |
nb-configuration.xml | ||
|
||
.flattened-pom.xml | ||
.DS_Store |
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,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<parent> | ||
<groupId>no.nav.pensjon.pesys-esb-wsclient</groupId> | ||
<artifactId>pesys-esb-wsclient-legacy</artifactId> | ||
<version>${revision}</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>nav-bsrv-sah-brevbestilling-legacy</artifactId> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.cxf</groupId> | ||
<artifactId>cxf-codegen-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>generate-BrevbestillingInternt</id> | ||
<phase>process-sources</phase> | ||
<configuration> | ||
<defaultOptions> | ||
<extraargs> | ||
<!--change Boolean type getters to getXXX (to ensure status quo with starting point) --> | ||
<extraarg>-xjc-Xbg</extraarg> | ||
<!-- Add namespace on element, not on package level --> | ||
<extraarg>-xjc-npa</extraarg> | ||
</extraargs> | ||
</defaultOptions> | ||
<wsdlOptions> | ||
<wsdlOption> | ||
<wsdl>${basedir}/src/main/resources/wsdl/BrevbestillingInternt.wsdl</wsdl> | ||
</wsdlOption> | ||
</wsdlOptions> | ||
</configuration> | ||
<goals> | ||
<goal>wsdl2java</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
19 changes: 19 additions & 0 deletions
19
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/gbo/GBOEndringsInfo.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,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://stelvio-commons-lib/no/nav/gbo"> | ||
<xsd:complexType name="GBOEndringsInfo"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="endretAvId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="endretAvNavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="endretAvEnhetId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="endretAvEnhetNavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetAvId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetAvEnhetId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetAvEnhetNavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetAvNavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="endretDato" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetDato" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kildeId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kildeNavn" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
23 changes: 23 additions & 0 deletions
23
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/gbo/GBOStelvioContext.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,23 @@ | ||
<?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://stelvio-commons-lib/no/nav/gbo"> | ||
<xsd:include schemaLocation="GBOStelvioFrg.xsd"/> | ||
<xsd:include schemaLocation="GBOStelvioFault.xsd"/> | ||
<xsd:complexType name="GBOStelvioContext"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="serviceName" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="sendingSystem" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="receivingSystem" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="componentName" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="interfaceName" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="operationName" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="userId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="messageId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="correlationId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="transactionId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="languageId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="timestamp" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="stelvioFault" type="bons0:GBOStelvioFault"/> | ||
<xsd:element minOccurs="0" name="frgContext" type="bons0:GBOStelvioFrg"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
12 changes: 12 additions & 0 deletions
12
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/gbo/GBOStelvioFault.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" targetNamespace="http://stelvio-commons-lib/no/nav/gbo"> | ||
<xsd:complexType name="GBOStelvioFault"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="errorMessage" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="errorSource" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="errorType" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="rootCause" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="dateTimeStamp" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
14 changes: 14 additions & 0 deletions
14
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/gbo/GBOStelvioFrg.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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://stelvio-commons-lib/no/nav/gbo"> | ||
<xsd:complexType name="GBOStelvioFrg"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="tjenestenavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="aksjonskode1" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="aksjonskode2" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="aksjonsdato" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="svarStatus" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="returMelding" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="utfyllendeMelding" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
21 changes: 21 additions & 0 deletions
21
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOAdresse.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,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOAdresse"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="adresselinje1" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresselinje2" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresselinje3" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresseTypekode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="postNr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="poststed" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="landNr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="land" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kommuneNr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kommune" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fylkesNr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fylke" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="erGyldig" type="xsd:boolean"/> | ||
<xsd:element minOccurs="0" name="versjon" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
12 changes: 12 additions & 0 deletions
12
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOAlternativId.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" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOAlternativId"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="alternativId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="alternativKode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="tom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="gyldig" type="xsd:boolean"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
18 changes: 18 additions & 0 deletions
18
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOAnnenAdresse.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,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOAnnenAdresse"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="adresseType" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresseTypeBeskrivelse" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresselinje1" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresselinje2" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresselinje3" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="postnr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="poststed" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="landkode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="land" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="tom" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOAnnenAdresseListe.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 xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOAnnenAdresse.xsd"/> | ||
<xsd:complexType name="GBOAnnenAdresseListe"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="adresseLinjer" type="bons0:GBOAnnenAdresse" maxOccurs="unbounded"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
34 changes: 34 additions & 0 deletions
34
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOAvdeling.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,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:bons1="http://nav-lib-frg/no/nav/lib/frg/gbo" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOAdresse.xsd" /> | ||
<xsd:include schemaLocation="GBOKonto.xsd" /> | ||
<xsd:complexType name="GBOAvdeling"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="idTSSEkstern" | ||
type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="avdelingNavn" | ||
type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="avdelingType" | ||
type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="avdelingsnr" | ||
type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="kontaktperson" | ||
type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="epost" type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="telefon" type="xsd:string" /> | ||
<xsd:element minOccurs="0" name="mobil" type="xsd:string" /> | ||
<xsd:element maxOccurs="unbounded" minOccurs="0" | ||
name="kontoer" type="bons1:GBOKonto" /> | ||
<xsd:element minOccurs="0" name="aAdresse" | ||
type="bons1:GBOAdresse" /> | ||
<xsd:element minOccurs="0" name="pAdresse" | ||
type="bons1:GBOAdresse" /> | ||
<xsd:element minOccurs="0" name="tAdresse" | ||
type="bons1:GBOAdresse" /> | ||
<xsd:element minOccurs="0" name="uAdresse" | ||
type="bons1:GBOAdresse" /> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
22 changes: 22 additions & 0 deletions
22
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOBostedsAdresse.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,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOOffentligAdresse.xsd"/> | ||
<xsd:include schemaLocation="GBOMatrikkelAdresse.xsd"/> | ||
<xsd:complexType name="GBOBostedsAdresse"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="boadresse1" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="boadresse2" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="bolignr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="postnr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="poststed" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kommunenr" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="navEnhet" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresseType" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="adresseTypeBeskrivelse" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="tom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="offentligAdresse" type="bons0:GBOOffentligAdresse"/> | ||
<xsd:element minOccurs="0" name="matrikkelAdresse" type="bons0:GBOMatrikkelAdresse"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOBostedsadresseListe.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 xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOBostedsAdresse.xsd"/> | ||
<xsd:complexType name="GBOBostedsadresseListe"> | ||
<xsd:sequence> | ||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="bostedsadresser" type="bons0:GBOBostedsAdresse"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
15 changes: 15 additions & 0 deletions
15
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOBrukerprofil.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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOEnkeltbehov.xsd"/> | ||
<xsd:complexType name="GBOBrukerprofil"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="brukerprioritertAdresse" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="informasjonskanal" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="varsling" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="varslingskanal" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoFom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoTom" type="xsd:string"/> | ||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="behov" type="bons0:GBOEnkeltbehov"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
11 changes: 11 additions & 0 deletions
11
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOEnkeltbehov.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-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOEnkeltbehov"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="behov" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="behovsBeskrivelse" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoFom" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoTom" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
14 changes: 14 additions & 0 deletions
14
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOGrunnlag.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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOGrunnlag"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="grunnlagId" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="grunnlag" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="opprettetAv" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoOpprettet" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="endretAv" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="datoEndret" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="versjon" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOGrunnlagListe.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 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:Q1="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOGrunnlag.xsd"/> | ||
<xsd:complexType name="GBOGrunnlagListe"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="grunnlag" type="Q1:GBOGrunnlag" maxOccurs="unbounded"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
15 changes: 15 additions & 0 deletions
15
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOHistorikk.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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBONavnEndringListe.xsd"/> | ||
<xsd:include schemaLocation="GBOHistoriskFnrListe.xsd"/> | ||
<xsd:include schemaLocation="GBOBostedsadresseListe.xsd"/> | ||
<xsd:include schemaLocation="GBOAnnenAdresseListe.xsd"/> | ||
<xsd:complexType name="GBOHistorikk"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="bostedsadresser" type="bons0:GBOBostedsadresseListe"/> | ||
<xsd:element minOccurs="0" name="adresseLinjer" type="bons0:GBOAnnenAdresseListe"/> | ||
<xsd:element minOccurs="0" name="historiskeFnr" type="bons0:GBOHistoriskFnrListe"/> | ||
<xsd:element minOccurs="0" name="navnEndringer" type="bons0:GBONavnEndringListe"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOHistoriskFnr.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 xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:complexType name="GBOHistoriskFnr"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="fodselsnummer" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="fom" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
9 changes: 9 additions & 0 deletions
9
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOHistoriskFnrListe.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 xmlns:bons0="http://nav-lib-frg/no/nav/lib/frg/gbo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOHistoriskFnr.xsd"/> | ||
<xsd:complexType name="GBOHistoriskFnrListe"> | ||
<xsd:sequence> | ||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="historiskeFnr" type="bons0:GBOHistoriskFnr"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
15 changes: 15 additions & 0 deletions
15
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOKonto.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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bons1="http://nav-lib-frg/no/nav/lib/frg/gbo" targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo"> | ||
<xsd:include schemaLocation="GBOAdresse.xsd"/> | ||
<xsd:complexType name="GBOKonto"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kontoType" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="kontonummer" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="banknavn" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="bankkode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="swiftkode" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="valuta" type="xsd:string"/> | ||
<xsd:element minOccurs="0" name="bankadresse" type="bons1:GBOAdresse"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
12 changes: 12 additions & 0 deletions
12
nav-bsrv-sah-brevbestilling-legacy/src/main/resources/lib/frg/gbo/GBOLand.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 targetNamespace="http://nav-lib-frg/no/nav/lib/frg/gbo" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<xsd:complexType name="GBOLand"> | ||
<xsd:sequence> | ||
<xsd:element minOccurs="0" name="kode" type="xsd:string"></xsd:element> | ||
<xsd:element minOccurs="0" name="dekode" | ||
type="xsd:string"> | ||
</xsd:element> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
Oops, something went wrong.