blob: b9e394b343140cc95d63be89e6826c2cdc61bdbd [file] [log] [blame]
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: CertificateLocations v1.0.0-->
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-2018 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 defines 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 be used to 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="Contains references to other resources that are related to this resource."/>
69 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (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="The Actions 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="Contains references to other resources that are related to this resource."/>
79 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (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="This property is an array of references to the certificates installed on this service."/>
83 <Annotation Term="OData.LongDescription" String="This property shall contain an array of references to Certificate resources 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="This property contains the available OEM specific actions for this resource."/>
94 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM 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 any additional OEM actions for this resource."/>
102 </ComplexType>
103 </Schema>
104
105 </edmx:DataServices>
106</edmx:Edmx>