blob: 088e5ba3c7a3e32e577b83edbd653c51f96ea557 (
plain)
1
2
3
4
5
6
7
8
|
<simpleType name="FirewallYesNoPropertyType">
<annotation>
<documentation>
Allows "yes" or "true" or "no" or "false" or a Property reference.
</documentation>
</annotation>
<union memberTypes="PropertyReference wxs:YesNoTypeUnion" />
</simpleType>
|