Commit 6528881f authored by Sarah Werner's avatar Sarah Werner Committed by Mark Canterbury
Browse files

TS 103 120 CR0113 - Correction of ListOfTrafficPolicyReferences

parent c9221e77
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -226,7 +226,8 @@
    </xs:complexType>
    <xs:complexType name="ListOfTrafficPolicyReferences">
        <xs:sequence>
            <xs:element name="TrafficPolicyReference" type="TrafficPolicyReference" maxOccurs="unbounded"/>
            <!-- As of version 1.21.1 of the present document, this parameter is defined with minOccurs=0 -->
            <xs:element name="TrafficPolicyReference" type="TrafficPolicyReference" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TrafficPolicyReference">