Revision: | 2.1 |
Committed: | Fri Feb 13 20:49:59 2015 UTC (10 years, 1 month ago) by greg |
Content type: | text/xml |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad5R3, rad5R0, rad5R1, HEAD |
Log Message: | Added XML templates and fixed bugs for first running version |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- RCSid $Id$ --> |
3 | <WindowElement xmlns="http://windows.lbl.gov" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://windows.lbl.gov/BSDF-v1.4.xsd"> |
4 | <WindowElementType>System</WindowElementType> |
5 | <FileType>BSDF</FileType> |
6 | <Optical> |
7 | <Layer> |
8 | <Material> |
9 | <Name>Name</Name> |
10 | <Manufacturer>Manufacturer</Manufacturer> |
11 | <DeviceType>Other</DeviceType> |
12 | </Material> |
13 | <Geometry/> |
14 | <DataDefinition/> |
15 | </Layer> |
16 | </Optical> |
17 | </WindowElement> |