Skip to content

Commit

Permalink
Lagt til mappetype #71 (#17)
Browse files Browse the repository at this point in the history
* Lagt til mappetype

* Satt mappetype til minOccurs=0 på arkivstruktur for restultat meldinger
  • Loading branch information
jarleborsheim authored May 15, 2022
1 parent 0c88bd4 commit 6ea951d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Schema/V1/arkivmelding.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<xs:sequence>
<xs:element name="systemID" type="n5mdk:systemID" minOccurs="0"/>
<xs:element name="mappeID" type="n5mdk:mappeID" minOccurs="0"/>
<!-- ReferanseForelderMappe gir mulighet for putte en mappe inn under en eksisterende mappe -->
<xs:element name="ReferanseForeldermappe" type="n5mdk:systemID" minOccurs="0"/>
<xs:element name="tittel" type="n5mdk:tittel"/>
<xs:element name="offentligTittel" type="n5mdk:offentligTittel" minOccurs="0"/>
Expand All @@ -56,6 +55,7 @@
<xs:element name="mappe" type="mappe" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="registrering" type="registrering" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element name="mappetype" type="n5mdk:kode" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Expand Down
1 change: 1 addition & 0 deletions Schema/V1/arkivstruktur.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
<xs:element name="mappe" type="mappe" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="registrering" type="registrering" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element name="mappetype" type="n5mdk:kode" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

Expand Down
1 change: 1 addition & 0 deletions Schema/V1/sok.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<xs:enumeration value="mappe.arkivdel"/>
<xs:enumeration value="mappe.endretFoerDato"/>
<xs:enumeration value="mappe.endretEtterDato"/>
<xs:enumeration value="mappe.mappetype"/>

<xs:enumeration value="sak.saksdato"/>
<xs:enumeration value="sak.saksaar"/>
Expand Down

0 comments on commit 6ea951d

Please sign in to comment.