-- XSD schema extracted from ITU-T H.627 (08/2020)

<?xml version="1.0" encoding="utf-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema"> <choice maxOccurs="unbounded"> <element name="Notify"> <complexType> <sequence> <!-- Notification request command series is shown as follows.--> <!-- Command type: media notification (required)--> <element name="CmdType" fixed="MediaStatus"/> <!-- Command SN (required) --> <element name="SN" type="integer" minInclusive="1"/> <!-- Media stream sender ID (required) --> <element name="DeviceID" type="deviceIDType"/> <!-- Notification event type (required), the value "121" shows end of historical media file sending. --> <element name="NotifyType" type="string"/> </sequence> </complexType> </element> </choice> </schema>