Skip to content

globallightingdata/meta-information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GLDF meta-information

This repository contains the XML Schema for the meta-information.xml file of the Global Lighting Data Format

Example

<?xml version="1.0" encoding="UTF-8"?>
<MetaInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:noNamespaceSchemaLocation="meta-information.xsd">
  <Property name="companyA-SetttingA">Value of setting A</Property>
  <Property name="companyB-SetttingA">Value of setting A</Property>
  <Property name="companyB-SetttingB">Value of setting B</Property>
</MetaInformation>

About

XML Schema for meta-information.xml of the GLDF

Resources

License

Stars

Watchers

Forks