Attribut für Org & erste Snippets

This commit is contained in:
Simon Martens
2024-06-25 14:06:55 +02:00
parent da891b5945
commit 6528d13fc5
3 changed files with 69 additions and 2 deletions

View File

@@ -44,6 +44,11 @@
<xsd:documentation>Pflicht: Eindeutige ID des Ortes.</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>