1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  CertificateLocations v1.0.4                                         -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
25720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Certificate_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="Certificate"/>
29720c9898SEd Tanous  </edmx:Reference>
30720c9898SEd Tanous
31720c9898SEd Tanous  <edmx:DataServices>
32720c9898SEd Tanous
33720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations">
34720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
36720c9898SEd Tanous
37720c9898SEd Tanous      <EntityType Name="CertificateLocations" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `CertificateLocations` schema describes a resource that an administrator can use in order to locate all certificates installed on a given service."/>
39*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent the certificate location properties for a Redfish implementation."/>
40720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
41720c9898SEd Tanous          <Record>
42720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
43720c9898SEd Tanous          </Record>
44720c9898SEd Tanous        </Annotation>
45720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
46720c9898SEd Tanous          <Record>
47720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
48720c9898SEd Tanous          </Record>
49720c9898SEd Tanous        </Annotation>
50720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
51720c9898SEd Tanous          <Record>
52720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
53720c9898SEd Tanous          </Record>
54720c9898SEd Tanous        </Annotation>
55720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
56720c9898SEd Tanous          <Collection>
57720c9898SEd Tanous            <String>/redfish/v1/CertificateService/CertificateLocations</String>
58720c9898SEd Tanous          </Collection>
59720c9898SEd Tanous        </Annotation>
60720c9898SEd Tanous      </EntityType>
61720c9898SEd Tanous    </Schema>
62720c9898SEd Tanous
63720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_0">
64720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
65720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
66720c9898SEd Tanous
67720c9898SEd Tanous      <EntityType Name="CertificateLocations" BaseType="CertificateLocations.CertificateLocations">
68720c9898SEd Tanous        <Property Name="Links" Type="CertificateLocations.v1_0_0.Links" Nullable="false">
69720c9898SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
70720c9898SEd 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."/>
71720c9898SEd Tanous        </Property>
72720c9898SEd Tanous        <Property Name="Actions" Type="CertificateLocations.v1_0_0.Actions" Nullable="false">
73720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
74720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
75720c9898SEd Tanous        </Property>
76720c9898SEd Tanous      </EntityType>
77720c9898SEd Tanous
78720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
79720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
80720c9898SEd 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."/>
81720c9898SEd Tanous        <NavigationProperty Name="Certificates" Type="Collection(Certificate.Certificate)">
82720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
83720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the certificates installed on this service."/>
84*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Certificate` that are installed on this service."/>
85720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
86720c9898SEd Tanous        </NavigationProperty>
87720c9898SEd Tanous      </ComplexType>
88720c9898SEd Tanous
89720c9898SEd Tanous      <ComplexType Name="Actions">
90720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
91720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
92720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
93720c9898SEd Tanous        <Property Name="Oem" Type="CertificateLocations.v1_0_0.OemActions" Nullable="false">
94720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
95720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
96720c9898SEd Tanous        </Property>
97720c9898SEd Tanous      </ComplexType>
98720c9898SEd Tanous
99720c9898SEd Tanous      <ComplexType Name="OemActions">
100720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
101720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
102720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
103720c9898SEd Tanous      </ComplexType>
104720c9898SEd Tanous    </Schema>
105720c9898SEd Tanous
106720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_1">
107720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
108720c9898SEd 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."/>
109720c9898SEd Tanous      <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_0.CertificateLocations"/>
110720c9898SEd Tanous    </Schema>
111720c9898SEd Tanous
112720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_2">
113720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
115720c9898SEd Tanous      <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_1.CertificateLocations"/>
116720c9898SEd Tanous    </Schema>
117720c9898SEd Tanous
118720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_3">
119720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
121720c9898SEd Tanous      <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_2.CertificateLocations"/>
122720c9898SEd Tanous    </Schema>
123720c9898SEd Tanous
124*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_4">
125*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
127*f2a8e57eSGunnar Mills      <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_3.CertificateLocations"/>
128*f2a8e57eSGunnar Mills    </Schema>
129*f2a8e57eSGunnar Mills
130720c9898SEd Tanous  </edmx:DataServices>
131720c9898SEd Tanous</edmx:Edmx>
132