Commit 88777b7a authored by matthew meacham's avatar matthew meacham
Browse files

DestinationSet Object

parent 557d050a
Pipeline #10207 failed with stage
<?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>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment