Skip to content

Commit

Permalink
PBLEID-10340. Legg inn side for onbehalfof.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randi Øyri committed Dec 15, 2015
1 parent 87cc8b5 commit ca6157a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.textile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ h3. Tjenestespesifikasjonen:
* "XSD definisjon":xsd/oppslagstjeneste-ws-14-05.xsd
* "XSD metadata":xsd/oppslagstjeneste-metadata-14-05.xsd
* "XSD definisjon for fil eksport":xsd/kontaktregister-export-14-05.xsd
* "Header: onBehalfOf":onBehalfOf.textile


h3. Datamodell:

Expand Down
22 changes: 22 additions & 0 deletions onBehalfOf.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: egenskap
title: onBehalfOf
headtitle: Begrepskatalog for Oppslagstypen -
group: Egenskap
datatype: string
---

- Identifikator := "http://begrep.difi.no{{ page.url | remove:".html" }}":{{page.title}}
- Term := {{page.title}}
- Definisjon := Identifikasjon av en organisasjon
- Datatype := "{{ page.datatype }}":http://www.w3.org/TR/xmlschema-2/#{{page.datatype}}
- Kilde := DIFI
- Kommentar := onBehalfOf er et gyldig organisasjonsnummer

h3. Xml eksempel

<pre>
<DifiSecurity xmlns="http://kontaktinfo.difi.no/wsdl/oppslagstjeneste-16-02">
<OnBehalfOf>991825827</OnBehalfOf>
</DifiSecurity>
</pre>

0 comments on commit ca6157a

Please sign in to comment.