aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/firewall/FirewallProfileType.xsd
blob: 748c6ca71b6cbe36ea648de64b18f1af7f39f185 (plain)
1
2
3
4
5
6
7
8
<simpleType name="FirewallProfileType">
    <restriction base="xs:NMTOKEN">
      <enumeration value="domain" />
      <enumeration value="private" />
      <enumeration value="public" />
      <enumeration value="all" />
    </restriction>
  </simpleType>