Commit 19196c30 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge conflict

parents a89343c5 6abd8917
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -136,11 +136,16 @@
        <xs:complexContent>
            <xs:extension base="X0Response">
                <xs:sequence>
                    <xs:element name="configurationDetails" type="ConfigurationDetails"/>
                    <xs:element name="listOfConfigurationDetails" type="ListOfConfigurationDetails"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ListOfConfigurationDetails">
        <xs:sequence>
            <xs:element name="configurationDetails" type="ConfigurationDetails" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ConfigurationDetails" abstract="true">
        <xs:sequence>
            <xs:element name="interfaceReference" type="etsi103280:ShortString"/>