Commit 6e0cc574 authored by Jonathan Kaufmann's avatar Jonathan Kaufmann Committed by Mark Canterbury
Browse files

Add LPID reference type to permit new LP Task

parent 01eda94f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -272,4 +272,9 @@
            <xs:maxInclusive value="255"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="LPID">
        <xs:restriction base="xs:string">
            <xs:pattern value="([A-Z]{2}-.+-.+)"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>