current version
This commit is contained in:
22
Resources/configurations/Notify Configuration.sharednotify
Normal file
22
Resources/configurations/Notify Configuration.sharednotify
Normal 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>
|
||||
Reference in New Issue
Block a user