Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 4 | <!--# Redfish Schema: Redundancy v1.3.4 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 8 | <!--# Copyright 2014-2020 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 18 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 21 | <edmx:Include Namespace="Resource"/> |
| 22 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 23 | </edmx:Reference> |
| 24 | |
| 25 | <edmx:DataServices> |
| 26 | |
| 27 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy"> |
| 28 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 29 | |
| 30 | <EntityType Name="Redundancy" BaseType="Resource.v1_0_0.ReferenceableMember" Abstract="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 31 | <Annotation Term="OData.Description" String="The common redundancy definition and structure used in other Redfish schemas."/> |
| 32 | <Annotation Term="OData.LongDescription" String="This object represents the redundancy element property."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 33 | </EntityType> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 34 | </Schema> |
| 35 | |
| 36 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_0"> |
| 37 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 38 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 39 | |
| 40 | <EntityType Name="Redundancy" BaseType="Redundancy.Redundancy"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 41 | <Property Name="Name" Type="Edm.String" Nullable="false"> |
| 42 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 43 | <Annotation Term="OData.Description" String="The name of the resource or array member."/> |
| 44 | <Annotation Term="OData.LongDescription" String="This object represents the name of this resource or array member. The resource values shall comply with the Redfish Specification-described requirements. This string value shall be of the 'Name' reserved word format."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 45 | <Annotation Term="Redfish.Required"/> |
| 46 | </Property> |
| 47 | <Property Name="Mode" Type="Redundancy.v1_0_0.RedundancyMode"> |
| 48 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 49 | <Annotation Term="OData.Description" String="The redundancy mode of the group."/> |
| 50 | <Annotation Term="OData.LongDescription" String="This property shall contain the information about the redundancy mode of this subsystem."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 51 | <Annotation Term="Redfish.Required"/> |
| 52 | </Property> |
| 53 | <Property Name="MaxNumSupported" Type="Edm.Int64"> |
| 54 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 55 | <Annotation Term="OData.Description" String="The maximum number of members allowable for this particular redundancy group."/> |
| 56 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of members allowed in the redundancy group."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 57 | </Property> |
| 58 | <Property Name="MinNumNeeded" Type="Edm.Int64"> |
| 59 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 60 | <Annotation Term="OData.Description" String="The minimum number of members needed for this group to be redundant."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 61 | <Annotation Term="OData.LongDescription" String="This property shall contain the minimum number of members allowed in the redundancy group for the current redundancy mode to still be fault tolerant."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 62 | <Annotation Term="Redfish.Required"/> |
| 63 | </Property> |
| 64 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 65 | <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> |
| 66 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 67 | <Annotation Term="Redfish.Required"/> |
| 68 | </Property> |
| 69 | <NavigationProperty Name="RedundancySet" Type="Collection(Resource.Item)"> |
| 70 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 71 | <Annotation Term="OData.Description" String="The links to components of this redundancy set."/> |
| 72 | <Annotation Term="OData.LongDescription" String="This property shall contain the links to components that are part of this redundancy set."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 73 | <Annotation Term="OData.AutoExpandReferences"/> |
| 74 | <Annotation Term="Redfish.Required"/> |
| 75 | </NavigationProperty> |
| 76 | </EntityType> |
| 77 | |
| 78 | <TypeDefinition Name="RedundancyMode" UnderlyingType="Edm.String"> |
| 79 | <Annotation Term="Redfish.Enumeration"> |
| 80 | <Collection> |
| 81 | <Record> |
| 82 | <PropertyValue Property="Member" String="Failover"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 83 | <Annotation Term="OData.Description" String="Failure of one unit automatically causes a standby or offline unit in the redundancy set to take over its functions."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 84 | </Record> |
| 85 | <Record> |
| 86 | <PropertyValue Property="Member" String="N+m"/> |
| 87 | <Annotation Term="OData.Description" String="Multiple units are available and active such that normal operation will continue if one or more units fail."/> |
| 88 | </Record> |
| 89 | <Record> |
| 90 | <PropertyValue Property="Member" String="Sharing"/> |
| 91 | <Annotation Term="OData.Description" String="Multiple units contribute or share such that operation will continue, but at a reduced capacity, if one or more units fail."/> |
| 92 | </Record> |
| 93 | <Record> |
| 94 | <PropertyValue Property="Member" String="Sparing"/> |
| 95 | <Annotation Term="OData.Description" String="One or more spare units are available to take over the function of a failed unit, but takeover is not automatic."/> |
| 96 | </Record> |
| 97 | <Record> |
| 98 | <PropertyValue Property="Member" String="NotRedundant"/> |
| 99 | <Annotation Term="OData.Description" String="The subsystem is not configured in a redundancy mode, either due to configuration or the functionality has been disabled by the user."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 100 | <Annotation Term="Redfish.Revisions"> |
| 101 | <Collection> |
| 102 | <Record> |
| 103 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 104 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 105 | </Record> |
| 106 | </Collection> |
| 107 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 108 | </Record> |
| 109 | </Collection> |
| 110 | </Annotation> |
| 111 | </TypeDefinition> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 112 | </Schema> |
| 113 | |
| 114 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_1"> |
| 115 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 116 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 117 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_0.Redundancy"/> |
| 118 | </Schema> |
| 119 | |
| 120 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_2"> |
| 121 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 122 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 123 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_1.Redundancy"/> |
| 124 | </Schema> |
| 125 | |
| 126 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_3"> |
| 127 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 128 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 129 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_2.Redundancy"/> |
| 130 | </Schema> |
| 131 | |
| 132 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_4"> |
| 133 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 134 | <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 135 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_3.Redundancy"/> |
| 136 | </Schema> |
| 137 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 138 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_5"> |
| 139 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 140 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 141 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_4.Redundancy"/> |
| 142 | </Schema> |
| 143 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 144 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_6"> |
| 145 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 146 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to remove the required term on MaxNumSupported."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 147 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_5.Redundancy"/> |
| 148 | </Schema> |
| 149 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 150 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_7"> |
| 151 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 152 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 153 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_6.Redundancy"/> |
| 154 | </Schema> |
| 155 | |
| 156 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_8"> |
| 157 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 158 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 159 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_7.Redundancy"/> |
| 160 | </Schema> |
| 161 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 162 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_0_9"> |
| 163 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 164 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 165 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_8.Redundancy"/> |
| 166 | </Schema> |
| 167 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 168 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_0"> |
| 169 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 170 | <Annotation Term="Redfish.Release" String="2016.2"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 171 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 172 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_0_2.Redundancy"> |
| 173 | <Property Name="RedundancyEnabled" Type="Edm.Boolean"> |
| 174 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 175 | <Annotation Term="OData.Description" String="An indication of whether redundancy is enabled."/> |
| 176 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether the redundancy is enabled."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 177 | </Property> |
| 178 | </EntityType> |
| 179 | </Schema> |
| 180 | |
| 181 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_1"> |
| 182 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 183 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 184 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_0.Redundancy"/> |
| 185 | </Schema> |
| 186 | |
| 187 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_2"> |
| 188 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 189 | <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 190 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_1.Redundancy"/> |
| 191 | </Schema> |
| 192 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 193 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_3"> |
| 194 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 195 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 196 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_2.Redundancy"/> |
| 197 | </Schema> |
| 198 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 199 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_4"> |
| 200 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 201 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to remove the required term on MaxNumSupported."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 202 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_3.Redundancy"/> |
| 203 | </Schema> |
| 204 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 205 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_5"> |
| 206 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 207 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 208 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_4.Redundancy"/> |
| 209 | </Schema> |
| 210 | |
| 211 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_6"> |
| 212 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 213 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 214 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_5.Redundancy"/> |
| 215 | </Schema> |
| 216 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 217 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_1_7"> |
| 218 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 219 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 220 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_6.Redundancy"/> |
| 221 | </Schema> |
| 222 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 223 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_0"> |
| 224 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 225 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 226 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 227 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_1_2.Redundancy"> |
| 228 | <Property Name="Actions" Type="Redundancy.v1_2_0.Actions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 229 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 230 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 231 | </Property> |
| 232 | </EntityType> |
| 233 | |
| 234 | <ComplexType Name="Actions"> |
| 235 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 236 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 237 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 238 | <Property Name="Oem" Type="Redundancy.v1_2_0.OemActions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 239 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 240 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 241 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 242 | </ComplexType> |
| 243 | |
| 244 | <ComplexType Name="OemActions"> |
| 245 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 246 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 247 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 248 | </ComplexType> |
| 249 | </Schema> |
| 250 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 251 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_1"> |
| 252 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 253 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 254 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_0.Redundancy"/> |
| 255 | </Schema> |
| 256 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 257 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_2"> |
| 258 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 259 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to remove the required term on MaxNumSupported."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 260 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_1.Redundancy"/> |
| 261 | </Schema> |
| 262 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 263 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_3"> |
| 264 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 265 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 266 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_2.Redundancy"/> |
| 267 | </Schema> |
| 268 | |
| 269 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_4"> |
| 270 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 271 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 272 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_3.Redundancy"/> |
| 273 | </Schema> |
| 274 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 275 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_2_5"> |
| 276 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 277 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 278 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_4.Redundancy"/> |
| 279 | </Schema> |
| 280 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 281 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_0"> |
| 282 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 283 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 284 | <Annotation Term="OData.Description" String="This version was created to add the `NotRedundant` enumeration to Mode, enable read-write support for that property, and clarify its description."/> |
| 285 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 286 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_2_0.Redundancy"/> |
| 287 | </Schema> |
| 288 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 289 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_1"> |
| 290 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 291 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 292 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_3_0.Redundancy"/> |
| 293 | </Schema> |
| 294 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 295 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_2"> |
| 296 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 297 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to remove the required term on MaxNumSupported."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 298 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_3_1.Redundancy"/> |
| 299 | </Schema> |
| 300 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 301 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_3"> |
| 302 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 303 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 304 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_3_2.Redundancy"/> |
| 305 | </Schema> |
| 306 | |
| 307 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_4"> |
| 308 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 309 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 310 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_3_3.Redundancy"/> |
| 311 | </Schema> |
| 312 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 313 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Redundancy.v1_3_5"> |
| 314 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 315 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 316 | <EntityType Name="Redundancy" BaseType="Redundancy.v1_3_4.Redundancy"/> |
| 317 | </Schema> |
| 318 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 319 | </edmx:DataServices> |
| 320 | </edmx:Edmx> |