Files
tibcoRepository/Resources/configurations/Notify Configuration.sharednotify
2024-07-24 17:04:39 +02:00

22 lines
1.1 KiB
XML

<?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>