1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  CertificateService v1.0.4                                           -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
25*720c9898SEd Tanous  </edmx:Reference>
26*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateLocations_v1.xml">
27*720c9898SEd Tanous    <edmx:Include Namespace="CertificateLocations"/>
28*720c9898SEd Tanous  </edmx:Reference>
29*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
30*720c9898SEd Tanous    <edmx:Include Namespace="CertificateCollection"/>
31*720c9898SEd Tanous  </edmx:Reference>
32*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Certificate_v1.xml">
33*720c9898SEd Tanous    <edmx:Include Namespace="Certificate"/>
34*720c9898SEd Tanous  </edmx:Reference>
35*720c9898SEd Tanous
36*720c9898SEd Tanous  <edmx:DataServices>
37*720c9898SEd Tanous
38*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService">
39*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
40*720c9898SEd Tanous
41*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
42*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The CertificateService schema describes a certificate service that represents the actions available to manage certificates and links to the certificates."/>
43*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the certificate service properties for a Redfish implementation."/>
44*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
45*720c9898SEd Tanous          <Record>
46*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
47*720c9898SEd Tanous          </Record>
48*720c9898SEd Tanous        </Annotation>
49*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
50*720c9898SEd Tanous          <Record>
51*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
52*720c9898SEd Tanous          </Record>
53*720c9898SEd Tanous        </Annotation>
54*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
55*720c9898SEd Tanous          <Record>
56*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
57*720c9898SEd Tanous          </Record>
58*720c9898SEd Tanous        </Annotation>
59*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
60*720c9898SEd Tanous          <Collection>
61*720c9898SEd Tanous            <String>/redfish/v1/CertificateService</String>
62*720c9898SEd Tanous          </Collection>
63*720c9898SEd Tanous        </Annotation>
64*720c9898SEd Tanous      </EntityType>
65*720c9898SEd Tanous
66*720c9898SEd Tanous      <Action Name="GenerateCSR" IsBound="true">
67*720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action makes a certificate signing request."/>
68*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall make a certificate signing request.  The response shall contain a signing request that a certificate authority (CA) will sign.  The service should retain the private key that was generated during this request for installation of the certificate.  The private key should not be part of the response."/>
69*720c9898SEd Tanous        <Parameter Name="CertificateService" Type="CertificateService.v1_0_0.Actions"/>
70*720c9898SEd Tanous        <Parameter Name="CommonName" Type="Edm.String" Nullable="false">
71*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The fully qualified domain name of the component to secure."/>
72*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the fully qualified domain name of the component to secure, as defined by the RFC5280 'commonName' attribute."/>
73*720c9898SEd Tanous        </Parameter>
74*720c9898SEd Tanous        <Parameter Name="AlternativeNames" Type="Collection(Edm.String)">
75*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The additional host names of the component to secure."/>
76*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of additional host names of the component to secure, as defined by the RFC5280 'subjectAltName' attribute."/>
77*720c9898SEd Tanous        </Parameter>
78*720c9898SEd Tanous        <Parameter Name="Organization" Type="Edm.String" Nullable="false">
79*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the organization making the request."/>
80*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the organization making the request, as defined by the RFC5280 'organizationName' attribute."/>
81*720c9898SEd Tanous        </Parameter>
82*720c9898SEd Tanous        <Parameter Name="OrganizationalUnit" Type="Edm.String" Nullable="false">
83*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the unit or division of the organization making the request."/>
84*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the unit or division of the organization making the request, as defined by the RFC5280 'organizationalUnitName' attribute."/>
85*720c9898SEd Tanous        </Parameter>
86*720c9898SEd Tanous        <Parameter Name="City" Type="Edm.String" Nullable="false">
87*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The city or locality of the organization making the request."/>
88*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the city or locality of the organization making the request, as defined by the RFC5280 'localityName' attribute."/>
89*720c9898SEd Tanous        </Parameter>
90*720c9898SEd Tanous        <Parameter Name="State" Type="Edm.String" Nullable="false">
91*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The state, province, or region of the organization making the request."/>
92*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the state, province, or region of the organization making the request, as defined by the RFC5280 'stateOrProvinceName' attribute."/>
93*720c9898SEd Tanous        </Parameter>
94*720c9898SEd Tanous        <Parameter Name="Country" Type="Edm.String" Nullable="false">
95*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The two-letter country code of the organization making the request."/>
96*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the two-letter ISO code for the country of the organization making the request, as defined by the RFC5280 'countryName' attribute."/>
97*720c9898SEd Tanous        </Parameter>
98*720c9898SEd Tanous        <Parameter Name="Email" Type="Edm.String">
99*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The email address of the contact within the organization making the request."/>
100*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the email address of the contact within the organization making the request, as defined by the RFC2985 'emailAddress' attribute."/>
101*720c9898SEd Tanous        </Parameter>
102*720c9898SEd Tanous        <Parameter Name="KeyPairAlgorithm" Type="Edm.String">
103*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of key-pair for use with signing algorithms."/>
104*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of key-pair for use with signing algorithms.  The allowable values for this parameter shall be the strings in the 'Algorithm Name' field of the 'TPM_ALG_ID Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
105*720c9898SEd Tanous        </Parameter>
106*720c9898SEd Tanous        <Parameter Name="KeyBitLength" Type="Edm.Int64">
107*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The length of the key, in bits, if needed based on the KeyPairAlgorithm parameter value."/>
108*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the key, in bits, if needed based on the KeyPairAlgorithm parameter value."/>
109*720c9898SEd Tanous        </Parameter>
110*720c9898SEd Tanous        <Parameter Name="KeyCurveId" Type="Edm.String">
111*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The curve ID to use with the key, if needed based on the KeyPairAlgorithm parameter value."/>
112*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve ID to use with the key, if needed based on the KeyPairAlgorithm parameter value.  The allowable values for this parameter shall be the strings in the 'Name' field of the 'TPM_ECC_CURVE Constants' table within the 'Trusted Computing Group Algorithm Registry'."/>
113*720c9898SEd Tanous        </Parameter>
114*720c9898SEd Tanous        <Parameter Name="CertificateCollection" Type="CertificateCollection.CertificateCollection" Nullable="false">
115*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the certificate collection where the certificate is installed after the certificate authority (CA) signs the certificate."/>
116*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to a resource collection of type CertificateCollection where the certificate is installed after the certificate authority (CA) signs the certificate."/>
117*720c9898SEd Tanous        </Parameter>
118*720c9898SEd Tanous        <Parameter Name="KeyUsage" Type="Collection(Certificate.KeyUsage)">
119*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The usage of the key contained in the certificate."/>
120*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the usage of the key contained in the certificate.  If the client does not provide this value, the service can determine the appropriate key usage settings in the certificate signing request."/>
121*720c9898SEd Tanous        </Parameter>
122*720c9898SEd Tanous        <Parameter Name="Surname" Type="Edm.String">
123*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The surname of the user making the request."/>
124*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the surname of the user making the request, as defined by the RFC5280 'surname' attribute."/>
125*720c9898SEd Tanous        </Parameter>
126*720c9898SEd Tanous        <Parameter Name="GivenName" Type="Edm.String">
127*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The given name of the user making the request."/>
128*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the given name of the user making the request, as defined by the RFC5280 'givenName' attribute."/>
129*720c9898SEd Tanous        </Parameter>
130*720c9898SEd Tanous        <Parameter Name="Initials" Type="Edm.String">
131*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The initials of the user making the request."/>
132*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the initials of the user making the request, as defined by the RFC5280 'initials' attribute."/>
133*720c9898SEd Tanous        </Parameter>
134*720c9898SEd Tanous        <Parameter Name="ChallengePassword" Type="Edm.String">
135*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The challenge password to apply to the certificate for revocation requests."/>
136*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the challenge password to apply to the certificate for revocation requests as defined by the RFC2985 'challengePassword' attribute."/>
137*720c9898SEd Tanous        </Parameter>
138*720c9898SEd Tanous        <Parameter Name="UnstructuredName" Type="Edm.String">
139*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The unstructured name of the subject."/>
140*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the unstructured name of the subject, as defined by the RFC2985 'unstructuredName' attribute."/>
141*720c9898SEd Tanous        </Parameter>
142*720c9898SEd Tanous        <Parameter Name="ContactPerson" Type="Edm.String">
143*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the user making the request."/>
144*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the user making the request, as defined by the RFC5280 'name' attribute."/>
145*720c9898SEd Tanous        </Parameter>
146*720c9898SEd Tanous        <ReturnType Type="CertificateService.v1_0_0.GenerateCSRResponse" Nullable="false"/>
147*720c9898SEd Tanous      </Action>
148*720c9898SEd Tanous
149*720c9898SEd Tanous      <Action Name="ReplaceCertificate" IsBound="true">
150*720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action replaces a certificate."/>
151*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall replace a certificate.  The `Location` header in the response shall contain the URI of the new certificate resource."/>
152*720c9898SEd Tanous        <Parameter Name="CertificateService" Type="CertificateService.v1_0_0.Actions"/>
153*720c9898SEd Tanous        <Parameter Name="CertificateString" Type="Edm.String" Nullable="false">
154*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The string for the certificate."/>
155*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the string of the certificate, and the format shall follow the requirements specified by the CertificateType property value.  If the certificate contains any private keys, they shall be removed from the string in responses.  If the service does not know the private key for the certificate and it is needed to use the certificate, the client shall provide the private key as part of the string in the POST request."/>
156*720c9898SEd Tanous        </Parameter>
157*720c9898SEd Tanous        <Parameter Name="CertificateType" Type="Certificate.CertificateType" Nullable="false">
158*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The format of the certificate."/>
159*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the format type for the certificate."/>
160*720c9898SEd Tanous        </Parameter>
161*720c9898SEd Tanous        <Parameter Name="CertificateUri" Type="Certificate.Certificate" Nullable="false">
162*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the certificate that is being replaced."/>
163*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to a resource of type Certificate that is being replaced."/>
164*720c9898SEd Tanous        </Parameter>
165*720c9898SEd Tanous      </Action>
166*720c9898SEd Tanous    </Schema>
167*720c9898SEd Tanous
168*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService.v1_0_0">
169*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
171*720c9898SEd Tanous
172*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="CertificateService.CertificateService">
173*720c9898SEd Tanous        <Property Name="Actions" Type="CertificateService.v1_0_0.Actions" Nullable="false">
174*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
175*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
176*720c9898SEd Tanous        </Property>
177*720c9898SEd Tanous        <NavigationProperty Name="CertificateLocations" Type="CertificateLocations.CertificateLocations" ContainsTarget="true" Nullable="false">
178*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The information about the location of certificates."/>
180*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type CertificateLocations."/>
181*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
182*720c9898SEd Tanous        </NavigationProperty>
183*720c9898SEd Tanous      </EntityType>
184*720c9898SEd Tanous
185*720c9898SEd Tanous      <ComplexType Name="Actions">
186*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
187*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
188*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
189*720c9898SEd Tanous        <Property Name="Oem" Type="CertificateService.v1_0_0.OemActions" Nullable="false">
190*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
191*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
192*720c9898SEd Tanous        </Property>
193*720c9898SEd Tanous      </ComplexType>
194*720c9898SEd Tanous
195*720c9898SEd Tanous      <ComplexType Name="OemActions">
196*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
197*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
198*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
199*720c9898SEd Tanous      </ComplexType>
200*720c9898SEd Tanous
201*720c9898SEd Tanous      <ComplexType Name="GenerateCSRResponse">
202*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
203*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The response body for the GenerateCSR action."/>
204*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the properties found in the response body for the GenerateCSR action."/>
205*720c9898SEd Tanous        <NavigationProperty Name="CertificateCollection" Type="CertificateCollection.CertificateCollection" Nullable="false">
206*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
207*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the certificate collection where the certificate is installed."/>
208*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection where the certificate is installed after the certificate authority (CA) has signed the certificate."/>
209*720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
210*720c9898SEd Tanous        </NavigationProperty>
211*720c9898SEd Tanous        <Property Name="CSRString" Type="Edm.String" Nullable="false">
212*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
213*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The string for the certificate signing request."/>
214*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the Privacy Enhanced Mail (PEM)-encoded string, which contains RFC2986-specified structures, of the certificate signing request.  The private key should not be part of the string."/>
215*720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
216*720c9898SEd Tanous        </Property>
217*720c9898SEd Tanous      </ComplexType>
218*720c9898SEd Tanous    </Schema>
219*720c9898SEd Tanous
220*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService.v1_0_1">
221*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
222*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
223*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="CertificateService.v1_0_0.CertificateService"/>
224*720c9898SEd Tanous    </Schema>
225*720c9898SEd Tanous
226*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService.v1_0_2">
227*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
228*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the description of CertificateString.  It was also created to update descriptions that this schema defines."/>
229*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="CertificateService.v1_0_1.CertificateService"/>
230*720c9898SEd Tanous    </Schema>
231*720c9898SEd Tanous
232*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService.v1_0_3">
233*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
234*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
235*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="CertificateService.v1_0_2.CertificateService"/>
236*720c9898SEd Tanous    </Schema>
237*720c9898SEd Tanous
238*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateService.v1_0_4">
239*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
240*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
241*720c9898SEd Tanous      <EntityType Name="CertificateService" BaseType="CertificateService.v1_0_3.CertificateService"/>
242*720c9898SEd Tanous    </Schema>
243*720c9898SEd Tanous
244*720c9898SEd Tanous  </edmx:DataServices>
245*720c9898SEd Tanous</edmx:Edmx>
246