xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/ThermalSubsystem_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*c6d7a45dSGunnar Mills<!--# Redfish Schema:  ThermalSubsystem v1.4.0                                             -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23720c9898SEd Tanous  </edmx:Reference>
24720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
26720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
27720c9898SEd Tanous  </edmx:Reference>
28720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
29720c9898SEd Tanous    <edmx:Include Namespace="Redundancy"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FanCollection_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="FanCollection"/>
33720c9898SEd Tanous  </edmx:Reference>
34720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ThermalMetrics_v1.xml">
35720c9898SEd Tanous    <edmx:Include Namespace="ThermalMetrics"/>
36720c9898SEd Tanous  </edmx:Reference>
37720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/HeaterCollection_v1.xml">
38720c9898SEd Tanous    <edmx:Include Namespace="HeaterCollection"/>
39720c9898SEd Tanous  </edmx:Reference>
40720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection_v1.xml">
41720c9898SEd Tanous    <edmx:Include Namespace="CoolantConnectorCollection"/>
42720c9898SEd Tanous  </edmx:Reference>
43720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PumpCollection_v1.xml">
44720c9898SEd Tanous    <edmx:Include Namespace="PumpCollection"/>
45720c9898SEd Tanous  </edmx:Reference>
46720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetection_v1.xml">
47720c9898SEd Tanous    <edmx:Include Namespace="LeakDetection"/>
48720c9898SEd Tanous  </edmx:Reference>
49*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml">
50*c6d7a45dSGunnar Mills    <edmx:Include Namespace="FilterCollection"/>
51*c6d7a45dSGunnar Mills  </edmx:Reference>
52720c9898SEd Tanous
53720c9898SEd Tanous  <edmx:DataServices>
54720c9898SEd Tanous
55720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem">
56720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
57f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
58720c9898SEd Tanous
59720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
60f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `ThermalSubsystem` schema contains the definition for the thermal subsystem of a chassis."/>
61720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a thermal subsystem for a Redfish implementation."/>
62720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
63720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
64720c9898SEd Tanous          <Record>
65720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
66720c9898SEd Tanous          </Record>
67720c9898SEd Tanous        </Annotation>
68720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
69720c9898SEd Tanous          <Record>
70720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
71720c9898SEd Tanous          </Record>
72720c9898SEd Tanous        </Annotation>
73720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
74720c9898SEd Tanous          <Record>
75720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
76720c9898SEd Tanous          </Record>
77720c9898SEd Tanous        </Annotation>
78720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
79720c9898SEd Tanous          <Collection>
80720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem</String>
81720c9898SEd Tanous          </Collection>
82720c9898SEd Tanous        </Annotation>
83720c9898SEd Tanous      </EntityType>
84720c9898SEd Tanous    </Schema>
85720c9898SEd Tanous
86720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_0">
87720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
88720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
89720c9898SEd Tanous
90720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.ThermalSubsystem">
91720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
92720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
93720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
94720c9898SEd Tanous        </Property>
95720c9898SEd Tanous        <NavigationProperty Name="Fans" Type="FanCollection.FanCollection" Nullable="false">
96720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of fans within this subsystem."/>
98f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FanCollection`."/>
99720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
100720c9898SEd Tanous        </NavigationProperty>
101720c9898SEd Tanous        <Property Name="FanRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
102720c9898SEd Tanous          <Annotation Term="OData.Description" String="The redundancy information for the groups of fans in this subsystem."/>
103720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of fans in this subsystem."/>
104720c9898SEd Tanous        </Property>
105720c9898SEd Tanous        <NavigationProperty Name="ThermalMetrics" Type="ThermalMetrics.ThermalMetrics" Nullable="false">
106720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
107720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the summary of thermal metrics for this subsystem."/>
108f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `ThermalMetrics`."/>
109720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
110720c9898SEd Tanous        </NavigationProperty>
111720c9898SEd Tanous        <Property Name="Actions" Type="ThermalSubsystem.v1_0_0.Actions" Nullable="false">
112720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
113f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
114720c9898SEd Tanous        </Property>
115720c9898SEd Tanous      </EntityType>
116720c9898SEd Tanous
117720c9898SEd Tanous      <ComplexType Name="Actions">
118720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
119720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
120720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
121720c9898SEd Tanous        <Property Name="Oem" Type="ThermalSubsystem.v1_0_0.OemActions" Nullable="false">
122720c9898SEd Tanous          <Annotation Term="OData.Description" String="This property contains the available OEM-specific actions for this resource."/>
123720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
124720c9898SEd Tanous        </Property>
125720c9898SEd Tanous      </ComplexType>
126720c9898SEd Tanous
127720c9898SEd Tanous      <ComplexType Name="OemActions">
128720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
129720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
130720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
131720c9898SEd Tanous      </ComplexType>
132720c9898SEd Tanous    </Schema>
133720c9898SEd Tanous
134720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_1">
135720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
137720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_0_0.ThermalSubsystem"/>
138720c9898SEd Tanous    </Schema>
139720c9898SEd Tanous
140f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_2">
141f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142f2a8e57eSGunnar Mills      <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."/>
143f2a8e57eSGunnar Mills      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_0_1.ThermalSubsystem"/>
144f2a8e57eSGunnar Mills    </Schema>
145f2a8e57eSGunnar Mills
146720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_1_0">
147720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
149720c9898SEd Tanous
150720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_0_0.ThermalSubsystem">
151720c9898SEd Tanous        <NavigationProperty Name="Heaters" Type="HeaterCollection.HeaterCollection" Nullable="false">
152720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of heaters within this subsystem."/>
154f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `HeaterCollection`."/>
155720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
156720c9898SEd Tanous        </NavigationProperty>
157720c9898SEd Tanous      </EntityType>
158720c9898SEd Tanous    </Schema>
159720c9898SEd Tanous
160720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_1_1">
161720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
162720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
163720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_1_0.ThermalSubsystem"/>
164720c9898SEd Tanous    </Schema>
165720c9898SEd Tanous
166f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_1_2">
167f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
168f2a8e57eSGunnar Mills      <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."/>
169f2a8e57eSGunnar Mills      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_1_1.ThermalSubsystem"/>
170f2a8e57eSGunnar Mills    </Schema>
171f2a8e57eSGunnar Mills
172720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_2_0">
173720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
174720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
175720c9898SEd Tanous
176720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_1_0.ThermalSubsystem">
177720c9898SEd Tanous        <NavigationProperty Name="CoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
178720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179720c9898SEd Tanous          <Annotation Term="OData.Description" String="A link to the coolant connectors for this equipment."/>
180f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the coolant connectors for this equipment."/>
181720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
182720c9898SEd Tanous        </NavigationProperty>
183720c9898SEd Tanous      </EntityType>
184720c9898SEd Tanous    </Schema>
185720c9898SEd Tanous
186720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_2_1">
187720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
189720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_2_0.ThermalSubsystem"/>
190720c9898SEd Tanous    </Schema>
191720c9898SEd Tanous
192f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_2_2">
193f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
194f2a8e57eSGunnar Mills      <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."/>
195f2a8e57eSGunnar Mills      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_2_1.ThermalSubsystem"/>
196f2a8e57eSGunnar Mills    </Schema>
197f2a8e57eSGunnar Mills
198720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_0">
199720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
200720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
201720c9898SEd Tanous
202720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_2_0.ThermalSubsystem">
203720c9898SEd Tanous        <Property Name="CoolantConnectorRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
204720c9898SEd Tanous          <Annotation Term="OData.Description" String="The redundancy information for the coolant connectors in this subsystem."/>
205f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of coolant connectors attached to this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `CoolantConnector`."/>
206720c9898SEd Tanous        </Property>
207720c9898SEd Tanous        <NavigationProperty Name="Pumps" Type="PumpCollection.PumpCollection" Nullable="false">
208720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
209720c9898SEd Tanous          <Annotation Term="OData.Description" String="A link to the pumps for this equipment."/>
210f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PumpCollection` that contains details for the pumps included in this equipment."/>
211720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
212720c9898SEd Tanous        </NavigationProperty>
213720c9898SEd Tanous        <NavigationProperty Name="LeakDetection" Type="LeakDetection.LeakDetection" ContainsTarget="true" Nullable="false">
214720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
215720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the leak detection system within this chassis."/>
216*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LeakDetection`.  This link should be used when the leak detection capabilities are tied to, or are internal to, a particular `Chassis`.  For detection capabilities that are tied to a `CoolingUnit` resource, which may span multiple `Chassis` resources, populating the `LeakDetection` resource under `CoolingUnit` for the relevant equipment is the preferred approach."/>
217720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
218720c9898SEd Tanous        </NavigationProperty>
219720c9898SEd Tanous      </EntityType>
220720c9898SEd Tanous    </Schema>
221720c9898SEd Tanous
222720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_1">
223720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
225720c9898SEd Tanous      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_3_0.ThermalSubsystem"/>
226720c9898SEd Tanous    </Schema>
227720c9898SEd Tanous
228f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_2">
229f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230f2a8e57eSGunnar Mills      <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."/>
231f2a8e57eSGunnar Mills      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_3_1.ThermalSubsystem"/>
232f2a8e57eSGunnar Mills    </Schema>
233f2a8e57eSGunnar Mills
2349b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_3">
2359b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2369b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `LeakDetection` in single-chassis equipments as compared to multi-chassis cooling equipment."/>
2379b46bc0bSMyung Bae      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_3_2.ThermalSubsystem"/>
2389b46bc0bSMyung Bae    </Schema>
2399b46bc0bSMyung Bae
240*c6d7a45dSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_4_0">
241*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
242*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.2"/>
243*c6d7a45dSGunnar Mills
244*c6d7a45dSGunnar Mills      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_3_3.ThermalSubsystem">
245*c6d7a45dSGunnar Mills        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
246*c6d7a45dSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
247*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="A link to the filters for this equipment."/>
248*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FilterCollection` that contains the filters for this equipment."/>
249*c6d7a45dSGunnar Mills          <Annotation Term="OData.AutoExpandReferences"/>
250*c6d7a45dSGunnar Mills        </NavigationProperty>
251*c6d7a45dSGunnar Mills      </EntityType>
252*c6d7a45dSGunnar Mills    </Schema>
253*c6d7a45dSGunnar Mills
254720c9898SEd Tanous  </edmx:DataServices>
255720c9898SEd Tanous</edmx:Edmx>
256