Update mremoteng_confcons_v2_8.xsd

inherit should be boolean
This commit is contained in:
BlueBlock
2023-03-24 01:29:39 -04:00
parent 402e5c3665
commit ca143bf969

View File

@@ -127,7 +127,7 @@
<xs:attribute name="InheritSSHOptions" type="xs:boolean" use="optional" />
<xs:attribute name="InheritPuttySession" type="xs:boolean" use="optional" />
<xs:attribute name="InheritRedirectDiskDrives" type="xs:boolean" use="optional" />
<xs:attribute name="InheritRedirectDiskDrivesCustom" type="xs:string" use="optional" />
<xs:attribute name="InheritRedirectDiskDrivesCustom" type="xs:boolean" use="optional" />
<xs:attribute name="InheritRedirectKeys" type="xs:boolean" use="optional" />
<xs:attribute name="InheritRedirectPorts" type="xs:boolean" use="optional" />
<xs:attribute name="InheritRedirectPrinters" type="xs:boolean" use="optional" />