1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  RouteSetEntry v1.0.2                                                -->
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-2024 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
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/RedfishExtensions_v1.xml">
28    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29  </edmx:Reference>
30
31  <edmx:DataServices>
32
33    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry">
34      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35      <Annotation Term="Redfish.Language" String="en"/>
36
37      <EntityType Name="RouteSetEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38        <Annotation Term="OData.Description" String="The `RouteSetEntry` schema contains the information about a route.  It is part of a larger set that contains possible routes for a particular route entry."/>
39        <Annotation Term="OData.LongDescription" String="This resource shall represent the content of a route set in the Redfish Specification."/>
40        <Annotation Term="Capabilities.InsertRestrictions">
41          <Record>
42            <PropertyValue Property="Insertable" Bool="false"/>
43          </Record>
44        </Annotation>
45        <Annotation Term="Capabilities.UpdateRestrictions">
46          <Record>
47            <PropertyValue Property="Updatable" Bool="true"/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Capabilities.DeleteRestrictions">
51          <Record>
52            <PropertyValue Property="Deletable" Bool="true"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Redfish.Uris">
56          <Collection>
57            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
58            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
59            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
60            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
61            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
62            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
63            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
64            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
65            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
66            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
67          </Collection>
68        </Annotation>
69      </EntityType>
70    </Schema>
71
72    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_0">
73      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
74      <Annotation Term="Redfish.Release" String="2019.4"/>
75
76      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.RouteSetEntry">
77        <Property Name="Valid" Type="Edm.Boolean" Nullable="false">
78          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
79          <Annotation Term="OData.Description" String="An indication of whether the entry is valid."/>
80          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the entry is valid."/>
81        </Property>
82        <Property Name="VCAction" Type="Edm.Int64" Nullable="false">
83          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
84          <Annotation Term="OData.Description" String="The Virtual Channel Action index."/>
85          <Annotation Term="OData.LongDescription" String="This property shall contain the index to the VCAT entry corresponding to this route."/>
86        </Property>
87        <Property Name="HopCount" Type="Edm.Int64" Nullable="false">
88          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
89          <Annotation Term="OData.Description" String="The number of hops."/>
90          <Annotation Term="OData.LongDescription" String="This property shall contain the number of hops to the destination component from the indicated egress interface."/>
91        </Property>
92        <Property Name="EgressIdentifier" Type="Edm.Int64" Nullable="false">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
94          <Annotation Term="OData.Description" String="The egress interface identifier."/>
95          <Annotation Term="OData.LongDescription" String="This property shall contain the interface identifier corresponding to this route."/>
96        </Property>
97        <Property Name="Actions" Type="RouteSetEntry.v1_0_0.Actions" Nullable="false">
98          <Annotation Term="OData.Description" String="The available actions for this resource."/>
99          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
100        </Property>
101      </EntityType>
102
103      <ComplexType Name="Actions">
104        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
105        <Annotation Term="OData.Description" String="The available actions for this resource."/>
106        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
107        <Property Name="Oem" Type="RouteSetEntry.v1_0_0.OemActions" Nullable="false">
108          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
110        </Property>
111      </ComplexType>
112
113      <ComplexType Name="OemActions">
114        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
115        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
116        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
117      </ComplexType>
118    </Schema>
119
120    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_1">
121      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
122      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
123      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.v1_0_0.RouteSetEntry"/>
124    </Schema>
125
126    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="RouteSetEntry.v1_0_2">
127      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
128      <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."/>
129      <EntityType Name="RouteSetEntry" BaseType="RouteSetEntry.v1_0_1.RouteSetEntry"/>
130    </Schema>
131
132  </edmx:DataServices>
133</edmx:Edmx>
134