NIFI-3138 - Adding urls, transport, proxy settings to rpg portion of flow config xsd

This closes #1304.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
Bryan Rosander 2016-12-06 14:23:43 -05:00 committed by Koji Kawamura
parent 6b82e25c74
commit 9ce0af22af
1 changed files with 7 additions and 1 deletions

View File

@ -196,9 +196,15 @@
<xs:element name="position" type="PositionType" />
<xs:element name="comment" type="xs:string" />
<xs:element name="url" type="xs:anyURI" />
<xs:element name="urls" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="timeout" type="xs:string" />
<xs:element name="yieldPeriod" type="TimePeriod" minOccurs="0" maxOccurs="1" />
<xs:element name="transmitting" type="xs:boolean" />
<xs:element name="transportProtocol" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="proxyHost" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="proxyPort" type="xs:int" minOccurs="0" maxOccurs="1" />
<xs:element name="proxyUser" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="proxyPassword" type="xs:string" minOccurs="0" maxOccurs="1" />
<!-- The input ports and output ports of the remote group may change without our knowledge; however,
they are persisted here because on a restart of NiFi, we need to have the Input & Output Ports' IDs