1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: CertificateLocations v1.0.3 --> 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-2023 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 36 <EntityType Name="CertificateLocations" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 37 <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."/> 38 <Annotation Term="OData.LongDescription" String="This Resource shall represent the certificate location properties for a Redfish implementation."/> 39 <Annotation Term="Capabilities.InsertRestrictions"> 40 <Record> 41 <PropertyValue Property="Insertable" Bool="false"/> 42 </Record> 43 </Annotation> 44 <Annotation Term="Capabilities.UpdateRestrictions"> 45 <Record> 46 <PropertyValue Property="Updatable" Bool="false"/> 47 </Record> 48 </Annotation> 49 <Annotation Term="Capabilities.DeleteRestrictions"> 50 <Record> 51 <PropertyValue Property="Deletable" Bool="false"/> 52 </Record> 53 </Annotation> 54 <Annotation Term="Redfish.Uris"> 55 <Collection> 56 <String>/redfish/v1/CertificateService/CertificateLocations</String> 57 </Collection> 58 </Annotation> 59 </EntityType> 60 </Schema> 61 62 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_0"> 63 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 64 <Annotation Term="Redfish.Release" String="2018.3"/> 65 66 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.CertificateLocations"> 67 <Property Name="Links" Type="CertificateLocations.v1_0_0.Links" Nullable="false"> 68 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 69 <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."/> 70 </Property> 71 <Property Name="Actions" Type="CertificateLocations.v1_0_0.Actions" Nullable="false"> 72 <Annotation Term="OData.Description" String="The available actions for this resource."/> 73 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 74 </Property> 75 </EntityType> 76 77 <ComplexType Name="Links" BaseType="Resource.Links"> 78 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 79 <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."/> 80 <NavigationProperty Name="Certificates" Type="Collection(Certificate.Certificate)"> 81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 82 <Annotation Term="OData.Description" String="An array of links to the certificates installed on this service."/> 83 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Certificate that are installed on this service."/> 84 <Annotation Term="OData.AutoExpandReferences"/> 85 </NavigationProperty> 86 </ComplexType> 87 88 <ComplexType Name="Actions"> 89 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 90 <Annotation Term="OData.Description" String="The available actions for this resource."/> 91 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 92 <Property Name="Oem" Type="CertificateLocations.v1_0_0.OemActions" Nullable="false"> 93 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 94 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 95 </Property> 96 </ComplexType> 97 98 <ComplexType Name="OemActions"> 99 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 100 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 101 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 102 </ComplexType> 103 </Schema> 104 105 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_1"> 106 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 107 <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."/> 108 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_0.CertificateLocations"/> 109 </Schema> 110 111 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_2"> 112 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 113 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 114 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_1.CertificateLocations"/> 115 </Schema> 116 117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CertificateLocations.v1_0_3"> 118 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 119 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 120 <EntityType Name="CertificateLocations" BaseType="CertificateLocations.v1_0_2.CertificateLocations"/> 121 </Schema> 122 123 </edmx:DataServices> 124</edmx:Edmx> 125