Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_expectedTtcns / www_ericsson_com_is_isco_IntegratedSite_R4L06_R4AB_1_02_e.ttcn
1 /*******************************************************************************
2 * Copyright Ericsson Telecom AB
3 *
4 * XSD to TTCN-3 Translator
5 *
6 * All rights reserved. This program and the accompanying materials
7 * are made available under the terms of the Eclipse Public License v1.0
8 * which accompanies this distribution, and is available at
9 * http://www.eclipse.org/legal/epl-v10.html
10 *******************************************************************************/
11 //
12 // File: www_ericsson_com_is_isco_IntegratedSite_R4L06_R4AB_1_02_e.ttcn
13 // Description:
14 // References:
15 // Rev:
16 // Prodnr:
17 // Updated:
18 // Contact: http://ttcn.ericsson.se
19 //
20 ////////////////////////////////////////////////////////////////////////////////
21 //
22 // Generated from file(s):
23 //
24 // - IntegratedSite.xsd
25 // /* xml version = "1.0" encoding = "UTF-8" */
26 // /* targetnamespace = "http://www.ericsson.com/is/isco/IntegratedSite/R4L06/R4AB_1.02" */
27 //
28 ////////////////////////////////////////////////////////////////////////////////
29
30
31 module www_ericsson_com_is_isco_IntegratedSite_R4L06_R4AB_1_02_e {
32
33
34 import from XSD all;
35
36
37 import from tail_f_com_ns_confd_1_0_e all;
38
39
40 import from www_ericsson_com_is_isco_IsTypes_R4L06_R4AB_1_02_e all;
41
42
43 type record DataModelVersionType_10
44 {
45 XSD.Integer major,
46 XSD.Integer minor
47 }
48 with {
49 variant "name as 'dataModelVersionType-10'";
50 };
51
52
53 /* Data to specify FTP server info. */
54 /* Hostname to FTP server. */
55 /* Username to FTP server. */
56 /* Password to FTP server. */
57 /* Absolute path including filename. */
58 type record FtpData
59 {
60 XSD.Token host,
61 XSD.Token user,
62 XSD.Token password,
63 XSD.Token path
64 };
65
66
67 /* The blade system product number (CSA product number). */
68 /* The revision of the blade system product (CSA product revision). */
69 type record BsProdFilterType_1
70 {
71 XSD.Token prodNo,
72 XSD.Token prodRev
73 }
74 with {
75 variant "name as 'bsProdFilterType-1'";
76 };
77
78
79 /* Data to specify job status during its execution.
80 A description of "jobs" can be found in the document "Service Guide - Software",
81 6/154 43-CNA 113 13 Uen. */
82 /* Date and time when the job was ordered. */
83 /* Indicator of job status. */
84 /* Possible result of a job action. */
85 /* Textual description of additional info about the job. */
86 /* Current progress step of the job. This parameter is used
87 together with jobLastStep to
88 be able to present rough progress tracking to the user.
89 For example: "'jobProgress' of 'jobLastStep' steps complete" */
90 /* Last progress step of the job. This parameter is used
91 together with jobProgress to
92 be able to present rough progress tracking to the user.
93 For example: "'jobProgress' of 'jobLastStep' steps complete" */
94 /* Determines if progress reports should be issued during the job.
95 If this parameter is true, progress reports will be issued at
96 each step of the job. If this parameter is false, no progress
97 reports are issued. When a job finishes, a report describing
98 the result of the job is however always issued. */
99 type record JobData
100 {
101 XSD.DateTime jobDateOrdered,
102 JobStatusType_34 jobStatus,
103 JobResultType_35 jobResult,
104 XSD.Token jobInfo,
105 XSD.UnsignedInt jobProgress,
106 XSD.UnsignedInt jobLastStep,
107 XSD.Boolean jobProgressReport
108 };
109
110
111 type XSD.Token DnsDomainType_14 (pattern "[a-zA-Z]+(.[a-zA-Z]*)*")
112 with {
113 variant "name as 'dnsDomainType-14'";
114 };
115
116
117 /* Inter-subrack link type definition. The valid values
118 corresponds to using a inter-subrack link board
119 or connecting the subracks using MXB front ports. */
120 type XSD.Token InterSubrackLink_HwmIslType (pattern "islb|frontPort");
121
122
123 /* The knock-out preference of a blade.
124 \"protected\" reflects a mode where the blade
125 is immune to shutdown or lock requests. */
126 type XSD.Token HwmKnockOutPreference (pattern "normal|protected");
127
128
129 type XSD.Token UpdateModeType_9 (pattern "unsafe|readOnly|safe|preliminary")
130 with {
131 variant "name as 'updateModeType-9'";
132 };
133
134
135 /* This datatype defines the valid redundancy groups for bs blades. */
136 type XSD.Token HwmRedundancyGroups (pattern "0|1|2|3|4|5|6|7|8|9");
137
138
139 /* HwmSlotState type definition. This type describes the different slot states.
140 Used and unused corresponds to whether the slot is assigned to a blade within
141 a blade system and vice versa.Occupied and empty corresponds to whether a
142 physical blade is inserted in the slot and vice versa. */
143 type XSD.Token Slot_HwmSlotState (pattern "unusedEmpty|usedEmpty|unusedOccupied|usedOccupied");
144
145
146 type record of ObjectRef RelatedSDPsType_32
147 with {
148 variant "name as 'relatedSDPsType-32'";
149 variant "list";
150 };
151
152
153 type XSD.Integer Subrack1IdType_22 (0 .. 31)
154 with {
155 variant "name as 'subrack1IdType-22'";
156 };
157
158
159 type XSD.Integer RlspLinkDownThresholdType_12 (0 .. 65535)
160 with {
161 variant "name as 'rlspLinkDownThresholdType-12'";
162 };
163
164
165 type XSD.Integer SubrackIdType_3 (0 .. 31)
166 with {
167 variant "name as 'subrackIdType-3'";
168 };
169
170
171 type XSD.Integer Subrack2IdType_26 (0 .. 31)
172 with {
173 variant "name as 'subrack2IdType-26'";
174 };
175
176
177 type XSD.Integer IdentityType_7 (0 .. 4096)
178 with {
179 variant "name as 'identityType-7'";
180 };
181
182
183 type XSD.Integer NumberType_21 (0 .. 25)
184 with {
185 variant "name as 'numberType-21'";
186 };
187
188
189 type XSD.Integer SlotNoType_4 (0 .. 25)
190 with {
191 variant "name as 'slotNoType-4'";
192 };
193
194
195 type XSD.Integer PhysicalAddrPlug0Type_18 (0 .. 15)
196 with {
197 variant "name as 'physicalAddrPlug0Type-18'";
198 };
199
200
201 /* The operational state of blades and blade systems.
202 This state reflects if the entity is on or off. */
203 type XSD.Token HwmOperationalState (pattern "disabled|enabled");
204
205
206 type XSD.Integer PhysicalAddrPlug1Type_19 (0 .. 15)
207 with {
208 variant "name as 'physicalAddrPlug1Type-19'";
209 };
210
211
212 /* Describes how to interpret a given file name and path when
213 downloading files.
214 For exact file match strategy, all files that exactly
215 match the given file name will match.
216 For prefix file match strategy, all files that match
217 the given prefix will match.
218 If exact or prefix has been selected and if the path ends
219 with a directory name, all files in that directory will match.
220 The value unknown is deprecated. */
221 type XSD.Token SwmMatchStrategy (pattern "exact|prefix|unknown");
222
223
224 type record of ObjectRef BladeSwgRefsType_2
225 with {
226 variant "name as 'bladeSwgRefsType-2'";
227 variant "list";
228 };
229
230
231 /* This datatype defines the valid characters of name attributes. */
232 type XSD.Token HwmValidNameCharacters (pattern "[-a-zA-Z0-9_\\\(\) .:;]*");
233
234
235 /* The bus type used by a blade. */
236 type XSD.Token HwmBusType (pattern "ipmi|mbus");
237
238
239 type enumerated Subrack1XslotType_23
240 {
241 int0(0),
242 int25(25)
243 }
244 with {
245 variant "useNumber";
246 variant "name as 'subrack1XslotType-23'";
247 };
248
249
250 type XSD.Integer Subrack1PslotType_24 (0 .. 25)
251 with {
252 variant "name as 'subrack1PslotType-24'";
253 };
254
255
256 type XSD.Token JobResultType_35 (pattern "ok|inputError|executionError|unknown")
257 with {
258 variant "name as 'jobResultType-35'";
259 };
260
261
262 type enumerated Subrack2XslotType_27
263 {
264 int0(0),
265 int25(25)
266 }
267 with {
268 variant "useNumber";
269 variant "name as 'subrack2XslotType-27'";
270 };
271
272
273 type XSD.Integer Subrack2PslotType_28 (0 .. 25)
274 with {
275 variant "name as 'subrack2PslotType-28'";
276 };
277
278
279 type XSD.Integer PhysicalAddrPlug3Type_20 (0 .. 15)
280 with {
281 variant "name as 'physicalAddrPlug3Type-20'";
282 };
283
284
285 type XSD.Token StatusType_33 (pattern "complete|incomplete|inconsistent")
286 with {
287 variant "name as 'statusType-33'";
288 };
289
290
291 type XSD.Token JobStatusType_34 (pattern "notStarted|ongoing|complete")
292 with {
293 variant "name as 'jobStatusType-34'";
294 };
295
296
297 type enumerated DummyEmptyType
298 {
299 x
300 }
301 with {
302 variant "text 'x' as ''";
303 };
304
305
306 type XSD.Integer WidthType_16 (1 .. 12)
307 with {
308 variant "name as 'widthType-16'";
309 };
310
311
312 type XSD.Integer MaskType_5 (0 .. 32)
313 with {
314 variant "name as 'maskType-5'";
315 };
316
317
318 type XSD.Integer MaskType_6 (0 .. 32)
319 with {
320 variant "name as 'maskType-6'";
321 };
322
323
324 type XSD.Integer RlspLinkUpThresholdType_13 (0 .. 65535)
325 with {
326 variant "name as 'rlspLinkUpThresholdType-13'";
327 };
328
329
330 /* The availability status of blades and blade systems.
331 This status is set by the system, depending on the
332 availability conditions of the concerned unit. */
333 type XSD.Token HwmAvailabilityStatus (pattern "available|failed|offLine|dependency|degraded|upgrading|startingUp|goingOffLine|notInstalled|powerOff");
334
335
336 /* The administrative state of blades and blade systems.
337 This state reflects what the administrator has done. */
338 type XSD.Token HwmAdministrativeState (pattern "locked|shuttingDown|unlocked");
339
340
341 type XSD.Integer PbitsType_8 (0 .. 7)
342 with {
343 variant "name as 'pbitsType-8'";
344 };
345
346
347 type XSD.Token IslTypeType_30 (pattern "islb|frontPort")
348 with {
349 variant "name as 'islTypeType-30'";
350 };
351
352
353 type XSD.Token TypeType_31 (pattern "bladeSystemInformation|bladeInformation|application|rootFileSystem|kernel|correction|ipmi")
354 with {
355 variant "name as 'typeType-31'";
356 };
357
358
359 type XSD.Integer Subrack1PortType_25 (1 .. 6)
360 with {
361 variant "name as 'subrack1PortType-25'";
362 };
363
364
365 type XSD.Integer IdType_17 (0 .. 31)
366 with {
367 variant "name as 'idType-17'";
368 };
369
370
371 type XSD.Integer Subrack2PortType_29 (1 .. 6)
372 with {
373 variant "name as 'subrack2PortType-29'";
374 };
375
376
377 type XSD.Token ModeType_15 (pattern "prepare|publish|accept|reject|purge")
378 with {
379 variant "name as 'modeType-15'";
380 };
381
382
383 type XSD.Integer RlspMarkerGenerateIntervalType_11 (10 .. 200)
384 with {
385 variant "name as 'rlspMarkerGenerateIntervalType-11'";
386 };
387
388
389 /* Management information model for the integrated site.
390 This also the top model in the configuration structure under which all
391 blade system specific models are mounted.
392
393 Hardware management, software management and network configuration are the
394 services that are available through this model in IS 2.0 perspective. */
395 /* A collection of administrative data for the entire site. */
396 /* Human-readable name for the site. */
397 /* IS Customer identification code. */
398 /* System restart. */
399 /* Returns true if a SIS sequential restart is ongoing, otherwise false. */
400 /* Parent of all blade systems. */
401 /* This class describes a blade system.
402 It serves as a mount point for the blade system specific model. */
403 /* A required user friendly blade system name. The name must be unique within the site
404 and can only be set once. */
405 /* An optional blade system alias. The default value of the alias is the blade system name.
406 The alias can be updated as long as the blade system state is enabled/available. */
407 /* An identifier for the blade system. This number increases in steps of 1 for each
408 created blade system. */
409 /* Name of the blade system type. */
410 /* Reference to the software group (SWG) that the blade system implements. */
411 /* Optional reference to the software correction package (SCP) applied to the software group. */
412 /* The administrative state of the blade system. */
413 /* The operational state of the blade system. */
414 /* The availability status of the blade system. */
415 /* Optional reference to the blade system domain that the blade system belongs to.
416 A blade system domain is a purely logical concept that enables
417 grouping of blade systems. */
418 /* IP address of the blade system OAM Master. */
419 /* The reference to the external boot server class (if any) that
420 this blade system has:
421 /IntegratedSite/NetworkConfiguration/ExternalBootServer */
422 /* A flag which tells if a private network should be
423 automatically created when the bladesystem is created. */
424 /* If the blade system has a management information model, this
425 attributes shows the namespace for the currently active software
426 on the blade system. If the blade system does not have a management
427 information model, this attribute does not have a value. */
428 /* This class describes a blade.
429 A blade is identified by a subrack number and a slot number. */
430 /* A reference to the associated subrack, which is the value of 'subrackId'
431 for the associated subrack. The subrack identifier, where the blade is located at. */
432 /* The slot number for this blade within the subrack. */
433 /* The slot label of the blade. It will only be set at creation.
434 This should be used in alarms related to the slot to inform the
435 operator of what position in the subrack the blade is localised.
436 For E-GEM (Enhanced Generic Ericsson Magazine) subracks it will result in
437 a string, for example X02 for slot 0 up to X80 for slot 25. */
438 /* Reference to the type of the blade. */
439 /* Reference to the software group with the lowest allowed revision for the blade. */
440 /* Reference to the software group installed on the blade. */
441 /* Indicates if this blade is a BSOM candidate. */
442 /* Set to protected if the blade should not be locked or shutdown before the
443 main switch blade. */
444 /* An optional user friendly blade name, which is always possible to set.
445 Default value for non-infrastructure blades is an empty string.
446 MXB blade user label defaults to blade type and subrack-slot, for example
447 \"MXB 0-0\" */
448 /* The administrative state of the blade. */
449 /* The operational state of the blade. */
450 /* The availability status of the blade. */
451 /* The type of maintenance bus on the connected blade. */
452 /* The product number of the blade. */
453 /* The product revision of the blade. */
454 /* The serial number of the blade. */
455 /* The product name of the blade. */
456 /* The vendor name of the blade. */
457 /* The manufacturing date of the blade. */
458 /* The aggregated MAC address of the blade. */
459 /* The left link MAC address of the blade. Only used by some blades. */
460 /* The right link MAC address of the found Blade. Only used by some blades. */
461 /* The date when the blade was last changed. */
462 /* The redundancy group for this blade within the blade system.
463 This parameter is used to protect the last blade in the blade system
464 from getting restarted by LanFM. */
465 /* IP address on the IS Boot (ISBS) subnet. */
466 /* IP address on the IS OAM Boot (ISOB) subnet. */
467 /* IP address on the IS Local Craft (ISLCT) subnet. */
468 /* A Blade may have one or more resilient interfaces
469 to the backplane. Such an interface is called a
470 Link Service Access Point, which is the
471 point where you access layer 2. Link Service Access Points are
472 automatically created and deleted along with the
473 hosting blade. */
474 /* The id of a LinkSap is a number from 0 to X within the slot. */
475 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_Blade_LinkSap">
476 <xs:selector xpath="IntegratedSite:LinkSap"/>
477 <xs:field xpath="IntegratedSite:id"/>
478 </xs:key> */
479 /* The MO branch where the blade system specific
480 Network resources are mapped to common Integrated Site
481 resources. This mapping activity must be performed before
482 a new blade or blade system successfully can be
483 unlocked via the Hardware service. Some blade
484 systems have partly pre-registered
485 network requirements, while others demand that
486 you read the corresponding information from
487 separate Operation Procedure Instructions and
488 manually register the blade system network
489 requirements. The pre-registered network
490 requirements automates parts of the blade
491 system-specific configuration activity.
492
493 In an Integrated Site, the blade systems obtain
494 their actual network configuration dynamically in
495 runtime. When you change the network
496 configuration it will affect blade systems. In
497 order to minimize the disturbance of active blade
498 systems, the changes are normally applied in a
499 separate storage which is not visible to the
500 blade systems. In order to make use of the new
501 unpublished configuration, it must explicitly be
502 published by altering the updateMode. If the new
503 settings introduces severe problems the
504 configuration can be reverted to the old settings
505 by altering the updateMode.
506
507 The common Network configuration including
508 updateMode and its publish mechanism is specified
509 in class /IntegratedSite/NetworkConfiguration. */
510 /* A BS IP Traffic Class is the
511 requirement a blade system has of an IS IP
512 Traffic Class.
513
514 BS IP Traffic Classes can either be created
515 manually by the operator or they can be automatically
516 created from pre-registered network requirements
517 bundled with the blade system software. Regardless
518 of how they are created, each one needs to be
519 mapped to an IS IP Traffic Class before the blades
520 can be unlocked via the Hardware service. The
521 mapping is done with the 'isIpTrafficClassRef'
522 attribute.
523
524 Different instances of a blade system type may
525 call their BS IP Traffic Classes the same thing but
526 in the end the IS Site Designer may choose to
527 map them to the same or different IS IP Traffic
528 Classes. */
529 /* The name of the BS IP Traffic Class. It is
530 unique within the blade system. */
531 /* A short description of The BS IP Traffic Class. */
532 /* The mapping to a corresponding IS IP Traffic
533 Class. This mapping must be done before the
534 blades of the blade system can be unlocked.
535 Mapped to:
536 /IntegratedSite/NetworkConfiguration/IsIpTrafficClass */
537 /* A BS LAN Traffic Class is the
538 requirement a blade system has of an IS LAN
539 Traffic Class. Different instances of a Blade
540 System type may call their BS Traffic Classes
541 the same thing but in the end the IS Site
542 Designer may choose to map them to the same or
543 different IS LAN Traffic Classes.
544
545 BS LAN Traffic Classes can either be created
546 manually by the operator or they can be automatically
547 created from pre-registered network requirements
548 bundled with the blade system software. Regardless
549 of how they are created, each one needs to be
550 mapped to an IS LAN Traffic Class before the blades
551 can be unlocked via the Hardware service. The
552 mapping is done with the 'isLanTrafficClassRef'
553 attribute. */
554 /* Name of the BS LAN Traffic Class. It is unique within the blade system. */
555 /* Short description of the BS LAN Traffic Class. */
556 /* The mapping to a corresponding IS LAN Traffic
557 Class. This mapping must be done before the
558 blades of the blade system can be unlocked.
559 Mapped to:
560 /IntegratedSite/NetworkConfiguration/IsLanTrafficClass */
561 /* A BS Logical Network is associated to
562 one IS Logical Network. A BS Logical Network
563 is the requirement a blade system has of an
564 IS Logical Network.
565
566 BS Logical Networks can either be created
567 manually by the operator or they can be
568 automatically created from pre-registered
569 network requirements bundled with the Blade
570 System software. Regardless of how they are
571 created, each one needs to be mapped to an IS
572 Logical Network before the blades can be
573 unlocked. The mapping is done with the
574 'isLogicalNetworkRef' attribute.
575
576 Different instances of a blade system type may call
577 their BS Logical Networks the same thing but in
578 the end the IS Site Designer can choose to map
579 them to the same or different IS Logical
580 Network. */
581 /* Name of the BS logical network. It is unique within the blade system. */
582 /* Short description of the BS Logical Network. */
583 /* Flag that shows whether the BS Logical Network
584 is private for this blade system or if it may
585 be shared among several blade systems. */
586 /* The mapping to a corresponding IS Logical Network. This
587 mapping must be done before the blades of the
588 blade system can be unlocked.
589 Mapped to:
590 /IntegratedSite/NetworkConfiguration/IsLogicalNetwork */
591 /* A BS Subnet is associated to one IS
592 Subnet. A BS Subnet is the requirement a
593 blade system has of an IS Subnet.
594
595 BS Subnets can either be created manually by the
596 operator or they can be automatically created
597 from pre-registered network requirements bundled
598 with the blade system software. Regardless of
599 how they are created, each one needs to be
600 mapped to both a BS VLan and an IS Subnet before
601 blades can be unlocked via the Hardware servic */
602 /* e.
603 The mappings are done with the
604 'bsVlanRef' and 'isSubnetRef' attributes.Each BS
605 Subnet contains one or more BS Subnet
606 Segments.
607
608 Different instances of a blade system type may
609 call their BS Subnets the same thing but in the
610 end the IS Site Designer can choose to map them
611 to the same or different IS Subnet. */
612 /* Name of the BS Subnet. It is unique within the BS Logical Network. */
613 /* Short description of the BS Subnet. */
614 /* The mapping to a corresponding BS Vlan. This
615 mapping must be done before the blades of the
616 blade system can be unlocked. Mapped to class:
617 /IntegratedSite/BladeSystems/BladeSystem/BsNetworkConfiguration/BsVlan */
618 /* The mapping to a corresponding IS Subnet. This
619 mapping must be done before the blades of the
620 blade system can be unlocked. Mapped to:
621 /IntegratedSite/NetworkConfiguration/IsLogicalNetwork/IsSubnet */
622 /* A BS Subnet Segment is associated to one
623 IS Subnet Segment. A BS Subnet Segment is the
624 requirement a blade system has of an IS Subnet
625 Segment.
626
627 BS Subnet Segments can either be created manually
628 by the operator or they can be automatically created from
629 pre-registered network requirements bundled with
630 the blade system software. Regardless of how they
631 are created, each one needs to be mapped to an IS
632 Subnet Segment before the blades can be unlocked
633 via the Hardware service. The mapping is done
634 with the 'isSubnetSegmentRef' attribute.
635
636 Different instances of a blade system type may
637 call their BS Subnet Segments the same thing but
638 in the end the IS Site Designer can choose to
639 map them to the same or different IS Subnet
640 Segment. */
641 /* Name of the BS Subnet Segment. It is unique within the BS Subnet. */
642 /* Short description of the BS Subnet Segment. */
643 /* Required number of IP addresses in the corresponding IS Subnet Segment. */
644 /* Flag that controls whether the corresponding IS
645 Subnet Segment is required to have DHCP enabled
646 or not. */
647 /* Flag that controls whether the corresponding IS
648 Subnet Segment is required to have a router
649 configured or not. */
650 /* The mapping to a corresponding IS Subnet
651 Segment. The mapping here must be done before
652 the blades of the blade system can be unlocked.
653 Mapped to:
654 /IntegratedSite/NetworkConfiguration/IsLogicalNetwork/IsSubnet/IsSubnetSegment */
655 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsLogicalNetwork_BsSubnet_BsSubnetSegment">
656 <xs:selector xpath="IntegratedSite:BsSubnetSegment"/>
657 <xs:field xpath="IntegratedSite:name"/>
658 </xs:key> */
659 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsLogicalNetwork_BsSubnet">
660 <xs:selector xpath="IntegratedSite:BsSubnet"/>
661 <xs:field xpath="IntegratedSite:name"/>
662 </xs:key> */
663 /* A BS VLAN is mapped to one IS VLAN. A BS VLAN is
664 the requirement a blade system has of an IS
665 VLAN. Different instances of a blade system type
666 may call their BS VLANs the same thing but in the
667 end the IS Site Designer can choose to map them
668 to the same or different IS VLAN.
669
670 BS VLANs can either be created manually by the
671 operator or they can be automatically created
672 from pre-registered network requirements bundled
673 with the blade system software. Regardless of
674 how they are created, each one needs to be
675 mapped to an IS VLAN before the blades can be
676 unlocked. The mapping is done with the
677 'isVlanRef' attribute. */
678 /* Name of the BS VLAN. It is unique within the blade system. */
679 /* Short description of the BS VLAN. */
680 /* Setting the private attribute to true, means
681 that the corresponding IS VLAN can not be
682 used by other blade systems. The IS VLAN is
683 private for this particular blade system. */
684 /* The mapping to a corresponding IS VLAN. This
685 mapping must be done before the blades of the
686 blade system can be unlocked. Mapped to class:
687 /IntegratedSite/NetworkConfiguration/IsVlan */
688 /* There is a BS VLAN Service Access Point (BSVSAP)
689 for each Link Service Access Point that an IS
690 VLAN straddles. It is per BS VLAN Service Access
691 Point that certain VLAN properties are configured
692 (such as if it is mandatory to enable isolation protection).
693
694 BS VLAN Service Access Points can either be
695 created manually by the operator or they can be
696 automatically created from pre-registered network
697 requirements bundled with the blade system
698 software. Regardless of how they are created,
699 each one needs to be mapped to a Link SAP before
700 the blades can be unlocked. The mapping is done
701 with the 'linkSapRef' attribute. */
702 /* Name of the BS VLAN SAP. It is unique within the BS VLAN. */
703 /* Short description of the BS VLAN SAP. */
704 /* Flag which controls whether this BS VLAN SAP
705 makes static or dynamic use of the
706 corresponding IS VLAN. */
707 /* Flag which controls whether this BS VLAN SAP should be
708 isolation protected or not. */
709 /* A mapping to the corresponding Link Service Access Point.
710 Mapped to:
711 /IntegratedSite/BladeSystems/BladeSystem/Blade/LinkSap */
712 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsVlan_BsVlanSap">
713 <xs:selector xpath="IntegratedSite:BsVlanSap"/>
714 <xs:field xpath="IntegratedSite:name"/>
715 </xs:key> */
716 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsIpTrafficClass">
717 <xs:selector xpath="IntegratedSite:BsIpTrafficClass"/>
718 <xs:field xpath="IntegratedSite:name"/>
719 </xs:key>
720 <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsLanTrafficClass">
721 <xs:selector xpath="IntegratedSite:BsLanTrafficClass"/>
722 <xs:field xpath="IntegratedSite:name"/>
723 </xs:key>
724 <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsLogicalNetwork">
725 <xs:selector xpath="IntegratedSite:BsLogicalNetwork"/>
726 <xs:field xpath="IntegratedSite:name"/>
727 </xs:key>
728 <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_BsNetworkConfiguration_BsVlan">
729 <xs:selector xpath="IntegratedSite:BsVlan"/>
730 <xs:field xpath="IntegratedSite:name"/>
731 </xs:key> */
732 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem_Blade">
733 <xs:selector xpath="IntegratedSite:Blade"/>
734 <xs:field xpath="IntegratedSite:subrackId"/>
735 <xs:field xpath="IntegratedSite:slotNo"/>
736 </xs:key> */
737 /* <xs:key name="key_IntegratedSite_BladeSystems_BladeSystem">
738 <xs:selector xpath="IntegratedSite:BladeSystem"/>
739 <xs:field xpath="IntegratedSite:name"/>
740 </xs:key> */
741 /* The purpose of the Hardware Management function is to make it possible to manage
742 the Hardware Inventory (HWI) for the Integrated Site and to present its content via ISM
743 and Common Management Framework (CMF). */
744 /* The subrack and slot of the active SIS (OM role). The format is "subrack.slot". */
745 /* This class describes a blade system domain.A blade system domain
746 is a purely logical concept that enables grouping of blade systems. */
747 /* The blade system domain name. */
748 /* The description of the blade system domain. */
749 /* This class describes a blade type. A blade type points out pairs of blade hardware product
750 identity (ROJ-number) and blade software groups (BL-SWG) comprising the kernel and
751 root file system. Blade types are registered when downloading blade system software. */
752 /* The blade type product number, for example \"CNA12801\" */
753 /* The blade software group identifier, for example \"CXS10138\" */
754 /* The blade software group revision, for example \"R4A01\" */
755 /* Reference to corresponding blade software group,
756 for example with id \"CXS10138\" and revision \"R4A01\". This is the installed
757 software of the blade type but not necessarily the active software. */
758 /* The name of the blade type, for example \"EXB\" */
759 /* The width of the blade. The data type unit is number of slots */
760 /* The 1G links used by the blade type, for example \"0,1\". Start counting from the leftmost backplane position. */
761 /* The 1G links used for link aggregation by the blade type, for example \"0-1\". Start counting from the leftmost backplane position. */
762 /* The 10G links used by the blade type, for example \"0,1\". Start counting from the leftmost backplane position. */
763 /* True if possible to read product info via the maintenance bus. */
764 /* True if this is a MXB type. */
765 /* Deprecated. Kept for backwards compatibility.
766 Only valid for MXBs. A list of slots that have 1G links.
767 Could be a single slot or a range or a combination thereof.
768 Examples: \"1-24\" or \"1,3-13,15-24\". */
769 /* Deprecated. Kept for backwards compatibility.
770 Only valid for MXBs. Specifies which slots can be used
771 for link aggregation. Ranges are specified in the form \"1-12,13-24\". */
772 /* True if the blade uses external boot server. */
773 /* This class describes an inter-subrack link. */
774 /* The identifier of the first subrack. */
775 /* The position of the main switch board that terminates
776 the inter-subrack link in the first subrack. */
777 /* The position of the physical board that terminates
778 the inter-subrack link in the first subrack. The value
779 of this attribute is equal to subrack1Xslot if the link
780 is configured with MXB front ports. */
781 /* The termination port on the physical board indentified
782 by subrack1Pslot. */
783 /* The identifier of the second subrack. */
784 /* The position of the main switch board that terminates
785 the inter-subrack link in the second subrack. */
786 /* The position of the physical board that terminates
787 the inter-subrack link in the second subrack. The value
788 of this attribute is equal to subrack2Xslot if the link
789 is configured with MXB front ports. */
790 /* The termination port on the physical board indentified
791 by subrack2Pslot. */
792 /* Type definition of the inter-subrack link. */
793 /* An optional user friendly inter-subrack link name. */
794 /* This class describes a subrack. */
795 /* The subrack identifier. */
796 /* The subrack type, for example \"EGEM\" */
797 /* An optional user friendly subrack name. */
798 /* The subrack position in the cabinet. */
799 /* The cabinet position in the site. */
800 /* The site location, for example the visiting address. */
801 /* Available slots for 1G switch links. Information is read from the type
802 of MXB that is created in the subrack. */
803 /* Available slots for 10G switch links. Information is read from the type
804 of MXB that is created in the subrack. */
805 /* Links ranges for (1G) link aggregation. Information is read from the
806 type of MXB that is created in the subrack. */
807 /* The value of the physical plug 0. */
808 /* The value of the physical plug 1. */
809 /* The value of the physical plug 3. */
810 /* Reference to the blade system SWG of the left MXB in the subrack.
811 If not given the system will use the same as the
812 MXB in subrack 0. */
813 /* Optional reference to the blade system SCP of the left MXB in the subrack.
814 If not given the system will use the same as the
815 MXB in subrack 0. */
816 /* Reference to the blade SWG of the left MXB in the subrack.
817 If not given the system will use the same as the
818 MXB in subrack 0. */
819 /* Reference to the blade system SWG of the right MXB in the subrack.
820 If not given the system will use the same as the
821 MXB in subrack 0. */
822 /* Optional reference to the blade system SCP of the right
823 MXB in the subrack. If not given the system will use
824 the same as the MXB in subrack 0. */
825 /* Reference to the blade SWG of the right MXB in the subrack.
826 If not given the system will use the same as the
827 MXB in subrack 0. */
828 /* This class corresponds to slots, there is one instance
829 for each slot. The slots are grouped per subrack. A slot is
830 identified by the subrack identifier and slot number. */
831 /* The value of this attribute identifies the
832 slot position within the subrack. */
833 /* See HwmSlotState description. */
834 /* Optional reference to the blade system that uses this
835 slot. The value of this attribute will only have meaning in a
836 conceptual row if the value of hwmSlotState instance is either
837 usedOccupied or usedEmpty in the same conceptual row,
838 which means that there is a blade system created using this slot. */
839 /* <xs:key name="key_IntegratedSite_Hardware_Subrack_Slot">
840 <xs:selector xpath="IntegratedSite:Slot"/>
841 <xs:field xpath="IntegratedSite:number"/>
842 </xs:key> */
843 /* <xs:key name="key_IntegratedSite_Hardware_BladeSystemDomain">
844 <xs:selector xpath="IntegratedSite:BladeSystemDomain"/>
845 <xs:field xpath="IntegratedSite:name"/>
846 </xs:key>
847 <xs:key name="key_IntegratedSite_Hardware_BladeType">
848 <xs:selector xpath="IntegratedSite:BladeType"/>
849 <xs:field xpath="IntegratedSite:type"/>
850 <xs:field xpath="IntegratedSite:swgProdNo"/>
851 <xs:field xpath="IntegratedSite:swgProdRev"/>
852 </xs:key>
853 <xs:key name="key_IntegratedSite_Hardware_InterSubrackLink">
854 <xs:selector xpath="IntegratedSite:InterSubrackLink"/>
855 <xs:field xpath="IntegratedSite:subrack1Id"/>
856 <xs:field xpath="IntegratedSite:subrack1Xslot"/>
857 <xs:field xpath="IntegratedSite:subrack1Pslot"/>
858 <xs:field xpath="IntegratedSite:subrack1Port"/>
859 <xs:field xpath="IntegratedSite:subrack2Id"/>
860 <xs:field xpath="IntegratedSite:subrack2Xslot"/>
861 <xs:field xpath="IntegratedSite:subrack2Pslot"/>
862 <xs:field xpath="IntegratedSite:subrack2Port"/>
863 </xs:key>
864 <xs:key name="key_IntegratedSite_Hardware_Subrack">
865 <xs:selector xpath="IntegratedSite:Subrack"/>
866 <xs:field xpath="IntegratedSite:id"/>
867 </xs:key> */
868 /* The MO branch where the common Network resources are configured.
869
870 The Network configuration service provides support for
871 configuration of various network properties of an
872 Integrated Site. It contains the following configuration
873 parts: */
874 /* * Blade system specific configuration - mapping blade
875 system network requirements to common Integrated Site
876 resources. This activity must be performed before a
877 new blade or blade system successfully can be unlocked
878 via the Hardware service. Some blade systems
879 have partly pre-registered network requirements,
880 while others demand that you read the corresponding
881 information from separate BS specific
882 instructions and manually configure the blade system
883 network requirements. The pre-registered network
884 requirements automates parts of the blade
885 system-specific configuration activity. The blade
886 system specific configuration is specified in a
887 separate class, BladeSystems/BladeSystem/BsNetworkConfiguration.
888
889 * Common configuration - configuration of common
890 Integrated Site resources, such as subnets, VLANs,
891 traffic classes, and so on. Blade system network requirements
892 are mapped to these common resources.
893
894 * Publish configuration changes - publish updated
895 configuration. In an Integrated Site, the blade
896 systems obtain their actual network configuration
897 dynamically in runtime. When you change the network
898 configuration it will affect blade systems. In order to
899 minimize the disturbance of active blade systems, the
900 changes are normally applied in a separate storage,
901 which is not visible to the blade systems. In order to
902 make use of the new unpublished configuration, it must be
903 explicitly published by altering the updateMode. If
904 the new settings introduce severe problems, the
905 configuration can be reverted to the old settings by
906 altering the updateMode.
907
908 * External Boot Server - configuration of External Boot Server
909 for Blade Systems that do not want to boot from the SIS, but
910 instead fetch their boot files from a server outside the IS
911 rack. */
912 /* An external boot server is a concept for blade systems
913 that do not want to download boot files internally from the SIS
914 TFTP server. Instead, they download the files from an external
915 server, via a proxy agent implemented in SIS. */
916 /* A unique name of the boot server */
917 /* Short description of the boot server. */
918 /* The path to the files on the external boot server. Must start with /. */
919 /* The name of the file to download. */
920 /* The ip address to use when accessing the external server. This is generated automatically. */
921 /* At what interval SIS pings the external boot server,
922 for supervising the connection to it. */
923 /* The A side IP address for the external server. */
924 /* The A side IP address for the IS. */
925 /* The A side subnet segment for the IS.
926 A reference to a Managed Object of type
927 /IntegratedSite/BladeSystems/BladeSystem/BsNetworkConfiguration/BsLogicalNetwork/BsSubnet/BsSubnetSegment */
928 /* The B side IP address for the external server. */
929 /* The B side IP address for the IS. */
930 /* The B side subnet segment for the IS.
931 A reference to a Managed Object of type
932 /IntegratedSite/BladeSystems/BladeSystem/BsNetworkConfiguration/BsLogicalNetwork/BsSubnet/BsSubnetSegment */
933 /* An IS IP Traffic Class is a homogenous type of
934 (layer 3) traffic that has consistent requirements for
935 Quality of Service and security, for example circuit switched
936 payload. One Integrated Site constitutes one DiffServ
937 domain. For each DiffServ code point that will be used
938 within the site, there should be a configured mapping
939 to corresponding priori */
940 /* ty bits (pbits) to be used
941 within the site. All traffic of the same class uses the
942 same priority bits (pbits). The pbits is defined in an
943 IS LAN Traffic Class. Each DiffServ code point that is
944 used within the site shall be defined in an IS IP
945 Traffic Class. When the traffic is routed outside the
946 site the routers may remap the DiffServ code points to
947 values valid in other DiffServ domains. An IS IP
948 Traffic Class has a site unique name. IS IP Traffic
949 Classes and IS Subnets are orthogonal concepts. */
950 /* Name of the IS IP Traffic Class.
951 Unique within the entire Integrated Site. */
952 /* Short description of the IS IP Traffic Class. */
953 /* DiffServ Code Point setting for this IS IP Traffic Class.
954 If there are two IS IP Traffic Classes with the same DSCP, they
955 both must refer to an IS LAN Traffic Class with identical P-bit setting. */
956 /* Reference to a Managed Object of type
957 /IntegratedSite/NetworkConfiguration/ISLanTrafficClass. */
958 /* An IS LAN Traffic Class is a homogenous type
959 of (layer 2) traffic that has consistent requirements
960 for Class of Service, for example circuit switched
961 payload. All traffic of the same class uses the same
962 priority bits (pbits). An IS LAN Traffic Class has a
963 site unique name. IS LAN Traffic Classes and IS VLANs
964 are orthogonal concepts. An IS LAN Traffic Class may be
965 shared between several Blade Systems. */
966 /* Name of the IS LAN Traffic Class.
967 Unique within the entire Integrated Site. */
968 /* Short description of the IS LAN Traffic Class. */
969 /* P-bit setting for this IS LAN Traffic Class. */
970 /* An IS Logical Network (ISLN) is an IP network
971 with unconstrained network layer connectivity. Note
972 that there is no room for NAT (Network Address
973 Translation) in an IS Logical Network. An Integrated
974 Site will take part in multiple IS Logical Networks
975 simultaneously. An IS Logical Network may span several
976 Integrated Sites. Naming of such IS Logical Networks
977 should (but does not have to) be coordinated between
978 sites. Inside a site, an IS Logical Network merely
979 serves as a place holder for subnets and their
980 associated VLANs. In some cases it may hold several
981 subnets. An IS Logical Network may be shared between
982 several Blade Systems. */
983 /* Name of the IS Logical Network.
984 Unique within the entire Integrated Site. */
985 /* Short description of the IS Logical network. */
986 /* An IS Subnet is an IP subnet. An IS
987 Subnet has a starting address for the IP network, a
988 netmask (we use prefix length notation) and a broadcast
989 address. It is also connected to one IS VLAN. Each IS
990 Subnet is divided into one or more segments, so called
991 IS Subnet Segments. In many cases, the IS Subnet
992 contains only one IS Subnet Segment. The name of an IS
993 Subnet is unique only within its IS Logical Network.
994 An IS Subnet may be shared between several Blade Systems. */
995 /* Name of the IS Subnet. Unique within the IS Logical Network. */
996 /* Short description of the IS Subnet. */
997 /* IP network address of the IS Subnet. */
998 /* Prefix length of the IP network address. */
999 /* IP network mask of the IS Subnet. */
1000 /* Broadcast address of the IS Subnet. */
1001 /* A reference to a Managed Object of type
1002 /IntegratedSite/NetworkConfiguration/IsVlan */
1003 /* An IS Subnet Segment is a segment of a
1004 subnet and is mainly used when hosts on the IS
1005 Subnet want to use different default gateways
1006 and still be able to send packets between each
1007 other without passing any gateway. The DHCP
1008 server will associate a subnet section with
1009 each IS Subnet Segment that is configured to
1010 be enabled for DHCP. Each IS Subnet Segment
1011 that is intended to handle traffic that should
1012 be routed, has an IP address configured for its router.
1013 The IS Subnet Segments for ISBS,
1014 ISOB, and ISOS are link local and do not have
1015 an associated router. The name of an IS Subnet
1016 Segment is unique only within its IS Subnet.
1017 An IS Subnet Segment may be shared between
1018 several Blade Systems. */
1019 /* Name of the IS Subnet Segment. Unique within the IS Subnet. */
1020 /* Short description of the IS Subnet Segment. */
1021 /* IP network address of the IS Subnet Segment. */
1022 /* Prefix length of the IP network address. */
1023 /* IP network mask of the IS Subnet Segment. */
1024 /* Router address for the IS Subnet Segment. */
1025 /* Flag that controls whether DHCP should be enabled or not for this
1026 IS Subnet Segment. */
1027 /* <xs:key name="key_IntegratedSite_NetworkConfiguration_IsLogicalNetwork_IsSubnet_IsSubnetSegment">
1028 <xs:selector xpath="IntegratedSite:IsSubnetSegment"/>
1029 <xs:field xpath="IntegratedSite:name"/>
1030 </xs:key> */
1031 /* <xs:key name="key_IntegratedSite_NetworkConfiguration_IsLogicalNetwork_IsSubnet">
1032 <xs:selector xpath="IntegratedSite:IsSubnet"/>
1033 <xs:field xpath="IntegratedSite:name"/>
1034 </xs:key> */
1035 /* Miscellaneous global variable settings. */
1036 /* The updateMode is a global attribute which controls
1037 how updates of the network configuration is handled.
1038
1039 The updateMode can have the following persistent
1040 states:
1041
1042 * Safe - In Safe mode, all updates are placed in a
1043 separate storage, which is not visible to the blade
1044 systems. Updates are not published automatically.
1045
1046 * Preliminary - In Preliminary mode no updates of the
1047 separate storage are allowed. This mode is a temporary
1048 mode that is used only while a new parameter setting
1049 is being tried out.
1050
1051 * ReadOnly - In ReadOnly mode, no updates are allowed at all.
1052
1053 * Unsafe - In Unsafe mode, all updates are immediately
1054 published to the blade systems without any possibility
1055 to undo the changes. You should avoid this mode. */
1056 /* The data model version consists of a major and a
1057 minor part. The minor part is incremented when the data
1058 model (the structure of the data) is extended. The
1059 major part is incremented when the data model is not
1060 backwards compatible with the previous version. */
1061 /* The RLSP marker generate interval in milliseconds.
1062 It is recommended that the interval should be
1063 increased in steps of 10.
1064
1065 Note that after publishing an update of this value,
1066 a total site restart is necessary.
1067
1068 This is an advanced option that should only be
1069 changed by Ericsson personnel. */
1070 /* Threshold for the number of consecutive RLSP marker
1071 PDUs that needs to be missing before the link is
1072 regarded as down. */
1073 /* Threshold for the number of consecutive RLSP marker
1074 PDUs that needs to be received before the link
1075 is regarded as up. */
1076 /* The Daylight Saving Time (DST) rule (timezone_dst_rule)
1077 has a syntax that is described in IEEE 1003.11. With
1078 the information in this string, Blade Systems can
1079 configure their clock to comply with the local time
1080 zone. On Posix compatible blades its value fits nicely
1081 into the TZ environment variable.
1082
1083 Here follows a conde */
1084 /* nsed summary of the time zone
1085 syntax described in IEEE 1003.1. The timezone_dst_rule
1086 val has a syntax like std offset or std offset dst
1087 [offset],start[/time],end[/time] where the first format
1088 is used when there is no Daylight Saving Time in the
1089 local time zone. The std string specifies the name of
1090 the time zone. The offset specifies the time value you
1091 must add to the local time to get a Coordinated
1092 Universal Time value. For example, here is how we would
1093 specify Eastern Standard Time, but without any Daylight
1094 Saving Time alternative: "EST+5". The second format is
1095 used when there is Daylight Saving Time. The dst string
1096 and offset specify the name and offset for the
1097 corresponding Daylight Saving Time zone; if the offset
1098 is omitted, it defaults to one hour ahead of standard
1099 time.The remainder of the specification describes when
1100 Daylight Saving Time is in effect. The start field is
1101 when Daylight Saving Time goes into effect and the end
1102 field is when the change is made back to standard
1103 time. The following formats are recognized for these
1104 fields: Jn specifies the Julian day, with n between
1105 1 and 365. February 29 is never counted, even in leap
1106 years. n specifies the Julian day, with n between 0and
1107 365. February 29 is counted in leap years. Mm.w.d
1108 specifies day d of week w of month m. The day d must be
1109 between 0 (Sunday) and 6. The week must be between
1110 1 and 5; week 1 is the first week in which day d occurs,
1111 and week 5 specifies the last d day in the month. The
1112 month m should be between 1 and 12. The time fields
1113 specify when, in the local time currently in effect,
1114 the change to the other time occurs. If omitted, the
1115 default is 02:00:00.
1116
1117 For example "EST+5EDT,M4.1.0/2,M10.5.0/2", specifies
1118 the Eastern time zone in the United States, including
1119 the appropriate Daylight Saving Time and its dates of
1120 applicability. The normal offset from UTC is 5 hours;
1121 since this is west of the prime meridian, the sign is
1122 positive. Summer time begins on the first Sunday in
1123 April at 2:00am, and ends on the last Sunday in October
1124 at 2:00am. */
1125 /* The DNS domain used by IS in the DNS-server. */
1126 /* Number of seconds from when a new network
1127 configuration has been published until the
1128 Blade Systems will apply the changes.
1129
1130 This is an advanced option that should only be
1131 changed by Ericsson personnel. */
1132 /* The default DHCP lease time in seconds.
1133
1134 This is an advanced option that should only be
1135 changed by Ericsson personnel. */
1136 /* The lifetime of a DHCP lease in seconds.
1137
1138 This is an advanced option that should only be
1139 changed by Ericsson personnel. */
1140 /* An IS VLAN is just a VLAN (Virtual LAN).
1141 It may be shared between several Blade Systems. */
1142 /* Identity of the IS VLAN. Unique within the entire Integrated Site. */
1143 /* Short description of the IS VLAN */
1144 /* <xs:key name="key_IntegratedSite_NetworkConfiguration_ExternalBootServer">
1145 <xs:selector xpath="IntegratedSite:ExternalBootServer"/>
1146 <xs:field xpath="IntegratedSite:name"/>
1147 </xs:key>
1148 <xs:key name="key_IntegratedSite_NetworkConfiguration_IsIpTrafficClass">
1149 <xs:selector xpath="IntegratedSite:IsIpTrafficClass"/>
1150 <xs:field xpath="IntegratedSite:name"/>
1151 </xs:key>
1152 <xs:key name="key_IntegratedSite_NetworkConfiguration_IsLanTrafficClass">
1153 <xs:selector xpath="IntegratedSite:IsLanTrafficClass"/>
1154 <xs:field xpath="IntegratedSite:name"/>
1155 </xs:key>
1156 <xs:key name="key_IntegratedSite_NetworkConfiguration_IsLogicalNetwork">
1157 <xs:selector xpath="IntegratedSite:IsLogicalNetwork"/>
1158 <xs:field xpath="IntegratedSite:name"/>
1159 </xs:key>
1160 <xs:key name="key_IntegratedSite_NetworkConfiguration_IsVlan">
1161 <xs:selector xpath="IntegratedSite:IsVlan"/>
1162 <xs:field xpath="IntegratedSite:identity"/>
1163 </xs:key> */
1164 /* Describes the Software management service
1165 in the Integrated Site services Management Function Area (MFA). */
1166 /* This class includes actions to download files and import backups
1167 into the software inventory. */
1168 /* An instance of a backup that is stored locally. */
1169 /* The site local backup identity. */
1170 /* A backup name selected by the user or a generated name. */
1171 /* A reference to the blade system that this backup was created from. */
1172 /* The date and time when this backup was created. */
1173 /* The size of the backup file in kilobytes. If the backup file
1174 size is smaller than 0,5 kbyte the value will be 0. */
1175 /* Represents an alarm related to software.
1176 This class can be used for listing software alarms. */
1177 /* The alarm identity. */
1178 /* A reference to the blade system affected by the alarm */
1179 /* Textual description of the cause of the alarm. */
1180 /* Textual description providing additional information about the alarm. */
1181 /* Container of files of data, or binary executables, needed to run
1182 the system. */
1183 /* Product number of the software delivery package. */
1184 /* Product revision of the software delivery package. */
1185 /* Product name of the software delivery package. */
1186 /* Type of the software delivery package. */
1187 /* Contains one or more SoftwareDeliveryPackage. */
1188 /* Product number of the software group. */
1189 /* Product revision of the software group. */
1190 /* Product name of the software group. */
1191 /* Blade system product number of the software group. */
1192 /* Blade system revision of the software group. */
1193 /* Blade system name of the software group. */
1194 /* Integrated system product number of the software group. */
1195 /* Integrated system revision of the software group. */
1196 /* Integrated system name of the software group. */
1197 /* Software delivery packages related to this software group.
1198 A related software delivery package can be a CXP or
1199 a software correction package, CXR.
1200 A related software delivery package does not necessarily have
1201 to be active. */
1202 /* Indicates status of a software group. A software group is
1203 complete if all included load module containers have been
1204 downloaded and unpacked correctly, if not, it is incomplete.
1205 A software group is inconsistent if the checksums of the load
1206 module containers do not match the information in the system
1207 information CXP, or if the XML data could not be registered. */
1208 /* <xs:key name="key_IntegratedSite_Software_SoftwareInventory_Backup">
1209 <xs:selector xpath="IntegratedSite:Backup"/>
1210 <xs:field xpath="IntegratedSite:id"/>
1211 </xs:key>
1212 <xs:key name="key_IntegratedSite_Software_SoftwareInventory_SoftwareAlarm">
1213 <xs:selector xpath="IntegratedSite:SoftwareAlarm"/>
1214 <xs:field xpath="IntegratedSite:id"/>
1215 </xs:key>
1216 <xs:key name="key_IntegratedSite_Software_SoftwareInventory_SoftwareDeliveryPackage">
1217 <xs:selector xpath="IntegratedSite:SoftwareDeliveryPackage"/>
1218 <xs:field xpath="IntegratedSite:prodNo"/>
1219 <xs:field xpath="IntegratedSite:prodRev"/>
1220 </xs:key>
1221 <xs:key name="key_IntegratedSite_Software_SoftwareInventory_SoftwareGroup">
1222 <xs:selector xpath="IntegratedSite:SoftwareGroup"/>
1223 <xs:field xpath="IntegratedSite:prodNo"/>
1224 <xs:field xpath="IntegratedSite:prodRev"/>
1225 </xs:key> */
1226 /* Contains system created data through ordered job actions. */
1227 /* This class handles creation of backups. */
1228 /* Given or system generated name of the backup job. */
1229 /* Reference to a data type representing job status
1230 during the job execution. */
1231 /* Reference to the site local backup identity. */
1232 /* Reference to the blade system the backup was created from. */
1233 /* The name of the backup. */
1234 /* This class handles export of locally stored backup files to
1235 an FTP server. */
1236 /* Given or system created name of the backup job. */
1237 /* Reference to a data type representing job status
1238 during the job execution. */
1239 /* Reference to a data type representing the
1240 FTP details. */
1241 /* Reference to the backup to be exported. */
1242 /* This name is set to be the file name of the backup. */
1243 /* This class handles import of backup files from the FTP server.
1244 The backup file is stored locally, but not loaded into the system. */
1245 /* Given or system created name of the backup job. */
1246 /* Reference to a data type representing job status
1247 during the job execution. */
1248 /* Reference to a data type representing the
1249 FTP details. */
1250 /* This class handles restore of backups of the system. */
1251 /* Given or system created name of the backup job. */
1252 /* Reference to a data type representing job status
1253 during the job execution. */
1254 /* Reference to the backup to be restored. */
1255 /* Reference to the blade system that should be restored. */
1256 /* The name of the backup. */
1257 /* This class handles software change jobs toward the system. */
1258 /* Given or system generated name of the backup job. */
1259 /* Reference to a data type representing job status
1260 during the job execution. */
1261 /* Reference to the blade system that should change software. */
1262 /* Reference to the blade system software group to be
1263 used in the software change. */
1264 /* Reference to the software correction package to be
1265 used in the software change. */
1266 /* The maximum time allowed for the software change
1267 job to finish. After this time, the job will be interrupted.
1268 The value 0 means that maxTime will be given the
1269 timer value registered with the blade system software group.
1270 If no such value has been registered,
1271 maxTime will be given a system default timer value. */
1272 /* This class handles blade information for a blade involved in
1273 a software change job. */
1274 /* The subrack ID for the blade. */
1275 /* The slot number for the blade. */
1276 /* Reference to the blade software group to be used
1277 in the software change. */
1278 /* <xs:key name="key_IntegratedSite_Software_SoftwareJobs_SoftwareChangeJob_SoftwareChangeJobBladeInfo">
1279 <xs:selector xpath="IntegratedSite:SoftwareChangeJobBladeInfo"/>
1280 <xs:field xpath="IntegratedSite:subrackId"/>
1281 <xs:field xpath="IntegratedSite:slotNo"/>
1282 </xs:key> */
1283 /* This class contains information about requested, ongoing,
1284 and completed software file download jobs. */
1285 /* Given or system generated name of the download job. */
1286 /* Reference to a data type representing job status
1287 during the job execution. */
1288 /* Reference to a data type representing the
1289 FTP details. */
1290 /* <xs:key name="key_IntegratedSite_Software_SoftwareJobs_BackupCreateJob">
1291 <xs:selector xpath="IntegratedSite:BackupCreateJob"/>
1292 <xs:field xpath="IntegratedSite:jobName"/>
1293 </xs:key>
1294 <xs:key name="key_IntegratedSite_Software_SoftwareJobs_BackupExportJob">
1295 <xs:selector xpath="IntegratedSite:BackupExportJob"/>
1296 <xs:field xpath="IntegratedSite:jobName"/>
1297 </xs:key>
1298 <xs:key name="key_IntegratedSite_Software_SoftwareJobs_BackupImportJob">
1299 <xs:selector xpath="IntegratedSite:BackupImportJob"/>
1300 <xs:field xpath="IntegratedSite:jobName"/>
1301 </xs:key>
1302 <xs:key name="key_IntegratedSite_Software_SoftwareJobs_BackupRestoreJob">
1303 <xs:selector xpath="IntegratedSite:BackupRestoreJob"/>
1304 <xs:field xpath="IntegratedSite:jobName"/>
1305 </xs:key>
1306 <xs:key name="key_IntegratedSite_Software_SoftwareJobs_SoftwareChangeJob">
1307 <xs:selector xpath="IntegratedSite:SoftwareChangeJob"/>
1308 <xs:field xpath="IntegratedSite:jobName"/>
1309 </xs:key>
1310 <xs:key name="key_IntegratedSite_Software_SoftwareJobs_SoftwareDownloadJob">
1311 <xs:selector xpath="IntegratedSite:SoftwareDownloadJob"/>
1312 <xs:field xpath="IntegratedSite:jobName"/>
1313 </xs:key> */
1314 type record IntegratedSite
1315 {
1316 record {
1317 XSD.Token siteAlias optional,
1318 XSD.Token ipb optional,
1319 record {
1320 XSD.Token sisSRSongoing optional
1321 } systemRestart
1322 } administrativeData,
1323 record {
1324 record of record {
1325 HwmValidNameCharacters name,
1326 HwmValidNameCharacters alias optional,
1327 XSD.Integer number optional,
1328 XSD.Token typeName optional,
1329 ObjectRef swgRef,
1330 ObjectRef scpRef optional,
1331 HwmAdministrativeState admState optional,
1332 HwmOperationalState opState optional,
1333 HwmAvailabilityStatus availStatus optional,
1334 ObjectRef bsdRef optional,
1335 InetAddressIPv4 bsomAddress optional,
1336 ObjectRef externalBootServerRef optional,
1337 XSD.Boolean autoCreatePrivateNetwork optional,
1338 XSD.Token namespace optional,
1339 record of record {
1340 SubrackIdType_3 subrackId,
1341 SlotNoType_4 slotNo,
1342 XSD.Token slotLabel optional,
1343 ObjectRef typeRef,
1344 ObjectRef requiredSwgRef optional,
1345 ObjectRef bladeSwgRef optional,
1346 XSD.Boolean bsom optional,
1347 HwmKnockOutPreference knockOutPreference optional,
1348 XSD.Token userLabel optional,
1349 HwmAdministrativeState admState optional,
1350 HwmOperationalState opState optional,
1351 HwmAvailabilityStatus availStatus optional,
1352 HwmBusType busType optional,
1353 XSD.Token prodNo optional,
1354 XSD.Token prodRev optional,
1355 XSD.Token serialNo optional,
1356 XSD.Token prodName optional,
1357 XSD.Token vendor optional,
1358 XSD.Token mfgDate optional,
1359 MacAddress macAddressAggregate optional,
1360 MacAddress macAddressLeft optional,
1361 MacAddress macAddressRight optional,
1362 XSD.Token changeDate optional,
1363 HwmRedundancyGroups redundancyGroup optional,
1364 InetAddressIPv4 isbsAddress optional,
1365 InetAddressIPv4 isobAddress optional,
1366 InetAddressIPv4 islctAddress optional,
1367 record of record {
1368 XSD.Integer id
1369 } linkSap_list
1370 } blade_list,
1371 record {
1372 record of record {
1373 XSD.Token name,
1374 XSD.Token description optional,
1375 ObjectRef isIpTrafficClassRef optional
1376 } bsIpTrafficClass_list,
1377 record of record {
1378 XSD.Token name,
1379 XSD.Token description optional,
1380 ObjectRef isLanTrafficClassRef optional
1381 } bsLanTrafficClass_list,
1382 record of record {
1383 XSD.Token name,
1384 XSD.Token description optional,
1385 XSD.Boolean private_ optional,
1386 ObjectRef isLogicalNetworkRef optional,
1387 record of record {
1388 XSD.Token name,
1389 XSD.Token description optional,
1390 ObjectRef bsVlanRef optional,
1391 ObjectRef isSubnetRef optional,
1392 record of record {
1393 XSD.Token name,
1394 XSD.Token description optional,
1395 XSD.Integer numOfIpaddresses optional,
1396 XSD.Boolean dhcpEnabled optional,
1397 XSD.Boolean routerRequired optional,
1398 ObjectRef isSubnetSegmentRef optional
1399 } bsSubnetSegment_list
1400 } bsSubnet_list
1401 } bsLogicalNetwork_list,
1402 record of record {
1403 XSD.Token name,
1404 XSD.Token description optional,
1405 XSD.Boolean private_ optional,
1406 ObjectRef isVlanRef optional,
1407 record of record {
1408 XSD.Token name,
1409 XSD.Token description optional,
1410 XSD.Boolean static optional,
1411 XSD.Boolean protected optional,
1412 ObjectRef linkSapRef optional
1413 } bsVlanSap_list
1414 } bsVlan_list
1415 } bsNetworkConfiguration
1416 } bladeSystem_list
1417 } bladeSystems,
1418 record {
1419 XSD.Token activeSis optional,
1420 record of record {
1421 HwmValidNameCharacters name,
1422 XSD.Token description optional
1423 } bladeSystemDomain_list,
1424 record of record {
1425 XSD.Token type_,
1426 XSD.Token swgProdNo,
1427 XSD.Token swgProdRev,
1428 ObjectRef bladeSwgRef optional,
1429 XSD.Token name optional,
1430 WidthType_16 width optional,
1431 XSD.Token oneGLinks optional,
1432 XSD.Token linkAggregates optional,
1433 XSD.Token tenGLinks optional,
1434 XSD.Boolean hasHwData optional,
1435 XSD.Boolean isMxb optional,
1436 XSD.Token availOneGSlots optional,
1437 XSD.Token aggregateRanges optional,
1438 XSD.Boolean usesExternalBootServer optional
1439 } bladeType_list,
1440 record of record {
1441 Subrack1IdType_22 subrack1Id,
1442 Subrack1XslotType_23 subrack1Xslot,
1443 Subrack1PslotType_24 subrack1Pslot,
1444 Subrack1PortType_25 subrack1Port,
1445 Subrack2IdType_26 subrack2Id,
1446 Subrack2XslotType_27 subrack2Xslot,
1447 Subrack2PslotType_28 subrack2Pslot,
1448 Subrack2PortType_29 subrack2Port,
1449 IslTypeType_30 islType optional,
1450 HwmValidNameCharacters islName optional
1451 } interSubrackLink_list,
1452 record of record {
1453 IdType_17 id,
1454 XSD.Token type_ optional,
1455 HwmValidNameCharacters userLabel optional,
1456 XSD.Token position optional,
1457 XSD.Token cabinetPosition optional,
1458 XSD.Token location optional,
1459 XSD.Token availableOneGSlots optional,
1460 XSD.Token availableTenGSlots optional,
1461 XSD.Token aggregateSlots optional,
1462 PhysicalAddrPlug0Type_18 physicalAddrPlug0,
1463 PhysicalAddrPlug1Type_19 physicalAddrPlug1,
1464 PhysicalAddrPlug3Type_20 physicalAddrPlug3,
1465 ObjectRef leftMxbBsSwgRef optional,
1466 ObjectRef leftMxbScpRef optional,
1467 ObjectRef leftMxbBladeSwgRef optional,
1468 ObjectRef rightMxbBsSwgRef optional,
1469 ObjectRef rightMxbScpRef optional,
1470 ObjectRef rightMxbBladeSwgRef optional,
1471 record of record {
1472 NumberType_21 number,
1473 Slot_HwmSlotState state optional,
1474 ObjectRef bsRef optional
1475 } slot_list
1476 } subrack_list
1477 } hardware,
1478 record {
1479 record of record {
1480 XSD.Token name,
1481 XSD.Token description optional,
1482 XSD.Token path,
1483 XSD.Token fileName,
1484 InetAddressIPv4 proxyIp optional,
1485 XSD.Integer pingInterval,
1486 InetAddressIPv4 sideAExternalBootIp,
1487 InetAddressIPv4 sideAIsIp,
1488 ObjectRef sideABsSegment,
1489 InetAddressIPv4 sideBExternalBootIp,
1490 InetAddressIPv4 sideBIsIp,
1491 ObjectRef sideBBsSegment
1492 } externalBootServer_list,
1493 record of record {
1494 XSD.Token name,
1495 XSD.Token description optional,
1496 XSD.Integer dscp optional,
1497 ObjectRef isLanTrafficClass optional
1498 } isIpTrafficClass_list,
1499 record of record {
1500 XSD.Token name,
1501 XSD.Token description optional,
1502 PbitsType_8 pbits optional
1503 } isLanTrafficClass_list,
1504 record of record {
1505 XSD.Token name,
1506 XSD.Token description optional,
1507 record length(1 .. infinity) of record {
1508 XSD.Token name,
1509 XSD.Token description optional,
1510 InetAddressIPv4 address_ optional,
1511 MaskType_5 mask optional,
1512 InetAddressIPv4 longMask optional,
1513 InetAddressIPv4 broadcastAddress optional,
1514 ObjectRef isVlanRef optional,
1515 record length(1 .. infinity) of record {
1516 XSD.Token name,
1517 XSD.Token description optional,
1518 InetAddressIPv4 address_ optional,
1519 MaskType_6 mask optional,
1520 InetAddressIPv4 longMask optional,
1521 InetAddressIPv4 routerAddress optional,
1522 XSD.Boolean dhcpEnabled optional
1523 } isSubnetSegment_list
1524 } isSubnet_list
1525 } isLogicalNetwork_list,
1526 record {
1527 UpdateModeType_9 updateMode optional,
1528 DataModelVersionType_10 dataModelVersion optional,
1529 RlspMarkerGenerateIntervalType_11 rlspMarkerGenerateInterval optional,
1530 RlspLinkDownThresholdType_12 rlspLinkDownThreshold optional,
1531 RlspLinkUpThresholdType_13 rlspLinkUpThreshold optional,
1532 XSD.Token timezoneDstRule optional,
1533 DnsDomainType_14 dnsDomain optional,
1534 XSD.Integer notifyAfter optional,
1535 XSD.Integer defaultDhcpLeaseTime optional,
1536 XSD.Integer lifeTimeDhcpLeaseTime optional
1537 } isVariables,
1538 record of record {
1539 IdentityType_7 identity,
1540 XSD.Token description optional
1541 } isVlan_list
1542 } networkConfiguration,
1543 record {
1544 record {
1545 record of record {
1546 XSD.UnsignedInt id,
1547 XSD.Token name optional,
1548 ObjectRef bsRef optional,
1549 XSD.DateTime date optional,
1550 XSD.UnsignedInt size optional
1551 } backup_list,
1552 record of record {
1553 XSD.UnsignedInt id,
1554 ObjectRef bsRef optional,
1555 XSD.Token cause optional,
1556 XSD.Token info optional
1557 } softwareAlarm_list,
1558 record of record {
1559 XSD.Token prodNo,
1560 XSD.Token prodRev,
1561 XSD.Token prodName optional,
1562 TypeType_31 type_ optional
1563 } softwareDeliveryPackage_list,
1564 record of record {
1565 XSD.Token prodNo,
1566 XSD.Token prodRev,
1567 XSD.Token prodName optional,
1568 XSD.Token bsProdNo optional,
1569 XSD.Token bsProdRev optional,
1570 XSD.Token bsProdName optional,
1571 XSD.Token integratedSystemProdNo optional,
1572 XSD.Token integratedSystemProdRev optional,
1573 XSD.Token integratedSystemProdName optional,
1574 RelatedSDPsType_32 relatedSDPs optional,
1575 StatusType_33 status optional
1576 } softwareGroup_list
1577 } softwareInventory,
1578 record {
1579 record of record {
1580 XSD.Token jobName,
1581 JobData jobData optional,
1582 ObjectRef backupRef optional,
1583 ObjectRef bsRef optional,
1584 XSD.Token backupName optional
1585 } backupCreateJob_list,
1586 record of record {
1587 XSD.Token jobName,
1588 JobData jobData optional,
1589 FtpData ftpData optional,
1590 ObjectRef backupRef optional,
1591 XSD.Token backupName optional
1592 } backupExportJob_list,
1593 record of record {
1594 XSD.Token jobName,
1595 JobData jobData optional,
1596 FtpData ftpData optional
1597 } backupImportJob_list,
1598 record of record {
1599 XSD.Token jobName,
1600 JobData jobData optional,
1601 ObjectRef backupRef optional,
1602 ObjectRef bsRef optional,
1603 XSD.Token backupName optional
1604 } backupRestoreJob_list,
1605 record of record {
1606 XSD.Token jobName,
1607 JobData jobData optional,
1608 ObjectRef bsRef optional,
1609 ObjectRef swgRef optional,
1610 ObjectRef scpRef optional,
1611 XSD.UnsignedInt maxTime optional,
1612 record of record {
1613 XSD.UnsignedInt subrackId,
1614 XSD.UnsignedInt slotNo,
1615 ObjectRef bladeSwgRef optional
1616 } softwareChangeJobBladeInfo_list
1617 } softwareChangeJob_list,
1618 record of record {
1619 XSD.Token jobName,
1620 JobData jobData optional,
1621 FtpData ftpData optional,
1622 SwmMatchStrategy matchStrategy optional
1623 } softwareDownloadJob_list
1624 } softwareJobs
1625 } software
1626 }
1627 with {
1628 variant "element";
1629 variant (administrativeData) "name as capitalized";
1630 variant (administrativeData.systemRestart) "name as capitalized";
1631 variant (bladeSystems) "name as capitalized";
1632 variant (bladeSystems.bladeSystem_list) "untagged";
1633 variant (bladeSystems.bladeSystem_list[-]) "name as 'BladeSystem'";
1634 variant (bladeSystems.bladeSystem_list[-].blade_list) "untagged";
1635 variant (bladeSystems.bladeSystem_list[-].blade_list[-]) "name as 'Blade'";
1636 variant (bladeSystems.bladeSystem_list[-].blade_list[-].linkSap_list) "untagged";
1637 variant (bladeSystems.bladeSystem_list[-].blade_list[-].linkSap_list[-]) "name as 'LinkSap'";
1638 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration) "name as capitalized";
1639 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsIpTrafficClass_list) "untagged";
1640 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsIpTrafficClass_list[-]) "name as 'BsIpTrafficClass'";
1641 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLanTrafficClass_list) "untagged";
1642 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLanTrafficClass_list[-]) "name as 'BsLanTrafficClass'";
1643 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list) "untagged";
1644 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-]) "name as 'BsLogicalNetwork'";
1645 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-].private_) "name as 'private'";
1646 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-].bsSubnet_list) "untagged";
1647 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-].bsSubnet_list[-]) "name as 'BsSubnet'";
1648 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-].bsSubnet_list[-].bsSubnetSegment_list) "untagged";
1649 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsLogicalNetwork_list[-].bsSubnet_list[-].bsSubnetSegment_list[-]) "name as 'BsSubnetSegment'";
1650 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsVlan_list) "untagged";
1651 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsVlan_list[-]) "name as 'BsVlan'";
1652 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsVlan_list[-].private_) "name as 'private'";
1653 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsVlan_list[-].bsVlanSap_list) "untagged";
1654 variant (bladeSystems.bladeSystem_list[-].bsNetworkConfiguration.bsVlan_list[-].bsVlanSap_list[-]) "name as 'BsVlanSap'";
1655 variant (hardware) "name as capitalized";
1656 variant (hardware.bladeSystemDomain_list) "untagged";
1657 variant (hardware.bladeSystemDomain_list[-]) "name as 'BladeSystemDomain'";
1658 variant (hardware.bladeType_list) "untagged";
1659 variant (hardware.bladeType_list[-]) "name as 'BladeType'";
1660 variant (hardware.bladeType_list[-].type_) "name as 'type'";
1661 variant (hardware.interSubrackLink_list) "untagged";
1662 variant (hardware.interSubrackLink_list[-]) "name as 'InterSubrackLink'";
1663 variant (hardware.subrack_list) "untagged";
1664 variant (hardware.subrack_list[-]) "name as 'Subrack'";
1665 variant (hardware.subrack_list[-].type_) "name as 'type'";
1666 variant (hardware.subrack_list[-].slot_list) "untagged";
1667 variant (hardware.subrack_list[-].slot_list[-]) "name as 'Slot'";
1668 variant (networkConfiguration) "name as capitalized";
1669 variant (networkConfiguration.externalBootServer_list) "untagged";
1670 variant (networkConfiguration.externalBootServer_list[-]) "name as 'ExternalBootServer'";
1671 variant (networkConfiguration.isIpTrafficClass_list) "untagged";
1672 variant (networkConfiguration.isIpTrafficClass_list[-]) "name as 'IsIpTrafficClass'";
1673 variant (networkConfiguration.isLanTrafficClass_list) "untagged";
1674 variant (networkConfiguration.isLanTrafficClass_list[-]) "name as 'IsLanTrafficClass'";
1675 variant (networkConfiguration.isLogicalNetwork_list) "untagged";
1676 variant (networkConfiguration.isLogicalNetwork_list[-]) "name as 'IsLogicalNetwork'";
1677 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list) "untagged";
1678 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list[-]) "name as 'IsSubnet'";
1679 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list[-].address_) "name as 'address'";
1680 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list[-].isSubnetSegment_list) "untagged";
1681 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list[-].isSubnetSegment_list[-]) "name as 'IsSubnetSegment'";
1682 variant (networkConfiguration.isLogicalNetwork_list[-].isSubnet_list[-].isSubnetSegment_list[-].address_) "name as 'address'";
1683 variant (networkConfiguration.isVariables) "name as capitalized";
1684 variant (networkConfiguration.isVlan_list) "untagged";
1685 variant (networkConfiguration.isVlan_list[-]) "name as 'IsVlan'";
1686 variant (software) "name as capitalized";
1687 variant (software.softwareInventory) "name as capitalized";
1688 variant (software.softwareInventory.backup_list) "untagged";
1689 variant (software.softwareInventory.backup_list[-]) "name as 'Backup'";
1690 variant (software.softwareInventory.softwareAlarm_list) "untagged";
1691 variant (software.softwareInventory.softwareAlarm_list[-]) "name as 'SoftwareAlarm'";
1692 variant (software.softwareInventory.softwareDeliveryPackage_list) "untagged";
1693 variant (software.softwareInventory.softwareDeliveryPackage_list[-]) "name as 'SoftwareDeliveryPackage'";
1694 variant (software.softwareInventory.softwareDeliveryPackage_list[-].type_) "name as 'type'";
1695 variant (software.softwareInventory.softwareGroup_list) "untagged";
1696 variant (software.softwareInventory.softwareGroup_list[-]) "name as 'SoftwareGroup'";
1697 variant (software.softwareJobs) "name as capitalized";
1698 variant (software.softwareJobs.backupCreateJob_list) "untagged";
1699 variant (software.softwareJobs.backupCreateJob_list[-]) "name as 'BackupCreateJob'";
1700 variant (software.softwareJobs.backupExportJob_list) "untagged";
1701 variant (software.softwareJobs.backupExportJob_list[-]) "name as 'BackupExportJob'";
1702 variant (software.softwareJobs.backupImportJob_list) "untagged";
1703 variant (software.softwareJobs.backupImportJob_list[-]) "name as 'BackupImportJob'";
1704 variant (software.softwareJobs.backupRestoreJob_list) "untagged";
1705 variant (software.softwareJobs.backupRestoreJob_list[-]) "name as 'BackupRestoreJob'";
1706 variant (software.softwareJobs.softwareChangeJob_list) "untagged";
1707 variant (software.softwareJobs.softwareChangeJob_list[-]) "name as 'SoftwareChangeJob'";
1708 variant (software.softwareJobs.softwareChangeJob_list[-].softwareChangeJobBladeInfo_list) "untagged";
1709 variant (software.softwareJobs.softwareChangeJob_list[-].softwareChangeJobBladeInfo_list[-]) "name as 'SoftwareChangeJobBladeInfo'";
1710 variant (software.softwareJobs.softwareDownloadJob_list) "untagged";
1711 variant (software.softwareJobs.softwareDownloadJob_list[-]) "name as 'SoftwareDownloadJob'";
1712 };
1713
1714
1715 }
1716 with {
1717 encode "XML";
1718 variant "namespace as 'http://www.ericsson.com/is/isco/IntegratedSite/R4L06/R4AB_1.02' prefix 'IntegratedSite'";
1719 variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'";
1720 variant "elementFormQualified";
1721 }
This page took 0.069717 seconds and 5 git commands to generate.