Files
LinkScope_Client/Core/Entities/Materials.xml
2022-11-17 11:52:19 +02:00

57 lines
1.7 KiB
XML

<Materials>
<Document>
<Attributes>
<Attribute default="Document" check="String" primary="True">Document Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
Document.svg
</Icon>
</Document>
<Spreadsheet>
<Attributes>
<Attribute default="Spreadsheet" check="String" primary="True">Spreadsheet Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
Spreadsheet.svg
</Icon>
</Spreadsheet>
<Image>
<Attributes>
<Attribute default="Image" check="String" primary="True">Image Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
Image.svg
</Icon>
</Image>
<Video>
<Attributes>
<Attribute default="Video" check="String" primary="True">Video Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
Video.svg
</Icon>
</Video>
<Archive>
<Attributes>
<Attribute default="Archive" check="String" primary="True">Archive Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
Archive.svg
</Icon>
</Archive>
<Disk>
<Attributes>
<Attribute default="Disk" check="String" primary="True">Disk Name</Attribute>
<Attribute default="DefaultFilePath" check="String" primary="False">File Path</Attribute>
</Attributes>
<Icon>
HardDisk.svg
</Icon>
</Disk>
</Materials>