Files
xtree/xml/modelsheets.xml

149 lines
6.0 KiB
XML
Raw Normal View History

2025-08-22 22:57:06 +02:00
<?xml version='1.0' encoding='UTF-8'?>
<!--
Der ItemType beschreibt die Eigenschaften eines Items.
-->
2025-09-08 15:42:15 +02:00
2025-08-22 22:57:06 +02:00
<ItemTypes>
2025-08-27 14:06:31 +02:00
<TreeParentType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsDropEnabled" Icon="DirIcon" />
2025-08-31 14:38:11 +02:00
<TreeChildType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled" Icon="MediaPlay"/>
<TreeSectionType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsUserCheckable|IsEnabled" Icon="DesktopIcon"/>
2025-08-27 14:06:31 +02:00
<HeaderType RenderStyle="HeaderStyle" EditorType="LineEditType" ItemFlags="IsEnabled"/>
2025-08-22 22:57:06 +02:00
<HiddenType RenderStyle="HiddenStyle"/>
<StaticType RenderStyle="PlainStyle"/>
<FilePickerType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" Icon="DirIcon" />
2025-08-27 14:06:31 +02:00
<PlainType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable"/>
<ValueType RenderStyle="FormattedStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" UnitType="Coulomb"/>
2025-09-09 16:22:59 +02:00
<CheckableType RenderStyle="FormattedStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" />
2025-09-10 07:27:09 +02:00
<PercentageType RenderStyle="ColorBarStyle" EditorType="ColorBarType" ItemFlags="IsEnabled|IsEditable|IsSelectable" UnitType="%"/>
2025-09-10 23:32:00 +02:00
<ChoiceType RenderStyle="ComboBoxStyle" EditorType="ComboBoxType" ItemFlags="IsEnabled|IsEditable|IsSelectable" UnitType="W" FixedChoices="2000|4000|6000|8000" />
2025-09-08 15:42:15 +02:00
<IntValueType RenderStyle="SpinBoxStyle" EditorType="SpinBoxType" ItemFlags="IsEnabled|IsEditable|IsSelectable"/>
2025-08-22 22:57:06 +02:00
</ItemTypes>
<DocumentTreeModel>
<Section ContentType="runnning">
<Header>
<Entry Caption="Active Projects" ItemType="TreeParentType"/>
</Header>
2025-09-11 17:45:44 +02:00
<ModelSheet>
2025-08-22 22:57:06 +02:00
<Project Caption="@ProjectName" ItemType="TreeChildType">
<CurrentSection ItemType="TreeSectionType"/>
</Project>
</ModelSheet>
</Section>
<Section ContentType="planned">
<Header>
<Entry Caption="Planned Projects" ItemType="TreeParentType"/>
</Header>
2025-09-11 17:45:44 +02:00
<ModelSheet>
2025-08-22 22:57:06 +02:00
<Project Caption="@ProjectName" ItemType="TreeChildType">
<CurrentSection ItemType="TreeSectionType"/>
</Project>
</ModelSheet>
</Section>
<Section ContentType="finished">
<Header>
<Entry Caption="Finished Projects" ItemType="TreeParentType"/>
</Header>
2025-09-11 17:45:44 +02:00
<ModelSheet>
2025-08-22 22:57:06 +02:00
<Project Caption="@ProjectName" ItemType="TreeChildType">
<CurrentSection ItemType="TreeSectionType"/>
</Project>
</ModelSheet>
</Section>
</DocumentTreeModel>
<DocumentDetailsModel>
2025-08-23 19:33:29 +02:00
<Section ContentType="Panel" CatchBlock="TagName=Panel">
2025-08-23 14:37:36 +02:00
<Header>
2025-08-22 22:57:06 +02:00
<PanelID Caption="Panel" ItemType="HeaderType" />
<PanelName Caption="Name" ItemType="HeaderType" Icon="BrowserStop" />
<Manufacturer Caption="Manufacturer" ItemType="HeaderType" />
<WattPeak Caption="Watt Peak" ItemType="HeaderType" />
<Width Caption="Width" ItemType="HeaderType" />
<Height Caption="Height" ItemType="HeaderType" />
<Wight Caption="Weight" ItemType="HeaderType" />
<MaxVolt Caption="max. Volt" ItemType="HeaderType" />
<MaxAmpere Caption="max. Ampere" ItemType="HeaderType" />
</Header>
2025-08-23 14:37:36 +02:00
<ModelSheet>
2025-08-22 22:57:06 +02:00
<!-- 'Icon' überschreibt den default wert im ItemType und erzeugt damit einen neuen ItemType-->
<PanelID ItemType="PlainType" Icon="DesktopIcon"/>
<PanelName ItemType="PlainType" Icon="BrowserStop"/>
2025-08-31 14:38:11 +02:00
<Manufacturer ItemType="PlainType"/>
2025-08-22 22:57:06 +02:00
<!-- 'UnitType' überschreibt den default wert im ItemType und erzeugt damit einen neuen ItemType-->
<WattPeak ItemType="ValueType" UnitType="Wp"/>
2025-09-09 16:22:59 +02:00
<Width ItemType="ValueType" Icon="VistaShield" UnitType="m"/>
2025-08-22 22:57:06 +02:00
<Height ItemType="ValueType" UnitType="m"/>
<Weight ItemType="ValueType" UnitType="kg"/>
<MaxVolt ItemType="ValueType" UnitType="V"/>
<MaxAmpere ItemType="ValueType" UnitType="A"/>
</ModelSheet>
</Section>
2025-09-08 15:42:15 +02:00
<Section ContentType="Inverter" >
2025-08-23 14:37:36 +02:00
<Header >
2025-08-22 22:57:06 +02:00
<InverterID Caption="Inverter" ItemType="HeaderType" />
<InverterName Caption="Name" ItemType="HeaderType" />
<Manufacturer Caption="Manufacturer" ItemType="HeaderType" />
<MaxPowerInput Caption="max. Input" ItemType="HeaderType" />
<MaxPowerOutput Caption="max Output" ItemType="HeaderType" />
<NumStrings Caption="Strings" ItemType="HeaderType" />
<Weight Caption="Weight" ItemType="HeaderType" />
</Header>
2025-08-23 14:37:36 +02:00
<ModelSheet>
2025-09-09 16:22:59 +02:00
<InverterID ItemType="PlainType" />
<InverterName ItemType="PlainType" />
<Manufacturer ItemType="PlainType" />
<MaxPowerInput ItemType="ChoiceType" FixedChoices="2000|4000|6000|8000" UnitType="W"/>
<MaxPowerOutput ItemType="ValueType" UnitType="W"/>
<NumStrings ItemType="IntValueType" />
<Weight ItemType="ValueType" UnitType="kg"/>
2025-08-22 22:57:06 +02:00
</ModelSheet>
</Section>
2025-08-23 14:37:36 +02:00
<Section ContentType="Battery" >
<Header>
2025-09-04 13:52:23 +02:00
<BatteryID Caption="Battery" ItemType="HeaderType" />
<BatteryName Caption="Name" ItemType="HeaderType" />
2025-08-22 22:57:06 +02:00
<Manufacturer Caption="Manufacturer" ItemType="HeaderType" />
<Capacity Caption="Capacity" ItemType="HeaderType"/>
<Yield Caption="Yield" ItemType="HeaderType" />
<MaxCurrent Caption="max. Current" ItemType="HeaderType" />
<MaxVolt Caption="max. Volt" ItemType="HeaderType" />
</Header>
2025-08-23 14:37:36 +02:00
<ModelSheet>
2025-09-27 17:21:36 +02:00
<BatteryID ItemType="PlainType">
<Images>
<FrontView ItemType="FilePickerType"/>
<PackageView ItemType="FilePickerType"/>
<InstalledView ItemType="FilePickerType"/>
2025-09-27 17:21:36 +02:00
</Images >
<Documents>
<Manual ItemType="FilePickerType"/>
<Installation ItemType="FilePickerType"/>
2025-09-27 17:21:36 +02:00
</Documents>
<Certificates>
<Certificate ItemType="FilePickerType"/>
<Conformity ItemType="FilePickerType"/>
2025-09-27 17:21:36 +02:00
</Certificates>
</BatteryID>
2025-09-09 16:22:59 +02:00
<BatteryName ItemType="PlainType" />
<Manufacturer ItemType="PlainType" />
<Capacity ItemType="ValueType" UnitType="Wh"/>
<Yield ItemType="PercentageType" UnitType="%"/>
2025-09-27 17:21:36 +02:00
<MaxCurrent ItemType="ValueType" UnitType="A"/>
2025-09-12 15:38:06 +02:00
<MaxVolt ItemType="ValueType" UnitType="V"/>
2025-09-27 17:21:36 +02:00
2025-08-22 22:57:06 +02:00
</ModelSheet>
</Section>
2025-09-11 17:45:44 +02:00
</DocumentDetailsModel>