Skip to content

Commit

Permalink
Fikser #10: Fjerner meldingsprioritet
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Apr 29, 2014
1 parent ad92d06 commit 3f00a65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xsd/sdp-melding.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</xsd:choice>
<xsd:element name="dokumentpakke" type="Dokumentpakke" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="prioritet" type="Meldingsprioritet" use="optional" default="standard"/>
</xsd:complexType>
<xsd:complexType name="Avsender">
<xsd:sequence>
Expand Down Expand Up @@ -259,10 +258,4 @@
<xsd:pattern value="[a-zA-Z]{2}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Meldingsprioritet">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="standard"/>
<xsd:enumeration value="prioritert"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>

0 comments on commit 3f00a65

Please sign in to comment.