blob: 5980d0a078a3b7c68deefdda6569ee24f4415ffc [file] [log] [blame]
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: CertificateLocations v1.0.2 -->
Marri Devender Raod45d2d02019-01-21 10:11:34 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Marri Devender Raod45d2d02019-01-21 10:11:34 -06009<!--# 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">
Ed Tanouscb103132019-10-08 11:34:22 -070037 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060039 <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">
Ed Tanouscb103132019-10-08 11:34:22 -070068 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060070 </Property>
71 <Property Name="Actions" Type="CertificateLocations.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070072 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060074 </Property>
75 </EntityType>
76
77 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanouscb103132019-10-08 11:34:22 -070078 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060080 <NavigationProperty Name="Certificates" Type="Collection(Certificate.Certificate)">
81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070082 <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 Certificate Resources that are installed on this service."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060084 <Annotation Term="OData.AutoExpandReferences"/>
85 </NavigationProperty>
86 </ComplexType>
87
88 <ComplexType Name="Actions">
89 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -070090 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060092 <Property Name="Oem" Type="CertificateLocations.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070093 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060095 </Property>
96 </ComplexType>
97
98 <ComplexType Name="OemActions">
99 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700100 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600102 </ComplexType>
103 </Schema>
104
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <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
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600117 </edmx:DataServices>
118</edmx:Edmx>