App: Add support for <date> metadata element

This commit is contained in:
Chris Hennes
2022-09-22 10:26:48 -05:00
parent a6c061715f
commit 4f51123626
5 changed files with 44 additions and 3 deletions

View File

@@ -44,6 +44,12 @@ file : str\n XML file name.</UserDocu>
</Documentation>
<Parameter Name="Version" Type="Object" />
</Attribute>
<Attribute Name="Date">
<Documentation>
<UserDocu>String representing the date of this item in YYYY-MM-DD format (format not currently programmatically enforced)</UserDocu>
</Documentation>
<Parameter Name="Date" Type="Object" />
</Attribute>
<Attribute Name="Description">
<Documentation>
<UserDocu>String representing the description of this item (text only, no markup allowed).</UserDocu>