From 8d3279d397335615c4417db196fa48247f7bbe3f Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Fri, 5 Apr 2019 17:13:26 +0200 Subject: [PATCH] tag forceGenSeof added to TPD schema Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> --- etc/xsd/TPD.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/xsd/TPD.xsd b/etc/xsd/TPD.xsd index 642563846..d373054cc 100644 --- a/etc/xsd/TPD.xsd +++ b/etc/xsd/TPD.xsd @@ -141,6 +141,7 @@ <xs:element name="enableRealtimeTesting" minOccurs="0" maxOccurs="1" type="xs:boolean" /> <xs:element name="namingRules" minOccurs="0" maxOccurs="1" type="xs:normalizedString" /> <xs:element name="disableSubtypeChecking" minOccurs="0" maxOccurs="1" type="xs:boolean" /> + <xs:element name="forceGenSeof" minOccurs="0" maxOccurs="1" type="xs:boolean" /> <xs:element name="CxxCompiler" minOccurs="0" maxOccurs="1" type="xs:normalizedString" /> <xs:element name="optimizationLevel" minOccurs="0" maxOccurs="1" type="xs:normalizedString" /> <xs:element name="otherOptimizationFlags" minOccurs="0" maxOccurs="1" type="xs:string" /> -- GitLab