<xs:simpleType name="SimpleAddressRel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="author" />
<!-- Autor (Mandanten-Config) -->
<xs:enumeration value="organisation" />
<!-- Organisation (Mandanten-Config) -->
<xs:enumeration value="support" />
<!-- Support (Mandanten-Config) -->
<xs:enumeration value="contact_person" />
<!-- Ansprechpartner -->
<xs:enumeration value="organizer" />
<!-- Veranstalter -->
<xs:enumeration value="lessor" />
<!-- Verpächter -->
</xs:restriction>
</xs:simpleType>
|