blob: 3b9048e9b790f3c3da5cc87768206fa9a1a87c8c [file] [log] [blame]
Xiaochao Ma1ec18992022-06-29 09:52:24 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
4<!--# Redfish Schema: ThermalSubsystem 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-2021 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:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
29 <edmx:Include Namespace="Redundancy"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FanCollection_v1.xml">
32 <edmx:Include Namespace="FanCollection"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ThermalMetrics_v1.xml">
35 <edmx:Include Namespace="ThermalMetrics"/>
36 </edmx:Reference>
37
38 <edmx:DataServices>
39
40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem">
41 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42
43 <EntityType Name="ThermalSubsystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44 <Annotation Term="OData.Description" String="This ThermalSubsystem schema contains the definition for the thermal subsystem of a chassis."/>
45 <Annotation Term="OData.LongDescription" String="This resource shall represent a thermal subsystem for a Redfish implementation."/>
46 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
47 <Annotation Term="Capabilities.InsertRestrictions">
48 <Record>
49 <PropertyValue Property="Insertable" Bool="false"/>
50 </Record>
51 </Annotation>
52 <Annotation Term="Capabilities.UpdateRestrictions">
53 <Record>
54 <PropertyValue Property="Updatable" Bool="false"/>
55 </Record>
56 </Annotation>
57 <Annotation Term="Capabilities.DeleteRestrictions">
58 <Record>
59 <PropertyValue Property="Deletable" Bool="false"/>
60 </Record>
61 </Annotation>
62 <Annotation Term="Redfish.Uris">
63 <Collection>
64 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem</String>
65 </Collection>
66 </Annotation>
67 </EntityType>
68 </Schema>
69
70 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_0">
71 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
72 <Annotation Term="Redfish.Release" String="2020.4"/>
73
74 <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.ThermalSubsystem">
75 <Property Name="Status" Type="Resource.Status" Nullable="false">
76 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
77 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
78 </Property>
79 <NavigationProperty Name="Fans" Type="FanCollection.FanCollection" Nullable="false">
80 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
81 <Annotation Term="OData.Description" String="The link to the collection of fans within this subsystem."/>
82 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FanCollection."/>
83 <Annotation Term="OData.AutoExpandReferences"/>
84 </NavigationProperty>
85 <Property Name="FanRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
86 <Annotation Term="OData.Description" String="The redundancy information for the groups of fans in this subsystem."/>
87 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of fans in this subsystem."/>
88 </Property>
89 <NavigationProperty Name="ThermalMetrics" Type="ThermalMetrics.ThermalMetrics" Nullable="false">
90 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91 <Annotation Term="OData.Description" String="The link to the summary of thermal metrics for this subsystem."/>
92 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ThermalMetrics."/>
93 <Annotation Term="OData.AutoExpandReferences"/>
94 </NavigationProperty>
95 <Property Name="Actions" Type="ThermalSubsystem.v1_0_0.Actions" Nullable="false">
96 <Annotation Term="OData.Description" String="The available actions for this resource."/>
97 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
98 </Property>
99 </EntityType>
100
101 <ComplexType Name="Actions">
102 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
103 <Annotation Term="OData.Description" String="The available actions for this resource."/>
104 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
105 <Property Name="Oem" Type="ThermalSubsystem.v1_0_0.OemActions" Nullable="false">
106 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
107 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
108 </Property>
109 </ComplexType>
110
111 <ComplexType Name="OemActions">
112 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
113 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
114 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
115 </ComplexType>
116 </Schema>
117
118 </edmx:DataServices>
119</edmx:Edmx>