Commit 14258d3c authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Correcting type for VLANID element to use namespace prefix

parent eb202849
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -87,7 +87,7 @@
    </xs:complexType>
    </xs:complexType>
    <xs:complexType name="VLANIDList">
    <xs:complexType name="VLANIDList">
        <xs:sequence>
        <xs:sequence>
            <xs:element name="VLANID" type="VLANID" minOccurs="1" maxOccurs="unbounded"/>
            <xs:element name="VLANID" type="etsi:VLANID" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
        </xs:sequence>
    </xs:complexType>
    </xs:complexType>
</xs:schema>
</xs:schema>