Commit 23bc8c70 authored by Jonathan Kaufmann's avatar Jonathan Kaufmann Committed by Mark Canterbury
Browse files

Remove LPID reference

parent 9cb83499
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,6 @@
        <xs:complexContent>
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                <xs:sequence>
                    <xs:element name="Reference" type="etsi:LPID" minOccurs="0"/>
                    <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="StatusReason" type="core:ActionUnsuccesfulInformation" minOccurs="0"/>
                    <xs:element name="StatusReason" type="core:ActionUnsuccesfulInformation" minOccurs="0"/>
                    <xs:element name="DesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
+0 −5
Original line number Original line Diff line number Diff line
@@ -272,9 +272,4 @@
            <xs:maxInclusive value="255"/>
            <xs:maxInclusive value="255"/>
        </xs:restriction>
        </xs:restriction>
    </xs:simpleType>
    </xs:simpleType>
    <xs:simpleType name="LPID">
        <xs:restriction base="xs:string">
            <xs:pattern value="([A-Z]{2}-.+-.+)"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
</xs:schema>