1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  RouteSetEntry v1.0.1                                                -->
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-2023 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
36      <EntityType Name="RouteSetEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37        <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."/>
38        <Annotation Term="OData.LongDescription" String="This Resource contains the content of a route set in the Redfish Specification."/>
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="true"/>
47          </Record>
48        </Annotation>
49        <Annotation Term="Capabilities.DeleteRestrictions">
50          <Record>
51            <PropertyValue Property="Deletable" Bool="true"/>
52          </Record>
53        </Annotation>
54        <Annotation Term="Redfish.Uris">
55          <Collection>
56            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
57            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
58            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
59            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
60            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
61            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
62            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/MSDT/{MSDTId}/RouteSet/{RouteId}</String>
63            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/SSDT/{SSDTId}/RouteSet/{RouteId}</String>
64            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/LPRT/{LPRTId}/RouteSet/{RouteId}</String>
65            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/MPRT/{MPRTId}/RouteSet/{RouteId}</String>
66          </Collection>
67        </Annotation>
68      </EntityType>
69
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  </edmx:DataServices>
127</edmx:Edmx>
128