xref: /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AutomationNodeCollection_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1*c6d7a45dSGunnar Mills<?xml version="1.0" encoding="UTF-8"?>
2*c6d7a45dSGunnar Mills<!---->
3*c6d7a45dSGunnar Mills<!--################################################################################       -->
4*c6d7a45dSGunnar Mills<!--# Redfish Schema:  AutomationNodeCollection                                            -->
5*c6d7a45dSGunnar Mills<!--#                                                                                      -->
6*c6d7a45dSGunnar Mills<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*c6d7a45dSGunnar Mills<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*c6d7a45dSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9*c6d7a45dSGunnar Mills<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*c6d7a45dSGunnar Mills<!--################################################################################       -->
11*c6d7a45dSGunnar Mills<!---->
12*c6d7a45dSGunnar Mills<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*c6d7a45dSGunnar Mills
14*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*c6d7a45dSGunnar Mills    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*c6d7a45dSGunnar Mills  </edmx:Reference>
17*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*c6d7a45dSGunnar Mills    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*c6d7a45dSGunnar Mills  </edmx:Reference>
20*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21*c6d7a45dSGunnar Mills    <edmx:Include Namespace="Resource.v1_0_0"/>
22*c6d7a45dSGunnar Mills  </edmx:Reference>
23*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24*c6d7a45dSGunnar Mills    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25*c6d7a45dSGunnar Mills  </edmx:Reference>
26*c6d7a45dSGunnar Mills  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AutomationNode_v1.xml">
27*c6d7a45dSGunnar Mills    <edmx:Include Namespace="AutomationNode"/>
28*c6d7a45dSGunnar Mills  </edmx:Reference>
29*c6d7a45dSGunnar Mills
30*c6d7a45dSGunnar Mills  <edmx:DataServices>
31*c6d7a45dSGunnar Mills
32*c6d7a45dSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AutomationNodeCollection">
33*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
35*c6d7a45dSGunnar Mills
36*c6d7a45dSGunnar Mills      <EntityType Name="AutomationNodeCollection" BaseType="Resource.v1_0_0.ResourceCollection">
37*c6d7a45dSGunnar Mills        <Annotation Term="OData.Description" String="The collection of `AutomationNode` resource instances."/>
38*c6d7a45dSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of `AutomationNode` instances for a Redfish implementation."/>
39*c6d7a45dSGunnar Mills        <Annotation Term="Capabilities.InsertRestrictions">
40*c6d7a45dSGunnar Mills          <Record>
41*c6d7a45dSGunnar Mills            <PropertyValue Property="Insertable" Bool="false"/>
42*c6d7a45dSGunnar Mills          </Record>
43*c6d7a45dSGunnar Mills        </Annotation>
44*c6d7a45dSGunnar Mills        <Annotation Term="Capabilities.UpdateRestrictions">
45*c6d7a45dSGunnar Mills          <Record>
46*c6d7a45dSGunnar Mills            <PropertyValue Property="Updatable" Bool="false"/>
47*c6d7a45dSGunnar Mills          </Record>
48*c6d7a45dSGunnar Mills        </Annotation>
49*c6d7a45dSGunnar Mills        <Annotation Term="Capabilities.DeleteRestrictions">
50*c6d7a45dSGunnar Mills          <Record>
51*c6d7a45dSGunnar Mills            <PropertyValue Property="Deletable" Bool="false"/>
52*c6d7a45dSGunnar Mills          </Record>
53*c6d7a45dSGunnar Mills        </Annotation>
54*c6d7a45dSGunnar Mills        <Annotation Term="Redfish.Uris">
55*c6d7a45dSGunnar Mills          <Collection>
56*c6d7a45dSGunnar Mills            <String>/redfish/v1/AutomationNodes</String>
57*c6d7a45dSGunnar Mills          </Collection>
58*c6d7a45dSGunnar Mills        </Annotation>
59*c6d7a45dSGunnar Mills        <NavigationProperty Name="Members" Type="Collection(AutomationNode.AutomationNode)">
60*c6d7a45dSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
61*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The members of this collection."/>
62*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/>
63*c6d7a45dSGunnar Mills          <Annotation Term="OData.AutoExpandReferences"/>
64*c6d7a45dSGunnar Mills          <Annotation Term="Redfish.Required"/>
65*c6d7a45dSGunnar Mills        </NavigationProperty>
66*c6d7a45dSGunnar Mills      </EntityType>
67*c6d7a45dSGunnar Mills    </Schema>
68*c6d7a45dSGunnar Mills
69*c6d7a45dSGunnar Mills  </edmx:DataServices>
70*c6d7a45dSGunnar Mills</edmx:Edmx>
71