XSD: akteur@ort zur Unterscheidung zwischen Organisationen und Personen

This commit is contained in:
Simon Martens
2024-11-10 19:46:36 +01:00
parent 0bcf522c67
commit ffcd93e3d2
2 changed files with 24 additions and 16 deletions

View File

@@ -70,6 +70,12 @@
<xsd:documentation>Pflicht: Eindeutige ID des Akteurs.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="org" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Optional: true, wenn es sich um eine Körperschaft
handelt. Default: false</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
@@ -92,4 +98,4 @@
<xsd:field xpath="kgpz:gnd" />
</xsd:unique>
</xsd:element>
</xsd:schema>
</xsd:schema>