Skip to content

Commit

Permalink
fikset skrivefeil i egenskapene for EpostAdresse og MobilTelefonNummer
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Berner committed Mar 3, 2014
1 parent 6174db0 commit a00a890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
21 changes: 4 additions & 17 deletions EpostAdresse.textile
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,10 @@ group: Oppslagstjenesten/complexType

h4. Attributer

|_. Identifikator |_. Term |_. Kardinalitet |
| "epostadresse":/Felles/epostadresse.html | Epostadresse | 0..1 |
| "sistOppdatert":/Felles/sistOppdatert.html | sistOppdatert | 1..1 |
| "sistOppdatert":/Felles/sistVerifisert.html | sistVerifisert | 1..1 |

h4. Xml skjema

<pre class="brush: xml; toolbar: false">
<xs:complexType name="EpostadresseType" sawsdl:modelReference="http://begrep.difi.no{{ page.url }}">
<xs:simpleContent>
<xs:extension base="tns:Epostadresse">
<xs:attribute type="xs:dateTime" name="sistOppdatert" use="required"/>
<xs:attribute type="xs:dateTime" name="sistVerifisert" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</pre>
|_. Term |_. Kardinalitet |
| "epostadresse":/Felles/epostadresse.html | 0..1 |
| "sistOppdatert":/Felles/sistOppdatert.html | 1..1 |
| "sistVerifisert":/Felles/sistVerifisert.html | 1..1 |

h4. Xml eksempel

Expand Down
8 changes: 4 additions & 4 deletions MobilTelefonNummer.textile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ group: Oppslagstjenesten/complexType

h4. Attributer

|_. Identifikator |_. Term |_. Kardinalitet |
| "mobiltelefonnummer":/Felles/mobiltelefonnummer.html | mobiltelefonnummer | 0..1 |
| "sistOppdatert":/Felles/sistOppdatert.html | sistOppdatert | 1..1 |
| "sistOppdatert":/Felles/sistVerifisert.html | sistVerifisert | 1..1 |
|_. Term |_. Kardinalitet |
| "mobiltelefonnummer":/Felles/mobiltelefonnummer.html | 0..1 |
| "sistOppdatert":/Felles/sistOppdatert.html | 1..1 |
| "sistVerifisert":/Felles/sistVerifisert.html | 1..1 |


h4. Xml eksempel
Expand Down

0 comments on commit a00a890

Please sign in to comment.