Commit f013e2e6 authored by ashtont's avatar ashtont
Browse files

Update ts_103120_TrafficPolicy.xsd Dest to Destination as per Lukes comment (Thanks!)

parent bb83366d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@
            <xs:element name="IPProtocol" type="xs:nonNegativeInteger" minOccurs="0"/>
            <xs:element name="SourceIPRange" type="etsi:IPCIDR" minOccurs="0"/>
            <xs:element name="SourcePortRange" type="etsi:PortRange" minOccurs="0"/>
            <xs:element name="DestIPRange" type="etsi:IPCIDR" minOccurs="0"/>
            <xs:element name="DestPortRange" type="etsi:PortRange" minOccurs="0"/>
            <xs:element name="DestinationIPRange" type="etsi:IPCIDR" minOccurs="0"/>
            <xs:element name="DestinationPortRange" type="etsi:PortRange" minOccurs="0"/>
            <xs:element name="BothDirections" type="xs:boolean" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>