current version

This commit is contained in:
wojciech
2024-07-24 17:04:39 +02:00
parent a64e35466a
commit 392ffd1dd6
60 changed files with 4148 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<BWSharedResource xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<name>Notify Configuration</name>
<resourceType>ae.shared.notifySharedConfig</resourceType>
<config xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsdString>
<xsd:element name="root">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="id" type="xsd:int" minOccurs="0"/>
<xsd:element name="firstname" type="xsd:string" minOccurs="0"/>
<xsd:element name="lastname" type="xsd:string" minOccurs="0"/>
<xsd:element name="date-of-birth" type="xsd:string" minOccurs="0"/>
<xsd:element name="date-of-death" type="xsd:string" minOccurs="0"/>
<xsd:element name="age" type="xsd:int" minOccurs="0"/>
<xsd:element name="status" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsdString>
</config>
</BWSharedResource>