Skip to content

Commit

Permalink
added defaultAction to XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed May 12, 2019
1 parent a6f3033 commit ec79b33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/MakeNLogXSD/TemplateXSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
<xs:choice minOccurs="0" maxOccurs="unbounded">
<filters-go-here xmlns=""/>
</xs:choice>
<xs:attribute name="defaultAction" type="FilterResult">
<xs:annotation>
<xs:documentation>Default action if none of the filters match.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>

<xs:simpleType name="NLogLevel">
Expand Down

0 comments on commit ec79b33

Please sign in to comment.