NIFI-1031 resolve reporting task error in flow.xml

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
Mike Moser 2015-10-08 20:50:28 -04:00 committed by Aldrin Piri
parent b4bfcc1f21
commit f798127290
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@
<xs:element name="comment" type="xs:string" /> <xs:element name="comment" type="xs:string" />
<xs:element name="class" type="NonEmptyStringType" /> <xs:element name="class" type="NonEmptyStringType" />
<xs:element name="schedulingPeriod" type="NonEmptyStringType"/> <xs:element name="schedulingPeriod" type="NonEmptyStringType"/>
<xs:element name="schedulingState" type="ScheduledState" /> <xs:element name="scheduledState" type="ScheduledState" />
<xs:element name="schedulingStrategy" type="SchedulingStrategy" /> <xs:element name="schedulingStrategy" type="SchedulingStrategy" />
<xs:element name="property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>