B.3 Solution Set definitions
32.7863GPPHome enhanced Node B (HeNB) Subsystem (HeNS)Integration Reference Point (IRP)Network Resource Model (NRM)Release 11Solution Set (SS) definitionsTelecommunication managementTS
B.3.1 XML definition structure
Annex B.3.3 of the present document defines the NRM-specific XML schema hensNrm.xsd for the HeNS Network Resources IRP NRM defined in 3GPP TS 32.782 [2].
XML schema hensNrm.xsd explicitly declares NRM-specific XML element types for the related NRM.
The definition of those NRM-specific XML element types complies with the generic mapping rules defined in 3GPP TS 32.616 [3].
B.3.2 Graphical Representation
Not present in the current version of this specification.
B.3.3 XML schema "hensNrm.xsd"
<?xml version="1.0" encoding="UTF-8"?>
<!–
3GPP TS 32.786 HeNS Network Resources IRP
Bulk CM Configuration data file NRM-specific XML schema
hensNrm.xsd
–>
<schema
targetNamespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.786#hensNrm"
elementFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xn=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"
xmlns:un=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.786#hensNrm"
xmlns:gn=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.656#geranNrm"
xmlns:sm=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"
xmlns:epc=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.756#epcNrm"
>
<import
namespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.626#genericNrm"
/>
<import
namespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.656#geranNrm"
/>
<import
namespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.756#epcNrm"
/>
<import
namespace=
"http://www.3gpp.org/ftp/specs/archive/32_series/32.676#stateManagementIRP"
/>
<!– HeNS network Resources IRP NRM class associated XML elements –>
<element
name="HeNBGWFunction"
substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass"
>
<complexType>
<complexContent>
<extension base="xn:NrmClass">
<sequence>
<element name="attributes" minOccurs="0">
<complexType>
<all>
<element name="henbgwId" type="string"/>
<element name="userLabel" type="string"/>
<element name="iPConfigInfo" type="string"/>
<element name="maxNbrHeNBRegistered" type="integer"/>
<element name="maxPacketCapability" type="integer"/>
</all>
</complexType>
</element>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="epc:EP_RP_EPS"/>
<element ref="xn:VsDataContainer"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="HeNBProfile">
<complexType>
<complexContent>
<extension base="xn:NrmClass">
<sequence>
<element name="attributes" minOccurs="0">
<complexType>
<all>
<element name="userLabel" type="string"/>
<element name="configuration" type="string"/>
<element name="criterion" type="string" minOccurs="0"/>
</all>
</complexType>
</element>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="xn:VsDataContainer"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="HeMSFunction">
<complexType>
<complexContent>
<extension base="xn:NrmClass">
<sequence>
<element name="attributes" minOccurs="0">
<complexType>
<all>
<element name="userLabel" type="string"/>
</all>
</complexType>
</element>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="xn:VsDataContainer"/>
<element ref="un:HeNBProfile"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</schema>
Annex C (informative):
Change history
Change history | |||||||
Date | TSG # | TSG Doc. | CR | Rev | Subject/Comment | Old | New |
05-2010 | SA-48 | SP-100283 | — | — | Presentation to SA for information and approval | — | 1.0.0 |
06-2010 | SA-48 | — | — | — | Publication | 1.0.0 | 10.0.0 |
10-2010 | SA-49 | SP-100489 | 001 | — | Correction of HeNS NRM IRP XML Definitions | 10.0.0 | 10.1.0 |
09-2012 | SA-57 | – | – | – | Automatic upgrade from previous Release version 10.1.0 | 10.1.0 | 11.0.0 |