Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Berner committed Jun 25, 2014
2 parents e08fcb7 + b3f8bf0 commit 6a8e07f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 77 deletions.
56 changes: 0 additions & 56 deletions eksempler/sdpKvittering-tilbaketrekking.xml

This file was deleted.

2 changes: 1 addition & 1 deletion xsd/sdp-felles.xsd
Expand Up @@ -9,7 +9,7 @@


<xsd:complexType name="Melding" abstract="true"> <xsd:complexType name="Melding" abstract="true">
<xsd:sequence> <xsd:sequence>
<xsd:element name="Signature" type="ds:SignatureType" minOccurs="1" maxOccurs="1" /> <xsd:element ref="ds:Signature" minOccurs="1" maxOccurs="1" />
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>


Expand Down
20 changes: 0 additions & 20 deletions xsd/sdp-kvittering.xsd
Expand Up @@ -17,7 +17,6 @@
<xsd:element name="levering" type="Levering"/> <xsd:element name="levering" type="Levering"/>
<xsd:element name="aapning" type="Aapning"/> <xsd:element name="aapning" type="Aapning"/>
<xsd:element name="varslingfeilet" type="Varslingfeilet"/> <xsd:element name="varslingfeilet" type="Varslingfeilet"/>
<xsd:element name="tilbaketrekking" type="Tilbaketrekkingsresultat" />
</xsd:choice> </xsd:choice>
</xsd:sequence> </xsd:sequence>
</xsd:extension> </xsd:extension>
Expand Down Expand Up @@ -58,25 +57,6 @@
</xsd:restriction> </xsd:restriction>
</xsd:simpleType> </xsd:simpleType>


<xsd:complexType name="Tilbaketrekkingsresultat">
<xsd:annotation>
<xsd:documentation>
Kvitteringen gir informasjon om DigitalPost som ble forespurt tilbaketrukket
ble satt i karantene eller ikke.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="status" type="Tilbaketrekkingsstatus" minOccurs="1" maxOccurs="1"/>
<xsd:element name="beskrivelse" type="Beskrivelse" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="Tilbaketrekkingsstatus">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="OK" />
<xsd:enumeration value="FEILET" />
</xsd:restriction>
</xsd:simpleType>

<xsd:simpleType name="Beskrivelse"> <xsd:simpleType name="Beskrivelse">
<xsd:restriction base="xsd:string"> <xsd:restriction base="xsd:string">
<xsd:maxLength value="1000"/> <xsd:maxLength value="1000"/>
Expand Down

0 comments on commit 6a8e07f

Please sign in to comment.