aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/firewall/PropertyReference.xsd
blob: 12cf4a5c64870be5611bb9d4b67f125626917aca (plain)
1
2
3
4
5
6
7
8
<simpleType name="PropertyReference">
    <annotation>
      <documentation>A type that represents a Property reference.</documentation>
    </annotation>
    <restriction base="xs:string">
      <pattern value="\[.+\]" />
    </restriction>
  </simpleType>