aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/firewall/FirewallProtocolType.xsd
blob: 93d073d1b64fd29a3b5e80081ee71c46ea48b658 (plain)
1
2
3
4
5
6
<simpleType name="FirewallProtocolType">
    <restriction base="xs:NMTOKEN">
      <enumeration value="tcp" />
      <enumeration value="udp" />
    </restriction>
  </simpleType>