12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  JobService v1.0.6                                                   -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobCollection_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="JobCollection"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml">
312bde4061SEd Tanous    <edmx:Include Namespace="LogService"/>
322bde4061SEd Tanous  </edmx:Reference>
332bde4061SEd Tanous
342bde4061SEd Tanous  <edmx:DataServices>
352bde4061SEd Tanous
362bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService">
372bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
38*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
392bde4061SEd Tanous
402bde4061SEd Tanous      <EntityType Name="JobService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
41*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `JobService` schema contains properties for scheduling and execution of operations, represents the properties for the job service itself, and has links to jobs managed by the job service."/>
422bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a job service for a Redfish implementation."/>
432bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
442bde4061SEd Tanous          <Record>
452bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
462bde4061SEd Tanous          </Record>
472bde4061SEd Tanous        </Annotation>
482bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
492bde4061SEd Tanous          <Record>
502bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
512bde4061SEd Tanous            <Annotation Term="OData.Description" String="The job service can be updated to enable or disable the service, though some implementations might fail the update operation."/>
522bde4061SEd Tanous          </Record>
532bde4061SEd Tanous        </Annotation>
542bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
552bde4061SEd Tanous          <Record>
562bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
572bde4061SEd Tanous          </Record>
582bde4061SEd Tanous        </Annotation>
592bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
602bde4061SEd Tanous          <Collection>
612bde4061SEd Tanous            <String>/redfish/v1/JobService</String>
622bde4061SEd Tanous          </Collection>
632bde4061SEd Tanous        </Annotation>
642bde4061SEd Tanous      </EntityType>
652bde4061SEd Tanous    </Schema>
662bde4061SEd Tanous
672bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_0">
682bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
702bde4061SEd Tanous
712bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.JobService">
722bde4061SEd Tanous        <Property Name="DateTime" Type="Edm.DateTimeOffset">
732bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
742bde4061SEd Tanous          <Annotation Term="OData.Description" String="The current date and time setting for the job service."/>
752bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the current date and time setting for the job service."/>
762bde4061SEd Tanous        </Property>
772bde4061SEd Tanous        <Property Name="ServiceEnabled" Type="Edm.Boolean">
782bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
792bde4061SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
802bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
812bde4061SEd Tanous        </Property>
822bde4061SEd Tanous        <Property Name="ServiceCapabilities" Type="JobService.v1_0_0.JobServiceCapabilities" Nullable="false">
832bde4061SEd Tanous          <Annotation Term="OData.Description" String="The supported capabilities of this job service implementation."/>
842bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the capabilities or supported features of this implementation of a job service."/>
852bde4061SEd Tanous        </Property>
862bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
872bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
882bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
892bde4061SEd Tanous        </Property>
902bde4061SEd Tanous        <NavigationProperty Name="Log" Type="LogService.LogService" Nullable="false">
912bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
922bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to a log service that the job service uses.  This service can be a dedicated log service or a pointer to a log service under another resource, such as a manager."/>
93*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LogService` that this job service uses."/>
942bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
952bde4061SEd Tanous        </NavigationProperty>
962bde4061SEd Tanous        <NavigationProperty Name="Jobs" Type="JobCollection.JobCollection" ContainsTarget="true" Nullable="false">
972bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
982bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to the jobs collection."/>
99*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `JobCollection`."/>
1002bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1012bde4061SEd Tanous        </NavigationProperty>
1022bde4061SEd Tanous        <Property Name="Actions" Type="JobService.v1_0_0.Actions" Nullable="false">
1032bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1042bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1052bde4061SEd Tanous        </Property>
1062bde4061SEd Tanous      </EntityType>
1072bde4061SEd Tanous
1082bde4061SEd Tanous      <ComplexType Name="JobServiceCapabilities">
1092bde4061SEd Tanous        <Annotation Term="OData.Description" String="The supported capabilities of this job service implementation."/>
1102bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the capabilities or supported features of this implementation of a job service."/>
1112bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1122bde4061SEd Tanous        <Property Name="MaxJobs" Type="Edm.Int64">
1132bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1142bde4061SEd Tanous          <Annotation Term="OData.Description" String="The maximum number of jobs supported."/>
1152bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of jobs supported by the implementation."/>
1162bde4061SEd Tanous        </Property>
1172bde4061SEd Tanous        <Property Name="MaxSteps" Type="Edm.Int64">
1182bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1192bde4061SEd Tanous          <Annotation Term="OData.Description" String="The maximum number of job steps supported."/>
1202bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of steps supported by a single job instance."/>
1212bde4061SEd Tanous        </Property>
1222bde4061SEd Tanous        <Property Name="Scheduling" Type="Edm.Boolean">
1232bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1242bde4061SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether scheduling of jobs is supported."/>
125*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the `Schedule` property within the job supports scheduling of jobs."/>
1262bde4061SEd Tanous        </Property>
1272bde4061SEd Tanous      </ComplexType>
1282bde4061SEd Tanous
1292bde4061SEd Tanous      <ComplexType Name="Actions">
1302bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1312bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1322bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1332bde4061SEd Tanous        <Property Name="Oem" Type="JobService.v1_0_0.OemActions" Nullable="false">
1342bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1352bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1362bde4061SEd Tanous        </Property>
1372bde4061SEd Tanous      </ComplexType>
1382bde4061SEd Tanous
1392bde4061SEd Tanous      <ComplexType Name="OemActions">
1402bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1412bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1422bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1432bde4061SEd Tanous      </ComplexType>
1442bde4061SEd Tanous    </Schema>
1452bde4061SEd Tanous
1462bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_1">
1472bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1482bde4061SEd Tanous      <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.  It was also created to correct the resource description."/>
1492bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.v1_0_0.JobService"/>
1502bde4061SEd Tanous    </Schema>
1512bde4061SEd Tanous
1522bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_2">
1532bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description of the `Log` property.  It was also created to update descriptions that this schema defines."/>
1552bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.v1_0_1.JobService"/>
1562bde4061SEd Tanous    </Schema>
1572bde4061SEd Tanous
1582bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_3">
1592bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1602bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1612bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.v1_0_2.JobService"/>
1622bde4061SEd Tanous    </Schema>
1632bde4061SEd Tanous
1642bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_4">
1652bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1662bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1672bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.v1_0_3.JobService"/>
1682bde4061SEd Tanous    </Schema>
1692bde4061SEd Tanous
1702bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_5">
1712bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1722bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1732bde4061SEd Tanous      <EntityType Name="JobService" BaseType="JobService.v1_0_4.JobService"/>
1742bde4061SEd Tanous    </Schema>
1752bde4061SEd Tanous
176*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_6">
177*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
178*f2a8e57eSGunnar Mills      <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."/>
179*f2a8e57eSGunnar Mills      <EntityType Name="JobService" BaseType="JobService.v1_0_5.JobService"/>
180*f2a8e57eSGunnar Mills    </Schema>
181*f2a8e57eSGunnar Mills
1822bde4061SEd Tanous  </edmx:DataServices>
1832bde4061SEd Tanous</edmx:Edmx>
184