Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 426dc347 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

beginning to work on documenting new parameters

parent 9492f961
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2016 rel. 2 sp1 (x64) (http://www.altova.com) by Helmut Eichlseder (TU Graz/Inst. f. VKM und THD) -->
<!-- edited with XMLSpy v2021 (x64) (http://www.altova.com) by Markus Quaritsch (Technische Universität Graz) -->
<xs:schema xmlns:tns="urn:tugraz:ivt:VectoAPI:ParameterDocumentation" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:tugraz:ivt:VectoAPI:ParameterDocumentation" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="description">
<xs:complexType>
......@@ -8,40 +8,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="component" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="Engine"/>
<xs:enumeration value="Engine/FLD"/>
<xs:enumeration value="Engine/FC-map"/>
<xs:enumeration value="Airdrag"/>
<xs:enumeration value="Angledrive"/>
<xs:enumeration value="Angledrive/Lossmap"/>
<xs:enumeration value="Auxiliaries"/>
<xs:enumeration value="Axlegear"/>
<xs:enumeration value="Axlegear/Lossmap"/>
<xs:enumeration value="Driver"/>
<xs:enumeration value="Engine"/>
<xs:enumeration value="ADAS"/>
<xs:enumeration value="Gearbox"/>
<xs:enumeration value="Gearbox/Gear"/>
<xs:enumeration value="Gearbox/Gear/Lossmap"/>
<xs:enumeration value="Gearbox/Gear/Shiftpolygon"/>
<xs:enumeration value="Job"/>
<xs:enumeration value="Retarder"/>
<xs:enumeration value="Retarder/Lossmap"/>
<xs:enumeration value="Torqueconverter"/>
<xs:enumeration value="Torqueconverter/Characteristics"/>
<xs:enumeration value="Tyre"/>
<xs:enumeration value="Vehicle"/>
<xs:enumeration value="Vehicle/Auxiliaries"/>
<xs:enumeration value="Vehicle/Axle"/>
<xs:enumeration value="Vehicle/TorqueLimits"/>
<xs:enumeration value="Gearshiftstrategy"/>
<xs:enumeration value="Vehicle/ADAS"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="component" type="tns:ComponentType" use="required"/>
<xs:attribute name="status">
<xs:simpleType>
<xs:restriction base="xs:string">
......@@ -63,30 +30,7 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="unit">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="kg"/>
<xs:enumeration value="m"/>
<xs:enumeration value="s"/>
<xs:enumeration value="m/s²"/>
<xs:enumeration value="1/min"/>
<xs:enumeration value="°"/>
<xs:enumeration value="kgm²"/>
<xs:enumeration value="m²"/>
<xs:enumeration value="-"/>
<xs:enumeration value="N"/>
<xs:enumeration value="W"/>
<xs:enumeration value="cm³"/>
<xs:enumeration value="Nm"/>
<xs:enumeration value="g/h"/>
<xs:enumeration value="%"/>
<xs:enumeration value="km/h"/>
<xs:enumeration value="m/s"/>
<xs:enumeration value="mm"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="unit" type="tns:UnitType"/>
<xs:element name="genericValueType" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
......@@ -107,4 +51,81 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="ComponentType">
<xs:restriction base="xs:token">
<xs:enumeration value="Engine"/>
<xs:enumeration value="Engine/FLD"/>
<xs:enumeration value="Engine/FC-map"/>
<xs:enumeration value="Airdrag"/>
<xs:enumeration value="Angledrive"/>
<xs:enumeration value="Angledrive/Lossmap"/>
<xs:enumeration value="Auxiliaries"/>
<xs:enumeration value="Axlegear"/>
<xs:enumeration value="Axlegear/Lossmap"/>
<xs:enumeration value="Driver"/>
<xs:enumeration value="Engine"/>
<xs:enumeration value="ADAS"/>
<xs:enumeration value="Gearbox"/>
<xs:enumeration value="Gearbox/Gear"/>
<xs:enumeration value="Gearbox/Gear/Lossmap"/>
<xs:enumeration value="Gearbox/Gear/Shiftpolygon"/>
<xs:enumeration value="Job"/>
<xs:enumeration value="Retarder"/>
<xs:enumeration value="Retarder/Lossmap"/>
<xs:enumeration value="Torqueconverter"/>
<xs:enumeration value="Torqueconverter/Characteristics"/>
<xs:enumeration value="Tyre"/>
<xs:enumeration value="Vehicle"/>
<xs:enumeration value="Vehicle/Auxiliaries"/>
<xs:enumeration value="Vehicle/Axle"/>
<xs:enumeration value="Vehicle/TorqueLimits"/>
<xs:enumeration value="Gearshiftstrategy"/>
<xs:enumeration value="Vehicle/ADAS"/>
<xs:enumeration value="ElectricMachine"/>
<xs:enumeration value="ElectricMachine/VoltageLevel"/>
<xs:enumeration value="ElectricMachine/MaxMinTorque"/>
<xs:enumeration value="ElectricMachine/DragTorque"/>
<xs:enumeration value="ElectricMachine/PowerMap"/>
<xs:enumeration value="ElectricMachine/Conditioning"/>
<xs:enumeration value="IEPC"/>
<xs:enumeration value="IEPC/Gear"/>
<xs:enumeration value="IEPC/VoltageLevel"/>
<xs:enumeration value="IEPC/MaxMinTorque"/>
<xs:enumeration value="IEPC/PowerMap"/>
<xs:enumeration value="IEPC/Conditioning"/>
<xs:enumeration value="BatterySystem"/>
<xs:enumeration value="BatterySystem/OCV"/>
<xs:enumeration value="BatterySystem/DCIR"/>
<xs:enumeration value="BatterySystem/CurrentLimits"/>
<xs:enumeration value="CapacitorSystem"/>
<xs:enumeration value="IEPC/DragTorque"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UnitType">
<xs:restriction base="xs:string">
<xs:enumeration value="kg"/>
<xs:enumeration value="m"/>
<xs:enumeration value="s"/>
<xs:enumeration value="m/s²"/>
<xs:enumeration value="1/min"/>
<xs:enumeration value="°"/>
<xs:enumeration value="kgm²"/>
<xs:enumeration value="m²"/>
<xs:enumeration value="-"/>
<xs:enumeration value="N"/>
<xs:enumeration value="W"/>
<xs:enumeration value="cm³"/>
<xs:enumeration value="Nm"/>
<xs:enumeration value="g/h"/>
<xs:enumeration value="%"/>
<xs:enumeration value="km/h"/>
<xs:enumeration value="m/s"/>
<xs:enumeration value="mm"/>
<xs:enumeration value="V"/>
<xs:enumeration value="A"/>
<xs:enumeration value="°C"/>
<xs:enumeration value="F"/>
<xs:enumeration value="mOhm"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2016 rel. 2 sp1 (x64) (http://www.altova.com) by Helmut Eichlseder (TU Graz/Inst. f. VKM und THD) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vectoParam="urn:tugraz:ivt:VectoAPI:ParameterDocumentation" xmlns:c2.0="urn:tugraz:ivt:VectoAPI:DeclarationComponent:v2.0" xmlns:vdc="urn:tugraz:ivt:VectoAPI:DeclarationComponent" xmlns:vdd="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions" targetNamespace="urn:tugraz:ivt:VectoAPI:DeclarationComponent" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0" xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:ParameterDocumentation ParameterDocumentation.xsd">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vectoParam="urn:tugraz:ivt:VectoAPI:ParameterDocumentation" xmlns:c2.0="urn:tugraz:ivt:VectoAPI:DeclarationComponent:v2.0" xmlns:vdc="urn:tugraz:ivt:VectoAPI:DeclarationComponent" xmlns:vdd="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions" xmlns:ns1="urn:tugraz:ivt:VectoAPI:DeclarationComponent:v1.0" xmlns:ns2="urn:tugraz:ivt:VectoAPI:DeclarationComponent:v2.10" targetNamespace="urn:tugraz:ivt:VectoAPI:DeclarationComponent" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0" xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:ParameterDocumentation ParameterDocumentation.xsd">
<!--
This is a convienience file that imports the schema for declaration input (i.e., job data) and all supported declaration definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment