From ea2f03ad85cf439442717ce3ab3b6b11c1520811 Mon Sep 17 00:00:00 2001 From: "VKMTHD\\franzjosefkober" <franz.josef.kober@ivt.tugraz.at> Date: Mon, 11 Oct 2021 09:35:55 +0200 Subject: [PATCH] added annotation for CompressorRatio --- ...ctoDeclarationDefinitions.2.10.2_JobInputData.xsd | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd index 7fafbc2fb4..4ba7e79ae8 100644 --- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd +++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd @@ -3118,6 +3118,9 @@ </xs:annotation> </xs:element> <xs:element name="CompressorRatio"> + <xs:annotation> + <xs:documentation>P314 - [-]</xs:documentation> + </xs:annotation> <xs:simpleType> <xs:restriction base="v1.0:Double3"> <xs:minInclusive value="0.000"/> @@ -3155,6 +3158,9 @@ </xs:annotation> </xs:element> <xs:element name="CompressorRatio"> + <xs:annotation> + <xs:documentation>P314 - [-]</xs:documentation> + </xs:annotation> <xs:simpleType> <xs:restriction base="v1.0:Double3"> <xs:minInclusive value="0.000"/> @@ -3192,6 +3198,9 @@ </xs:annotation> </xs:element> <xs:element name="CompressorRatio"> + <xs:annotation> + <xs:documentation>P314 - [-]</xs:documentation> + </xs:annotation> <xs:simpleType> <xs:restriction base="v1.0:Double3"> <xs:minInclusive value="0.000"/> @@ -3252,6 +3261,9 @@ </xs:annotation> </xs:element> <xs:element name="CompressorRatio"> + <xs:annotation> + <xs:documentation>P314 - [-]</xs:documentation> + </xs:annotation> <xs:simpleType> <xs:restriction base="v1.0:Double3"> <xs:minInclusive value="0.000"/> -- GitLab