aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/firewall/FirewallActionType.xsd
blob: 4b60260bec7b4565b602a5d02937a020b9748e42 (plain)
1
2
3
4
5
6
<simpleType name="FirewallActionType">
    <restriction base="xs:NMTOKEN">
      <enumeration value="allow" />
      <enumeration value="block" />
    </restriction>
  </simpleType>