Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
88777b7a
Commit
88777b7a
authored
Jan 07, 2022
by
matthew meacham
Browse files
DestinationSet Object
parent
557d050a
Pipeline
#10207
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
103221-1/TS_103_221_01_DestinationSet.xsd
0 → 100644
View file @
88777b7a
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://uri.etsi.org/03221/X1/2017/10/HashedID"
xmlns:x1=
"http://uri.etsi.org/03221/X1/2017/10"
xmlns:etsi103280=
"http://uri.etsi.org/03280/common/2017/07"
targetNamespace=
"http://uri.etsi.org/03221/X1/2017/10/DestinationSet"
elementFormDefault=
"qualified"
version=
"1.11.1"
>
<xs:import
namespace=
"http://uri.etsi.org/03280/common/2017/07"
/>
<xs:import
namespace=
"http://uri.etsi.org/03221/X1/2017/10"
/>
<!-- Message containers -->
<xs:complexType
name=
"DestinationSetDetails"
>
<xs:complexContent>
<xs:extension
base=
"x1:GenericObject"
>
<xs:sequence>
<xs:element
name=
"friendlyName"
type=
"xs:string"
minOccurs=
"0"
/>
>
<xs:element
name=
"listOfIncludedDID"
type=
"ListOfIncludedDID"
/>
<xs:element
name=
"destinationSetDetailsExtension"
type=
"DestinationSetDetailsExtension"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"type"
type=
"Type"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType
name=
"ListOfIncludedDID"
>
<xs:sequence>
<xs:element
name=
"dId"
type=
"x1:DId"
/>
<xs:element
name=
"preference"
type=
"xs:integer"
/>
</xs:sequence>
</xs:complexType>
<xs:simpleType
name=
"DestinationSetDetailsExtension"
>
<xs:restriction
base=
"x1:Extension"
>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"Type"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"Redundant"
/>
<xs:enumeration
value=
"Duplicate"
/>
</xs:restriction>
</xs:schema>
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment