12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4*c6d7a45dSGunnar Mills<!--# Redfish Schema: JobService v1.1.0 --> 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 --> 8d125652eSGunnar Mills<!--# Copyright 2014-2025 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> 33*c6d7a45dSGunnar Mills <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobDocumentCollection_v1.xml"> 34*c6d7a45dSGunnar Mills <edmx:Include Namespace="JobDocumentCollection"/> 35*c6d7a45dSGunnar Mills </edmx:Reference> 36*c6d7a45dSGunnar Mills <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobExecutorCollection_v1.xml"> 37*c6d7a45dSGunnar Mills <edmx:Include Namespace="JobExecutorCollection"/> 38*c6d7a45dSGunnar Mills </edmx:Reference> 392bde4061SEd Tanous <edmx:DataServices> 402bde4061SEd Tanous 412bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService"> 422bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 43f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 442bde4061SEd Tanous 452bde4061SEd Tanous <EntityType Name="JobService" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 46f2a8e57eSGunnar 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."/> 472bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent a job service for a Redfish implementation."/> 482bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 492bde4061SEd Tanous <Record> 502bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 512bde4061SEd Tanous </Record> 522bde4061SEd Tanous </Annotation> 532bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 542bde4061SEd Tanous <Record> 552bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 562bde4061SEd 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."/> 572bde4061SEd Tanous </Record> 582bde4061SEd Tanous </Annotation> 592bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 602bde4061SEd Tanous <Record> 612bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 622bde4061SEd Tanous </Record> 632bde4061SEd Tanous </Annotation> 642bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 652bde4061SEd Tanous <Collection> 662bde4061SEd Tanous <String>/redfish/v1/JobService</String> 672bde4061SEd Tanous </Collection> 682bde4061SEd Tanous </Annotation> 692bde4061SEd Tanous </EntityType> 70*c6d7a45dSGunnar Mills 71*c6d7a45dSGunnar Mills <Action Name="CancelAllJobs" IsBound="true"> 72*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Cancels all jobs."/> 73*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This action shall cancel all jobs. The service shall transition all jobs to the `Cancelled` state."/> 74*c6d7a45dSGunnar Mills <Parameter Name="JobService" Type="JobService.v1_0_0.Actions"/> 75*c6d7a45dSGunnar Mills <Annotation Term="Redfish.Revisions"> 76*c6d7a45dSGunnar Mills <Collection> 77*c6d7a45dSGunnar Mills <Record> 78*c6d7a45dSGunnar Mills <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 79*c6d7a45dSGunnar Mills <PropertyValue Property="Version" String="v1_1_0"/> 80*c6d7a45dSGunnar Mills </Record> 81*c6d7a45dSGunnar Mills </Collection> 82*c6d7a45dSGunnar Mills </Annotation> 83*c6d7a45dSGunnar Mills </Action> 842bde4061SEd Tanous </Schema> 852bde4061SEd Tanous 862bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_0"> 872bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 882bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2018.2"/> 892bde4061SEd Tanous 902bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.JobService"> 912bde4061SEd Tanous <Property Name="DateTime" Type="Edm.DateTimeOffset"> 922bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 932bde4061SEd Tanous <Annotation Term="OData.Description" String="The current date and time setting for the job service."/> 942bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the current date and time setting for the job service."/> 952bde4061SEd Tanous </Property> 962bde4061SEd Tanous <Property Name="ServiceEnabled" Type="Edm.Boolean"> 972bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 982bde4061SEd Tanous <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/> 992bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/> 1002bde4061SEd Tanous </Property> 1012bde4061SEd Tanous <Property Name="ServiceCapabilities" Type="JobService.v1_0_0.JobServiceCapabilities" Nullable="false"> 1022bde4061SEd Tanous <Annotation Term="OData.Description" String="The supported capabilities of this job service implementation."/> 103*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the capabilities or supported features of this implementation of a job service."/> 1042bde4061SEd Tanous </Property> 1052bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 1062bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 1072bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 1082bde4061SEd Tanous </Property> 1092bde4061SEd Tanous <NavigationProperty Name="Log" Type="LogService.LogService" Nullable="false"> 1102bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1112bde4061SEd 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."/> 112f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LogService` that this job service uses."/> 1132bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1142bde4061SEd Tanous </NavigationProperty> 1152bde4061SEd Tanous <NavigationProperty Name="Jobs" Type="JobCollection.JobCollection" ContainsTarget="true" Nullable="false"> 1162bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1172bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to the jobs collection."/> 118f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `JobCollection`."/> 1192bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1202bde4061SEd Tanous </NavigationProperty> 1212bde4061SEd Tanous <Property Name="Actions" Type="JobService.v1_0_0.Actions" Nullable="false"> 1222bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1232bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 1242bde4061SEd Tanous </Property> 1252bde4061SEd Tanous </EntityType> 1262bde4061SEd Tanous 1272bde4061SEd Tanous <ComplexType Name="JobServiceCapabilities"> 1282bde4061SEd Tanous <Annotation Term="OData.Description" String="The supported capabilities of this job service implementation."/> 1292bde4061SEd 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."/> 1302bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1312bde4061SEd Tanous <Property Name="MaxJobs" Type="Edm.Int64"> 1322bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="The maximum number of jobs supported."/> 1342bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of jobs supported by the implementation."/> 1352bde4061SEd Tanous </Property> 1362bde4061SEd Tanous <Property Name="MaxSteps" Type="Edm.Int64"> 1372bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1382bde4061SEd Tanous <Annotation Term="OData.Description" String="The maximum number of job steps supported."/> 1392bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of steps supported by a single job instance."/> 1402bde4061SEd Tanous </Property> 1412bde4061SEd Tanous <Property Name="Scheduling" Type="Edm.Boolean"> 1422bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1432bde4061SEd Tanous <Annotation Term="OData.Description" String="An indication of whether scheduling of jobs is supported."/> 144f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether the `Schedule` property within the job supports scheduling of jobs."/> 1452bde4061SEd Tanous </Property> 1462bde4061SEd Tanous </ComplexType> 1472bde4061SEd Tanous 1482bde4061SEd Tanous <ComplexType Name="Actions"> 1492bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1502bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1512bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 1522bde4061SEd Tanous <Property Name="Oem" Type="JobService.v1_0_0.OemActions" Nullable="false"> 1532bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1542bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 1552bde4061SEd Tanous </Property> 1562bde4061SEd Tanous </ComplexType> 1572bde4061SEd Tanous 1582bde4061SEd Tanous <ComplexType Name="OemActions"> 1592bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 1602bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1612bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 1622bde4061SEd Tanous </ComplexType> 1632bde4061SEd Tanous </Schema> 1642bde4061SEd Tanous 1652bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_1"> 1662bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1672bde4061SEd 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."/> 1682bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.v1_0_0.JobService"/> 1692bde4061SEd Tanous </Schema> 1702bde4061SEd Tanous 1712bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_2"> 1722bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 173f2a8e57eSGunnar 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."/> 1742bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.v1_0_1.JobService"/> 1752bde4061SEd Tanous </Schema> 1762bde4061SEd Tanous 1772bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_3"> 1782bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1792bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1802bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.v1_0_2.JobService"/> 1812bde4061SEd Tanous </Schema> 1822bde4061SEd Tanous 1832bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_4"> 1842bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1852bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1862bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.v1_0_3.JobService"/> 1872bde4061SEd Tanous </Schema> 1882bde4061SEd Tanous 1892bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_5"> 1902bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1912bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1922bde4061SEd Tanous <EntityType Name="JobService" BaseType="JobService.v1_0_4.JobService"/> 1932bde4061SEd Tanous </Schema> 1942bde4061SEd Tanous 195f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_0_6"> 196f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 197f2a8e57eSGunnar 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."/> 198f2a8e57eSGunnar Mills <EntityType Name="JobService" BaseType="JobService.v1_0_5.JobService"/> 199f2a8e57eSGunnar Mills </Schema> 200f2a8e57eSGunnar Mills 201*c6d7a45dSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JobService.v1_1_0"> 202*c6d7a45dSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 203*c6d7a45dSGunnar Mills <Annotation Term="Redfish.Release" String="2025.2"/> 204*c6d7a45dSGunnar Mills 205*c6d7a45dSGunnar Mills <EntityType Name="JobService" BaseType="JobService.v1_0_6.JobService"> 206*c6d7a45dSGunnar Mills <Property Name="ValidationPolicy" Type="JobService.v1_1_0.ValidationPolicy"> 207*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 208*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="The policy for how document-based jobs are validated."/> 209*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain policy for how document-based jobs are validated."/> 210*c6d7a45dSGunnar Mills </Property> 211*c6d7a45dSGunnar Mills <NavigationProperty Name="JobDocuments" Type="JobDocumentCollection.JobDocumentCollection" ContainsTarget="true" Nullable="false"> 212*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 213*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="The links to the job document collection."/> 214*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `JobDocumentCollection`. This property shall only be present if the service supports document-based jobs."/> 215*c6d7a45dSGunnar Mills <Annotation Term="OData.AutoExpandReferences"/> 216*c6d7a45dSGunnar Mills </NavigationProperty> 217*c6d7a45dSGunnar Mills <NavigationProperty Name="JobExecutors" Type="JobExecutorCollection.JobExecutorCollection" ContainsTarget="true" Nullable="false"> 218*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 219*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="The links to the job executor collection."/> 220*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `JobExecutorCollection`. This property shall only be present if the service supports document-based jobs."/> 221*c6d7a45dSGunnar Mills <Annotation Term="OData.AutoExpandReferences"/> 222*c6d7a45dSGunnar Mills </NavigationProperty> 223*c6d7a45dSGunnar Mills </EntityType> 224*c6d7a45dSGunnar Mills 225*c6d7a45dSGunnar Mills <ComplexType Name="JobServiceCapabilities" BaseType="JobService.v1_0_0.JobServiceCapabilities"> 226*c6d7a45dSGunnar Mills <Property Name="UserSpecifiedJobs" Type="Edm.Boolean"> 227*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 228*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="An indication of whether user-specified jobs are supported."/> 229*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether user-specified jobs are supported. User-specified jobs are jobs that are created by performing an HTTP `POST` operation on the `JobCollection` resource referenced by the `Jobs` property."/> 230*c6d7a45dSGunnar Mills </Property> 231*c6d7a45dSGunnar Mills <Property Name="DocumentBasedJobs" Type="Edm.Boolean"> 232*c6d7a45dSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 233*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="An indication of whether document-based jobs are supported."/> 234*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether document-based jobs are supported. Document-based jobs are jobs that are created by performing the `SubmitJob` action on a `JobDocument` resource in the `JobDocumentCollection` resource referenced by the `JobDocuments` property."/> 235*c6d7a45dSGunnar Mills </Property> 236*c6d7a45dSGunnar Mills </ComplexType> 237*c6d7a45dSGunnar Mills 238*c6d7a45dSGunnar Mills <EnumType Name="ValidationPolicy"> 239*c6d7a45dSGunnar Mills <Member Name="Automatic"> 240*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Jobs are validated automatically."/> 241*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate that jobs are validated automatically. The `JobState` property of a new job shall contain `Validating` when created with the `SubmitJob` action from the `JobDocument` resource."/> 242*c6d7a45dSGunnar Mills </Member> 243*c6d7a45dSGunnar Mills <Member Name="Manual"> 244*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Jobs are validated manually."/> 245*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate jobs are validated manually. The `JobState` property of a new job shall contain `New` when created with the `SubmitJob` action from the `JobDocument` resource and wait for a user to perform the `Validate` action in the `Job` resource."/> 246*c6d7a45dSGunnar Mills </Member> 247*c6d7a45dSGunnar Mills <Member Name="Bypass"> 248*c6d7a45dSGunnar Mills <Annotation Term="OData.Description" String="Jobs are not validated."/> 249*c6d7a45dSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate jobs are not validated. The `JobState` property of a new job shall contain `Pending` when created with the `SubmitJob` action from the `JobDocument` resource."/> 250*c6d7a45dSGunnar Mills </Member> 251*c6d7a45dSGunnar Mills </EnumType> 252*c6d7a45dSGunnar Mills </Schema> 253*c6d7a45dSGunnar Mills 2542bde4061SEd Tanous </edmx:DataServices> 2552bde4061SEd Tanous</edmx:Edmx> 256