Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:etsi="http://uri.etsi.org/03280/common/2015/08"
xmlns:common="http://uri.etsi.org/03120/common/2015/09/Common"
xmlns:core="http://uri.etsi.org/03120/common/2015/09/Core"
xmlns="http://uri.etsi.org/03120/common/2015/09/Notification"
targetNamespace="http://uri.etsi.org/03120/common/2015/09/Notification"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Common" schemaLocation="ts_103120v010101p0_Common.xsd"/>
<xs:import namespace="http://uri.etsi.org/03120/common/2015/09/Core" schemaLocation="ts_103120v010101p0_Core.xsd"/>
<xs:import namespace="http://uri.etsi.org/03280/common/2015/08"/>
<xs:complexType name="NotificationObject">
<xs:complexContent>
<xs:extension base="core:HI1Object">
<xs:sequence>
<xs:element name="NotificationDetails" type="etsi:LongString" minOccurs="0"></xs:element>
<xs:element name="NotificationType" type="common:DictionaryEntry" minOccurs="0"></xs:element>
<xs:element name="NewNotification" type="xs:boolean" minOccurs="0"></xs:element>
<xs:element name="NotificationTimestamp" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
<xs:element name="NationalNotificationParameters" type="NationalNotificationParameters" minOccurs="0"></xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="NationalNotificationParameters" abstract="true">
<xs:sequence>
<xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
</xs:sequence>
</xs:complexType>
</xs:schema>