1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: CertificateLocations v1.0.4 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource"/> 25 <edmx:Include Namespace="Resource.v1_0_0"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Certificate_v1.xml"> 28 <edmx:Include Namespace="Certificate"/> 29 </edmx:Reference> 30 31 <edmx:DataServices> 32 33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations"> 34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 35 <Annotation Term="Redfish.Language" String="en"/> 36 37 <EntityType Name="CertificateLocations" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 38 <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 <Annotation Term="OData.LongDescription" String="This resource shall represent the certificate location properties for a Redfish implementation."/> 40 <Annotation Term="Capabilities.InsertRestrictions"> 41 <Record> 42 <PropertyValue Property="Insertable" Bool="false"/> 43 </Record> 44 </Annotation> 45 <Annotation Term="Capabilities.UpdateRestrictions"> 46 <Record> 47 <PropertyValue Property="Updatable" Bool="false"/> 48 </Record> 49 </Annotation> 50 <Annotation Term="Capabilities.DeleteRestrictions"> 51 <Record> 52 <PropertyValue Property="Deletable" Bool="false"/> 53 </Record> 54 </Annotation> 55 <Annotation Term="Redfish.Uris"> 56 <Collection> 57 <String>/redfish/v1/CertificateService/CertificateLocations</String> 58 </Collection> 59 </Annotation> 60 </EntityType> 61 </Schema> 62 63 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_0"> 64 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 65 <Annotation Term="Redfish.Release" String="2018.3"/> 66 67 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.CertificateLocations"> 68 <Property Name="Links" Type="CertificateLocations.v1_0_0.Links" Nullable="false"> 69 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 70 <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."/> 71 </Property> 72 <Property Name="Actions" Type="CertificateLocations.v1_0_0.Actions" Nullable="false"> 73 <Annotation Term="OData.Description" String="The available actions for this resource."/> 74 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 75 </Property> 76 </EntityType> 77 78 <ComplexType Name="Links" BaseType="Resource.Links"> 79 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 80 <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."/> 81 <NavigationProperty Name="Certificates" Type="Collection(Certificate.Certificate)"> 82 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 83 <Annotation Term="OData.Description" String="An array of links to the certificates installed on this service."/> 84 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Certificate` that are installed on this service."/> 85 <Annotation Term="OData.AutoExpandReferences"/> 86 </NavigationProperty> 87 </ComplexType> 88 89 <ComplexType Name="Actions"> 90 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 91 <Annotation Term="OData.Description" String="The available actions for this resource."/> 92 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 93 <Property Name="Oem" Type="CertificateLocations.v1_0_0.OemActions" Nullable="false"> 94 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 95 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 96 </Property> 97 </ComplexType> 98 99 <ComplexType Name="OemActions"> 100 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 101 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 102 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 103 </ComplexType> 104 </Schema> 105 106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_1"> 107 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 108 <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."/> 109 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_0.CertificateLocations"/> 110 </Schema> 111 112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_2"> 113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 114 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 115 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_1.CertificateLocations"/> 116 </Schema> 117 118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_3"> 119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 120 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 121 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_2.CertificateLocations"/> 122 </Schema> 123 124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_4"> 125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 126 <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 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_3.CertificateLocations"/> 128 </Schema> 129 130 </edmx:DataServices> 131</edmx:Edmx> 132