1*2bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*2bde4061SEd Tanous<!---->
3*2bde4061SEd Tanous<!--################################################################################       -->
4*2bde4061SEd Tanous<!--# Redfish Schema:  OutboundConnection v1.0.1                                           -->
5*2bde4061SEd Tanous<!--#                                                                                      -->
6*2bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*2bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*2bde4061SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*2bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*2bde4061SEd Tanous<!--################################################################################       -->
11*2bde4061SEd Tanous<!---->
12*2bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
14*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
15*2bde4061SEd Tanous  </edmx:Reference>
16*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
17*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
18*2bde4061SEd Tanous  </edmx:Reference>
19*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
20*2bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
21*2bde4061SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22*2bde4061SEd Tanous  </edmx:Reference>
23*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*2bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
25*2bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26*2bde4061SEd Tanous  </edmx:Reference>
27*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
28*2bde4061SEd Tanous    <edmx:Include Namespace="CertificateCollection"/>
29*2bde4061SEd Tanous  </edmx:Reference>
30*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Session_v1.xml">
31*2bde4061SEd Tanous    <edmx:Include Namespace="Session"/>
32*2bde4061SEd Tanous  </edmx:Reference>
33*2bde4061SEd Tanous
34*2bde4061SEd Tanous  <edmx:DataServices>
35*2bde4061SEd Tanous
36*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutboundConnection">
37*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
38*2bde4061SEd Tanous
39*2bde4061SEd Tanous      <EntityType Name="OutboundConnection" BaseType="Resource.v1_0_0.Resource" Abstract="true">
40*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The OutboundConnection schema defines how the Redfish service connects to a remote client over a WebSocket connection.  This allows a service behind a firewall to establish a connection to a remote client outside of the firewall."/>
41*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the connection configuration necessary to connect to a remote client.  Services shall initiate the outbound connection over a WebSocket defined in the 'Outbound connections' clause of the Redfish Specification."/>
42*2bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
43*2bde4061SEd Tanous          <Record>
44*2bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
45*2bde4061SEd Tanous          </Record>
46*2bde4061SEd Tanous        </Annotation>
47*2bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
48*2bde4061SEd Tanous          <Record>
49*2bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
50*2bde4061SEd Tanous          </Record>
51*2bde4061SEd Tanous        </Annotation>
52*2bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
53*2bde4061SEd Tanous          <Record>
54*2bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
55*2bde4061SEd Tanous          </Record>
56*2bde4061SEd Tanous        </Annotation>
57*2bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
58*2bde4061SEd Tanous          <Collection>
59*2bde4061SEd Tanous            <String>/redfish/v1/AccountService/OutboundConnections/{OutboundConnectionId}</String>
60*2bde4061SEd Tanous          </Collection>
61*2bde4061SEd Tanous        </Annotation>
62*2bde4061SEd Tanous      </EntityType>
63*2bde4061SEd Tanous    </Schema>
64*2bde4061SEd Tanous
65*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutboundConnection.v1_0_0">
66*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
67*2bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
68*2bde4061SEd Tanous
69*2bde4061SEd Tanous      <EntityType Name="OutboundConnection" BaseType="OutboundConnection.OutboundConnection">
70*2bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
71*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
72*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
73*2bde4061SEd Tanous        </Property>
74*2bde4061SEd Tanous        <Property Name="Actions" Type="OutboundConnection.v1_0_0.Actions" Nullable="false">
75*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
76*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
77*2bde4061SEd Tanous        </Property>
78*2bde4061SEd Tanous        <Property Name="Authentication" Type="OutboundConnection.v1_0_0.AuthenticationType">
79*2bde4061SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
80*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
81*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The authentication mechanism for the WebSocket connection."/>
82*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the authentication mechanism for the WebSocket connection."/>
83*2bde4061SEd Tanous        </Property>
84*2bde4061SEd Tanous        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
85*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
86*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of server certificates for the remote client referenced by the EndpointURI property."/>
87*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the remote client referenced by the EndpointURI property.  If the Authentication property contains `MTLS`, the service shall compare the certificates in this collection with the certificate obtained during handshaking with the WebSocket service to verify the identity of the remote client prior to completing the connection.  If the remote client cannot be verified, the service shall not complete the connection.  Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
88*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
89*2bde4061SEd Tanous        </NavigationProperty>
90*2bde4061SEd Tanous        <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
91*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
92*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the remote client referenced by the EndpointURI property."/>
93*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates for the service.  If the Authentication property contains `MTLS`, these certificates are provided to the remote client referenced by the EndpointURI property as part of TLS handshaking."/>
94*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
95*2bde4061SEd Tanous        </NavigationProperty>
96*2bde4061SEd Tanous        <Property Name="ConnectionEnabled" Type="Edm.Boolean">
97*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
98*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the outbound connection is enabled."/>
99*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate if the outbound connection is enabled.  If `true`, the service shall attempt to establish an outbound connection to the remote client specified by the EndpointURI property.  If `false`, the service shall not attempt to establish a connection to the remote client and shall close the connection if one is already established.  When a connection is established, the service shall create a Session resource to represent the active connection.  When a connection is closed, the service shall delete the connection's respective Session resource.  If the client does not provide this property, the service shall default this value to `true`."/>
100*2bde4061SEd Tanous        </Property>
101*2bde4061SEd Tanous        <Property Name="EndpointURI" Type="Edm.String" Nullable="false">
102*2bde4061SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
103*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
104*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The URI of the WebSocket connection to the remote client."/>
105*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the WebSocket URI to the external web service of the remote client.  The value shall follow the URI format defined in RFC6455.  Services shall reject URIs that do not contain the scheme `wss`."/>
106*2bde4061SEd Tanous          <Annotation Term="OData.IsURL"/>
107*2bde4061SEd Tanous        </Property>
108*2bde4061SEd Tanous        <Property Name="Links" Type="OutboundConnection.v1_0_0.Links" Nullable="false">
109*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
110*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
111*2bde4061SEd Tanous        </Property>
112*2bde4061SEd Tanous        <Property Name="PreUpgradeHTTPHeaders" Type="OutboundConnection.v1_0_0.HTTPHeaderProperty" Nullable="false">
113*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The HTTP headers to send to the remote client during the initial connection prior to the WebSocket upgrade.  This property is an empty object in responses."/>
114*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an object consisting of the names and values of HTTP headers to send to the remote client during the initial connection prior to the WebSocket upgrade.  This property shall be an empty object in responses."/>
115*2bde4061SEd Tanous        </Property>
116*2bde4061SEd Tanous        <Property Name="RetryPolicy" Type="OutboundConnection.v1_0_0.RetryPolicyType" Nullable="false">
117*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The retry policy for this outbound connection."/>
118*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the retry policy for this outbound connection.  If not specified by the client in the create request, the service shall assume ConnectionRetryPolicy contains `None`."/>
119*2bde4061SEd Tanous        </Property>
120*2bde4061SEd Tanous        <Property Name="Roles" Type="Collection(Edm.String)">
121*2bde4061SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
122*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The Redfish roles that contain the privileges of the remote client for the outbound connection."/>
124*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the Redfish roles that contain the privileges of the remote client for the outbound connection."/>
125*2bde4061SEd Tanous        </Property>
126*2bde4061SEd Tanous        <Property Name="WebSocketPingIntervalMinutes" Type="Edm.Int64">
127*2bde4061SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
128*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
129*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="Interval for sending the WebSocket ping opcode in minutes.  The value `0` indicates the ping opcode is not sent."/>
130*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the interval for the service to send the WebSocket ping opcode to the remote client in minutes.  If `0`, the service shall not send the WebSocket ping opcode to the remote client."/>
131*2bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
132*2bde4061SEd Tanous          <Annotation Term="Validation.Maximum" Int="65535"/>
133*2bde4061SEd Tanous        </Property>
134*2bde4061SEd Tanous      </EntityType>
135*2bde4061SEd Tanous
136*2bde4061SEd Tanous      <EnumType Name="OutboundConnectionRetryPolicyType">
137*2bde4061SEd Tanous        <Member Name="None">
138*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="No retries."/>
139*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service will not attempt to re-establish the outbound connection if the connection is dropped or not established.  If the connection is dropped or not established, the service shall set the ConnectionEnabled property to `false`."/>
140*2bde4061SEd Tanous        </Member>
141*2bde4061SEd Tanous        <Member Name="RetryForever">
142*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="Retry forever."/>
143*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service will attempt to re-establish the outbound connection at the interval specified by the RetryIntervalMinutes property regardless of the number of retries."/>
144*2bde4061SEd Tanous        </Member>
145*2bde4061SEd Tanous        <Member Name="RetryCount">
146*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="Retry until a maximum count is reached."/>
147*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service will attempt to re-establish the outbound connection at the interval specified by the RetryIntervalMinutes property until the number of retries reaches the count specified by the RetryCount property.  If the limit is reached, the service shall set the ConnectionEnabled property to `false`.  If a connection is established, the service shall reset the count."/>
148*2bde4061SEd Tanous        </Member>
149*2bde4061SEd Tanous      </EnumType>
150*2bde4061SEd Tanous
151*2bde4061SEd Tanous      <EnumType Name="AuthenticationType">
152*2bde4061SEd Tanous        <Member Name="MTLS">
153*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="Mutual TLS."/>
154*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service will exchange and verify certificates during TLS handshaking when establishing the outbound connecting."/>
155*2bde4061SEd Tanous        </Member>
156*2bde4061SEd Tanous        <Member Name="JWT">
157*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="JSON Web Token."/>
158*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate an RFC7519-defined JSON Web Token (JWT) is specified in one of the HTTP headers in the PreUpgradeHTTPHeaders property.  This is typically encoded in the `Authorization` header with the scheme `Bearer`."/>
159*2bde4061SEd Tanous        </Member>
160*2bde4061SEd Tanous        <Member Name="None">
161*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="No authentication."/>
162*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service does not provide any authentication information to the remote client."/>
163*2bde4061SEd Tanous        </Member>
164*2bde4061SEd Tanous        <Member Name="OEM">
165*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="OEM-specific."/>
166*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-specific authentication mechanism."/>
167*2bde4061SEd Tanous        </Member>
168*2bde4061SEd Tanous      </EnumType>
169*2bde4061SEd Tanous
170*2bde4061SEd Tanous      <ComplexType Name="HTTPHeaderProperty">
171*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
172*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The HTTP header value is the property value.  The header name is the property name."/>
173*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the HTTP header name and value to add to the Redfish responses over the WebSocket."/>
174*2bde4061SEd Tanous        <Annotation Term="Redfish.DynamicPropertyPatterns">
175*2bde4061SEd Tanous          <Collection>
176*2bde4061SEd Tanous            <Record>
177*2bde4061SEd Tanous              <PropertyValue Property="Pattern" String="^[^:\\s]+$"/>
178*2bde4061SEd Tanous              <PropertyValue Property="Type" String="Edm.String"/>
179*2bde4061SEd Tanous            </Record>
180*2bde4061SEd Tanous          </Collection>
181*2bde4061SEd Tanous        </Annotation>
182*2bde4061SEd Tanous      </ComplexType>
183*2bde4061SEd Tanous
184*2bde4061SEd Tanous      <ComplexType Name="RetryPolicyType">
185*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
186*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The retry policy for an outbound connection."/>
187*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the retry policy for an outbound connection."/>
188*2bde4061SEd Tanous        <Property Name="ConnectionRetryPolicy" Type="OutboundConnection.v1_0_0.OutboundConnectionRetryPolicyType">
189*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
190*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The type of retry policy for this outbound connection."/>
191*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of retry policy for this outbound connection."/>
192*2bde4061SEd Tanous        </Property>
193*2bde4061SEd Tanous        <Property Name="RetryIntervalMinutes" Type="Edm.Int64">
194*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
195*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The retry interval in minutes."/>
196*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the interval for the service to retry connecting to remote client in minutes."/>
197*2bde4061SEd Tanous        </Property>
198*2bde4061SEd Tanous        <Property Name="RetryCount" Type="Edm.Int64">
199*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
200*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The number of retries to attempt if the retry policy specifies a maximum number of retries."/>
201*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the number of retries to attempt if the retry policy specifies a maximum number of retries."/>
202*2bde4061SEd Tanous        </Property>
203*2bde4061SEd Tanous      </ComplexType>
204*2bde4061SEd Tanous
205*2bde4061SEd Tanous      <ComplexType Name="Actions">
206*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
207*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
208*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
209*2bde4061SEd Tanous        <Property Name="Oem" Type="OutboundConnection.v1_0_0.OemActions" Nullable="false">
210*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
211*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
212*2bde4061SEd Tanous        </Property>
213*2bde4061SEd Tanous      </ComplexType>
214*2bde4061SEd Tanous
215*2bde4061SEd Tanous      <ComplexType Name="OemActions">
216*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
217*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
218*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
219*2bde4061SEd Tanous      </ComplexType>
220*2bde4061SEd Tanous
221*2bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
222*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
223*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
224*2bde4061SEd Tanous        <NavigationProperty Name="Session" Type="Session.Session">
225*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the session for this outbound connection."/>
227*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the link to a resource of type Session that represents the active connection for this outbound connection."/>
228*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
229*2bde4061SEd Tanous        </NavigationProperty>
230*2bde4061SEd Tanous      </ComplexType>
231*2bde4061SEd Tanous    </Schema>
232*2bde4061SEd Tanous
233*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutboundConnection.v1_0_1">
234*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
236*2bde4061SEd Tanous      <EntityType Name="OutboundConnection" BaseType="OutboundConnection.v1_0_0.OutboundConnection"/>
237*2bde4061SEd Tanous    </Schema>
238*2bde4061SEd Tanous
239*2bde4061SEd Tanous  </edmx:DataServices>
240*2bde4061SEd Tanous</edmx:Edmx>
241