Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legal data reformat #33

Open
wants to merge 1 commit into
base: Release-2.0.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 5 additions & 20 deletions src/eCH-0261-1-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
<xs:import namespace="http://www.ech.ch/xmlns/eCH-0046/6" schemaLocation="http://www.ech.ch/xmlns/eCH-0046/6/eCH-0046-6-0.xsd"/>
<xs:import namespace="http://www.ech.ch/xmlns/eCH-0108/7" schemaLocation="http://www.ech.ch/xmlns/eCH-0108/7/eCH-0108-7-0.xsd"/>
<!--Hauptdatentypen-->
<xs:complexType name="legalUnitType">
<xs:complexType name="legalUnitAgriculturalDataType">
<xs:annotation>
<xs:documentation xml:lang="de">Rechtliche Einheit</xs:documentation>
<xs:documentation xml:lang="en">Legal Unit</xs:documentation>
<xs:documentation xml:lang="de">Agrarspezifische Merkmale der rechtlichen Einheit, inklusiv Stammdaten aus eCH-0108</xs:documentation>
<xs:documentation xml:lang="fr">Caractéristiques spécifiques agricoles de l'unité légale, y compris les données de base de eCH-0108</xs:documentation>
<xs:documentation xml:lang="en">Specific agricultural characteristics of the legal unit, included the master data from eCH-0108</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="legalUnitMasterData" type="eCH-0108:legalUnitMasterDataType">
Expand All @@ -25,22 +26,6 @@
<xs:documentation xml:lang="en">Master data of the legal unit</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="agriculturalAdditionToLegalUnit" type="eCH-0261:agriculturalAdditionToLegalUnitType">
<xs:annotation>
<xs:documentation xml:lang="de">Agrarspezifische Merkmale der rechtlichen Einheit</xs:documentation>
<xs:documentation xml:lang="fr">Caractéristiques spécifiques agricoles de l'unité légale</xs:documentation>
<xs:documentation xml:lang="en">Specific agricultural characteristics of the legal unit</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="agriculturalAdditionToLegalUnitType">
<xs:annotation>
<xs:documentation xml:lang="de">Agrarspezifische Merkmale der rechtlichen Einheit</xs:documentation>
<xs:documentation xml:lang="fr">Caractéristiques spécifiques agricoles de l'unité légale</xs:documentation>
<xs:documentation xml:lang="en">Specific agricultural characteristics of the legal unit</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="parentLegalUnit" type="eCH-0108:uidType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="de">Übergeordnete rechtliche Einheit. Es ist möglich, dass es mehrere übergeordnete rechtliche Einheiten gibt. Dies kann z.B. bei Betriebszweiggemeinschaften und ÖLN-Gemeinschaft der Fall sein.</xs:documentation>
Expand Down Expand Up @@ -1065,4 +1050,4 @@
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>
Loading