4 EP IRP XML Definitions
32.3653GPPEntry Point (EP) Integration Reference Point (IRP)eXtensible Markup Language (XML) definitionsRelease 8Telecommunication managementTS
4.1 EP IRP XML Definitions
This section provides XML definitions of EP IRP notifications as defined in 3GPP TS 32.362 [3].
Figure 1
NOTE: The use of XML schema key word “sequence” to support IS-defined set (not sequence) is for the purpose of XML processor efficiency. This shall not imply the use of “sequence” in other technology.
4.2 EP IRP XML Schema
<?xml version="1.0" encoding="UTF-8"?>
<!–
3GPP TS 32.365 EPIRP Notification XML Schema
ePIRPNotif.xsd
–>
<schema xmlns:xep="http://www.3gpp.org/ftp/specs/archive/32_series/32.365#ePIRPNotif" xmlns:xe="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification" xmlns:xn="http://www.3gpp.org/ftp/specs/archive/32_series/32.625#genericNrm" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.3gpp.org/ftp/specs/archive/32_series/32.365#ePIRPNotif" elementFormDefault="qualified" attributeFormDefault="unqualified">
<import namespace="http://www.3gpp.org/ftp/specs/archive/32_series/32.305#notification"/>
<import namespace="http://www.3gpp.org/ftp/specs/archive/32_series/32.625#genericNrm"/>
<simpleType name="ChangeMode">
<restriction base="string">
<enumeration value="Register"/>
<enumeration value="Deregister"/>
<enumeration value="Modify"/>
</restriction>
</simpleType>
<complexType name="NotifyIRPInfoChanges">
<complexContent>
<extension base="xe:Notification">
<sequence>
<element name="body">
<complexType>
<sequence>
<element name="IRPDN" type="xn:dn"/>
<element name="ChangeMode" type="xep:ChangeMode"/>
<element name="AdditionalText" type="string" minOccurs="0"/>
</sequence>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="NotifyIRPInfoChanges" type="xep:NotifyIRPInfoChanges"/>
</schema>
Annex A (informative):
XML schema electronic files
The electronic files corresponding to the XML schemas defined in the present document are available in native form in the following archive:
http://www.3gpp.org/ftp/specs/archive/32_series/32365/schema/32365-800-XMLSchema.zip
Annex B (informative):
Change history
Change history | ||||||||
Date | TSG # | TSG Doc. | CR | Rev | Subject/Comment | Cat | Old | New |
Mar 2007 | SA_35 | SP-070072 | — | — | Submitted to TSG SA#35 for Approval | — | 1.0.0 | 7.0.0 |
Mar 2009 | SA_43 | SP-90207 | 001 | — | Include reference to SOAP Solution Set specification | D | 7.0.0 | 8.0.0 |
Jun 2010 | — | — | — | — | Removal of revision marks | — | 8.0.0 | 8.0.1 |