Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TC LI schemas definitions
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
LI - Lawful Interception
TC LI schemas definitions
Commits
1709b608
Commit
1709b608
authored
1 year ago
by
Luke Mewburn
Committed by
canterburym
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
103120 CR034 proposal for AssociatedObjectStatuses
parent
4569e4d5
Branches
cr/103120/034
1 merge request
!68
TS 103 120 CR034 - Status changes in notifications
Pipeline
#14102
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
103120/schema/ts_103120_Notification.xsd
+13
-1
13 additions, 1 deletion
103120/schema/ts_103120_Notification.xsd
with
13 additions
and
1 deletion
103120/schema/ts_103120_Notification.xsd
+
13
−
1
View file @
1709b608
...
...
@@ -20,12 +20,24 @@
<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=
"
New
StatusOfAssociatedObjects"
type=
"
common:DictionaryEntry
"
minOccurs=
"0"
></xs:element>
<xs:element
name=
"StatusOfAssociatedObjects"
type=
"
ListOfAssociatedObjectStatus
"
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=
"ListOfAssociatedObjectStatus"
>
<xs:sequence>
<xs:element
name=
"AssociatedObjectStatus"
type=
"AssociatedObjectStatus"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"AssociatedObjectStatus"
>
<xs:sequence>
<xs:element
name=
"AssociatedObject"
type=
"core:ObjectIdentifier"
/>
<xs:element
name=
"Status"
type=
"common:DictionaryEntry"
/>
<xs:element
name=
"Details"
type=
"etsi:LongString"
minOccurs=
"0"
></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"NationalNotificationParameters"
abstract=
"true"
>
<xs:sequence>
<xs:element
name=
"CountryCode"
type=
"etsi:ISOCountryCode"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment