1 2 3 4 5 6
<simpleType name="FirewallActionType"> <restriction base="xs:NMTOKEN"> <enumeration value="allow" /> <enumeration value="block" /> </restriction> </simpleType>