Skip to content

Commit

Permalink
Merge pull request #134 from digipost/fjerne_virksomhet
Browse files Browse the repository at this point in the history
Fjerner virksomhet fra sdp xsd.
  • Loading branch information
Arne Berner committed Aug 14, 2014
2 parents fec3608 + f37c407 commit aa6b755
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions xsd/sdp-felles.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
</xsd:complexType>

<xsd:complexType name="Mottaker">
<xsd:choice>
<xsd:element name="person" type="Person"/>
<xsd:element name="virksomhet" type="Virksomhet"/>
</xsd:choice>
<xsd:sequence>
<xsd:element name="person" type="Person" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="Person">
Expand All @@ -61,12 +60,6 @@
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="Virksomhet">
<xsd:sequence>
<xsd:element name="postkasseadresse" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>

<xsd:simpleType name="Iso6523Identitet">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit aa6b755

Please sign in to comment.