Skip to content

Commit

Permalink
Endrer rekkefølge for å bli mer lik brev-xml fra bussen
Browse files Browse the repository at this point in the history
Co-authored-by: Steinar Sørli Hegna <[email protected]>
  • Loading branch information
pcmoen and steinshe committed Apr 23, 2024
1 parent 4f96617 commit 100ad85
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
<xs:element minOccurs="0" name="BrevAny" type="bons0:BrevAny" />

</xs:sequence>

<xs:attribute name="direkteutskrift" type="xs:string" />
<xs:attribute name="malpakke" type="xs:string" />
<xs:attribute name="saksbehandler" type="xs:string" />
<xs:attribute name="saksbehandlerId" type="xs:string" />
<xs:attribute name="sysid" type="xs:string" />
<xs:attribute name="passord" type="xs:string" />
<xs:attribute name="direkteutskrift" type="xs:string" />
<xs:attribute name="arkiver" type="xs:string" />
<xs:attribute name="skrivertype" type="xs:string" />
<xs:attribute name="skriver" type="xs:string" />
<xs:attribute name="skuff" type="xs:string" />
<xs:attribute name="format" type="xs:string" />
<xs:attribute name="klientToken" type="xs:string"
use="optional" />
<xs:attribute name="klientToken" type="xs:string" use="optional" />
<xs:attribute name="modus" type="xs:string" use="optional" />
<xs:attribute name="saksbehandlerId" type="xs:string" />
</xs:complexType>

<xs:complexType name="BrevBrevType">
Expand Down

0 comments on commit 100ad85

Please sign in to comment.