1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  JsonSchemaFile v1.1.4                                               -->
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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource.v1_0_0"/>
25  </edmx:Reference>
26
27  <edmx:DataServices>
28
29    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile">
30      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
31
32      <EntityType Name="JsonSchemaFile" BaseType="Resource.v1_0_0.Resource" Abstract="true">
33        <Annotation Term="OData.Description" String="The JsonSchemaFile schema contains the properties that describe the locations, as URIs, of a Redfish Schema definition that a Redfish Service implements or references."/>
34        <Annotation Term="OData.LongDescription" String="This Resource shall represent the schema file locator Resource for a Redfish implementation."/>
35        <Annotation Term="Capabilities.InsertRestrictions">
36          <Record>
37            <PropertyValue Property="Insertable" Bool="false"/>
38          </Record>
39        </Annotation>
40        <Annotation Term="Capabilities.UpdateRestrictions">
41          <Record>
42            <PropertyValue Property="Updatable" Bool="false"/>
43          </Record>
44        </Annotation>
45        <Annotation Term="Capabilities.DeleteRestrictions">
46          <Record>
47            <PropertyValue Property="Deletable" Bool="false"/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Redfish.Uris">
51          <Collection>
52            <String>/redfish/v1/JsonSchemas/{JsonSchemaFileId}</String>
53          </Collection>
54        </Annotation>
55      </EntityType>
56
57    </Schema>
58
59    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_0">
60      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
61      <Annotation Term="Redfish.Release" String="1.0"/>
62
63      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.JsonSchemaFile">
64        <Property Name="Languages" Type="Collection(Edm.String)" Nullable="false">
65          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
66          <Annotation Term="OData.Description" String="The RFC5646-conformant language codes for the available schemas."/>
67          <Annotation Term="OData.LongDescription" String="This property contains a set of RFC5646-conformant language codes."/>
68          <Annotation Term="Redfish.Required"/>
69        </Property>
70        <Property Name="Schema" Type="Edm.String" Nullable="false">
71          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
72          <Annotation Term="OData.Description" String="The @odata.type name this schema describes."/>
73          <Annotation Term="OData.LongDescription" String="This property shall contain the @odata.type property value for that schema and shall conform to the Redfish Specification-specified syntax for the Type property."/>
74          <Annotation Term="Redfish.Required"/>
75        </Property>
76        <Property Name="Location" Type="Collection(JsonSchemaFile.v1_0_0.Location)" Nullable="false">
77          <Annotation Term="OData.Description" String="Location information for this schema file."/>
78          <Annotation Term="OData.LongDescription" String="This property shall contain the location information for this schema file."/>
79          <Annotation Term="Redfish.Required"/>
80        </Property>
81      </EntityType>
82
83      <ComplexType Name="Location">
84        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
85        <Annotation Term="OData.Description" String="Location information for a schema file."/>
86        <Annotation Term="OData.LongDescription" String="This type shall describe location information for a schema file."/>
87        <Property Name="Language" Type="Edm.String" Nullable="false">
88          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
89          <Annotation Term="OData.Description" String="The language code for the schema file."/>
90          <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code or the `default` string."/>
91        </Property>
92        <Property Name="Uri" Type="Edm.String" Nullable="false">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
94          <Annotation Term="OData.Description" String="The link to locally available URI for schema."/>
95          <Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with the Redfish Service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only individual schema files.  The file name portion of the URI shall conform to the format specified in the Redfish Specification."/>
96          <Annotation Term="OData.IsURL"/>
97        </Property>
98        <Property Name="ArchiveUri" Type="Edm.String" Nullable="false">
99          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100          <Annotation Term="OData.Description" String="The link to an archive file, if the schema is hosted on the service in an archive file."/>
101          <Annotation Term="OData.LongDescription" String="This property shall contain a URI colocated with the Redfish Service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only archive files, in zip or other formats.  The ArchiveFile value shall be the individual schema file name within the archive file."/>
102          <Annotation Term="OData.IsURL"/>
103        </Property>
104        <Property Name="PublicationUri" Type="Edm.String" Nullable="false">
105          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
106          <Annotation Term="OData.Description" String="The link to publicly available (canonical) URI for schema."/>
107          <Annotation Term="OData.LongDescription" String="This property shall contain a URI not colocated with the Redfish Service that specifies the canonical location of the schema file.  This property shall be used for only individual schema files."/>
108          <Annotation Term="OData.IsURL"/>
109        </Property>
110        <Property Name="ArchiveFile" Type="Edm.String" Nullable="false">
111          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112          <Annotation Term="OData.Description" String="The name of the file in the archive, if the schema is hosted on the service in an archive file."/>
113          <Annotation Term="OData.LongDescription" String="This property shall contain the file name of the individual schema file within the archive file that the ArchiveUri property specifies.  The file name shall conform to the Redfish Specification-described format."/>
114        </Property>
115      </ComplexType>
116
117    </Schema>
118
119    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_2">
120      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
121      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
122      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_0.JsonSchemaFile"/>
123    </Schema>
124
125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_3">
126      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
128      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_2.JsonSchemaFile"/>
129    </Schema>
130
131    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_4">
132      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
133      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
134      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_3.JsonSchemaFile"/>
135    </Schema>
136
137    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_5">
138      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
139      <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."/>
140      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_4.JsonSchemaFile"/>
141    </Schema>
142
143    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_6">
144      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
145      <Annotation Term="OData.Description" String="This version was created to correct the description of the Uri and ArchiveFile properties."/>
146      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_5.JsonSchemaFile"/>
147    </Schema>
148
149    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_7">
150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151      <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."/>
152      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_6.JsonSchemaFile"/>
153    </Schema>
154
155    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_8">
156      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines.  It was also created to update the description of ArchiveUri and Uri."/>
158      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_7.JsonSchemaFile"/>
159    </Schema>
160
161    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_0">
162      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163      <Annotation Term="Redfish.Release" String="2017.1"/>
164      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_4.JsonSchemaFile">
165        <Property Name="Actions" Type="JsonSchemaFile.v1_1_0.Actions" Nullable="false">
166          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
168        </Property>
169      </EntityType>
170
171      <ComplexType Name="Actions">
172        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
173        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
174        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
175        <Property Name="Oem" Type="JsonSchemaFile.v1_1_0.OemActions" Nullable="false">
176          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
178        </Property>
179      </ComplexType>
180
181      <ComplexType Name="OemActions">
182        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
183        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
184        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
185      </ComplexType>
186    </Schema>
187
188    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_1">
189      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
190      <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."/>
191      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_0.JsonSchemaFile"/>
192    </Schema>
193
194    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_2">
195      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
196      <Annotation Term="OData.Description" String="This version was created to correct the description of the Uri and ArchiveFile properties."/>
197      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_1.JsonSchemaFile"/>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_3">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <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."/>
203      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_2.JsonSchemaFile"/>
204    </Schema>
205
206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_4">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines.  It was also created to update the description of ArchiveUri and Uri."/>
209      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_3.JsonSchemaFile"/>
210    </Schema>
211
212  </edmx:DataServices>
213</edmx:Edmx>
214