Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Add log Level in XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Ciavarella committed May 14, 2018
1 parent b49b35a commit 8348f2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DotNet/proxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
<xs:attribute name="mustMatch" type="xs:boolean" use="required" />
<xs:attribute name="allowedReferers" type="xs:string" use="required" />
<xs:attribute name="logFile" type="xs:string" use="optional" />
<xs:attribute name="logLevel" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Verbose" />
<xs:enumeration value="Info" />
<xs:enumeration value="Warning" />
<xs:enumeration value="Error" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>

0 comments on commit 8348f2f

Please sign in to comment.