Commit 1fec1f22 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Fixing missing TakedownDeadline type reference and broken example

parent 2fbf4df1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
                            </task:CSPID>
                            <task:Deadlines>
                                <task:TakedownDeadline>
                                    <task:DateTime>2026-02-01:12:00:00Z</task:DateTime>
                                    <task:DateTime>2026-02-01T12:00:00Z</task:DateTime>
                                    <task:NatureOfDeadline>
                                        <common:Owner>ETSI</common:Owner>
                                        <common:Name>TDNatureOfDeadline</common:Name>
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@
    </xs:complexType>
    <xs:complexType name="ListOfTDDeadlines">
        <xs:sequence>
            <xs:element name="TakedownDeadline" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="TakedownDeadline" type="TakedownDeadline" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="TakedownDeadline">