blob: 4b2ac19db91cf796fca82b27d6a140bf2f6fa87f [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: PCIeFunction v1.2.1-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
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 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
31 <edmx:Include Namespace="EthernetInterface"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
34 <edmx:Include Namespace="PCIeDevice"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
37 <edmx:Include Namespace="Drive"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
40 <edmx:Include Namespace="Storage"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
43 <edmx:Include Namespace="NetworkDeviceFunction"/>
44 </edmx:Reference>
45
46 <edmx:DataServices>
Ed Tanous530520e2019-01-02 13:41:37 -080047
Jason M. Billsea4aa752018-06-05 13:29:11 -070048 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction">
49 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
50
51 <EntityType Name="PCIeFunction" BaseType="Resource.v1_0_0.Resource" Abstract="true">
52 <Annotation Term="OData.Description" String="This is the schema definition for the PCIeFunction resource. It represents the properties of a PCIeFunction attached to a System."/>
Ed Tanous530520e2019-01-02 13:41:37 -080053 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a PCIeFunction attached to a System."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070054 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanous530520e2019-01-02 13:41:37 -080055 <Annotation Term="Capabilities.InsertRestrictions">
56 <Record>
57 <PropertyValue Property="Insertable" Bool="false"/>
58 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.UpdateRestrictions">
61 <Record>
62 <PropertyValue Property="Updatable" Bool="false"/>
63 </Record>
64 </Annotation>
65 <Annotation Term="Capabilities.DeleteRestrictions">
66 <Record>
67 <PropertyValue Property="Deletable" Bool="false"/>
68 </Record>
69 </Annotation>
70 <Annotation Term="Redfish.Uris">
71 <Collection>
72 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/PCIeFunctions/{PCIeFunctionId}</String>
73 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/PCIeFunctions/{PCIeFunctionId}</String>
74 </Collection>
75 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 </EntityType>
77
78 </Schema>
79
80 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_0">
81 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060082 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070083 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.PCIeFunction">
84 <Annotation Term="OData.Description" String="This is the schema definition for the PCIeFunction resource. It represents the properties of a PCIeFunction attached to a System."/>
Ed Tanous530520e2019-01-02 13:41:37 -080085 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a PCIeFunction attached to a System."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070086 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
87
88 <Property Name="FunctionId" Type="Edm.Int64">
89 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
90 <Annotation Term="OData.Description" String="The the PCIe Function identifier."/>
91 <Annotation Term="OData.LongDescription" String="The value of this property shall the PCIe device function number within a given PCIe device."/>
92 </Property>
93 <Property Name="FunctionType" Type="PCIeFunction.v1_0_0.FunctionType" Nullable="false">
94 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
95 <Annotation Term="OData.Description" String="The type of the PCIe Function."/>
96 <Annotation Term="OData.LongDescription" String="The value of this property shall be the function type of the PCIe device function such as Physical or Virtual."/>
97 </Property>
98 <Property Name="DeviceClass" Type="PCIeFunction.v1_0_0.DeviceClass" Nullable="false">
99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100 <Annotation Term="OData.Description" String="The class for this PCIe Function."/>
101 <Annotation Term="OData.LongDescription" String="The value of this property shall be the device class of the PCIe device function such as Storage, Network, Memory etc."/>
102 </Property>
103 <Property Name="DeviceId" Type="Edm.String">
104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
105 <Annotation Term="OData.Description" String="The Device ID of this PCIe function."/>
106 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Device ID of the PCIe device function."/>
107 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
108 </Property>
109 <Property Name="VendorId" Type="Edm.String">
110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111 <Annotation Term="OData.Description" String="The Vendor ID of this PCIe function."/>
112 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Vendor ID of the PCIe device function."/>
113 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
114 </Property>
115 <Property Name="ClassCode" Type="Edm.String">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117 <Annotation Term="OData.Description" String="The Class Code of this PCIe function."/>
118 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Class Code of the PCIe device function."/>
119 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){3}$"/>
120 </Property>
121 <Property Name="RevisionId" Type="Edm.String">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123 <Annotation Term="OData.Description" String="The Revision ID of this PCIe function."/>
124 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Revision ID of the PCIe device function."/>
125 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){1}$"/>
126 </Property>
127 <Property Name="SubsystemId" Type="Edm.String">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129 <Annotation Term="OData.Description" String="The Subsystem ID of this PCIe function."/>
130 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem ID of the PCIe device function."/>
131 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
132 </Property>
133 <Property Name="SubsystemVendorId" Type="Edm.String">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135 <Annotation Term="OData.Description" String="The Subsystem Vendor ID of this PCIe function."/>
136 <Annotation Term="OData.LongDescription" String="The value of this property shall be the PCI Subsystem Vendor ID of the PCIe device function."/>
137 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
138 </Property>
139
Ed Tanous530520e2019-01-02 13:41:37 -0800140 <Property Name="Status" Type="Resource.Status" Nullable="false">
141 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
143 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144
145 <Property Name="Links" Type="PCIeFunction.v1_0_0.Links" Nullable="false">
146 <Annotation Term="OData.Description" String="The links object contains the links to other resources that are related to this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800147 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 </Property>
149 </EntityType>
150
151 <ComplexType Name="Links" BaseType="Resource.Links">
152 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
153 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
154 <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156 <Annotation Term="OData.Description" String="An array of references to the ethernet interfaces which the PCIe device produces."/>
157 <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type EthernetInterface that represents the network interfaces associated with this resource."/>
158 <Annotation Term="OData.AutoExpandReferences"/>
159 </NavigationProperty>
160 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162 <Annotation Term="OData.Description" String="An array of references to the drives which the PCIe device produces."/>
163 <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type Drive that represents the storage drives associated with this resource."/>
164 <Annotation Term="OData.AutoExpandReferences"/>
165 </NavigationProperty>
166 <NavigationProperty Name="StorageControllers" Type="Collection(Storage.StorageController)">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
168 <Annotation Term="OData.Description" String="An array of references to the storage controllers which the PCIe device produces."/>
169 <Annotation Term="OData.LongDescription" String="The value of this property shall reference a resource of type StorageController that represents the storage controllers associated with this resource."/>
170 <Annotation Term="OData.AutoExpandReferences"/>
171 </NavigationProperty>
172 <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice">
173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174 <Annotation Term="OData.Description" String="A reference to the PCIeDevice on which this function resides."/>
175 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that this function is a part of and shall reference a resource of type PCIeDevice."/>
176 <Annotation Term="OData.AutoExpandReferences"/>
177 </NavigationProperty>
178 </ComplexType>
179
180 <EnumType Name="DeviceClass">
181 <Member Name="UnclassifiedDevice">
182 <Annotation Term="OData.Description" String="An unclassified device."/>
183 </Member>
184 <Member Name="MassStorageController">
185 <Annotation Term="OData.Description" String="A mass storage controller."/>
186 </Member>
187 <Member Name="NetworkController">
188 <Annotation Term="OData.Description" String="A network controller."/>
189 </Member>
190 <Member Name="DisplayController">
191 <Annotation Term="OData.Description" String="A display controller."/>
192 </Member>
193 <Member Name="MultimediaController">
194 <Annotation Term="OData.Description" String="A multimedia controller."/>
195 </Member>
196 <Member Name="MemoryController">
197 <Annotation Term="OData.Description" String="A memory controller."/>
198 </Member>
199 <Member Name="Bridge">
200 <Annotation Term="OData.Description" String="A bridge."/>
201 </Member>
202 <Member Name="CommunicationController">
203 <Annotation Term="OData.Description" String="A communication controller."/>
204 </Member>
205 <Member Name="GenericSystemPeripheral">
206 <Annotation Term="OData.Description" String="A generic system peripheral."/>
207 </Member>
208 <Member Name="InputDeviceController">
209 <Annotation Term="OData.Description" String="An input device controller."/>
210 </Member>
211 <Member Name="DockingStation">
212 <Annotation Term="OData.Description" String="A docking station."/>
213 </Member>
214 <Member Name="Processor">
215 <Annotation Term="OData.Description" String="A processor."/>
216 </Member>
217 <Member Name="SerialBusController">
218 <Annotation Term="OData.Description" String="A serial bus controller."/>
219 </Member>
220 <Member Name="WirelessController">
221 <Annotation Term="OData.Description" String="A wireless controller."/>
222 </Member>
223 <Member Name="IntelligentController">
224 <Annotation Term="OData.Description" String="An intelligent controller."/>
225 </Member>
226 <Member Name="SatelliteCommunicationsController">
227 <Annotation Term="OData.Description" String="A satellite communications controller."/>
228 </Member>
229 <Member Name="EncryptionController">
230 <Annotation Term="OData.Description" String="An encryption controller."/>
231 </Member>
232 <Member Name="SignalProcessingController">
233 <Annotation Term="OData.Description" String="A signal processing controller."/>
234 </Member>
235 <Member Name="ProcessingAccelerators">
236 <Annotation Term="OData.Description" String="A processing accelerators."/>
237 </Member>
238 <Member Name="NonEssentialInstrumentation">
239 <Annotation Term="OData.Description" String="A non-essential instrumentation."/>
240 </Member>
241 <Member Name="Coprocessor">
242 <Annotation Term="OData.Description" String="A coprocessor."/>
243 </Member>
244 <Member Name="UnassignedClass">
245 <Annotation Term="OData.Description" String="An unassigned class."/>
246 </Member>
247 <Member Name="Other">
248 <Annotation Term="OData.Description" String="A other class. The function Device Class Id needs to be verified."/>
249 </Member>
250 </EnumType>
251
252 <EnumType Name="FunctionType">
253 <Member Name="Physical">
254 <Annotation Term="OData.Description" String="A physical PCie function."/>
255 </Member>
256 <Member Name="Virtual">
257 <Annotation Term="OData.Description" String="A virtual PCIe function."/>
258 </Member>
259 </EnumType>
260
261 </Schema>
262
263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_1">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
266 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_0.PCIeFunction"/>
267 </Schema>
268
269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_2">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
272 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_1.PCIeFunction"/>
273 </Schema>
274
275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_3">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277 <Annotation Term="OData.Description" String="This version was created to change references to StorageController to be its abstract base type."/>
278 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_2.PCIeFunction"/>
279 </Schema>
280
Ed Tanous530520e2019-01-02 13:41:37 -0800281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_0_4">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283 <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."/>
284 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_3.PCIeFunction"/>
285 </Schema>
286
Jason M. Billsea4aa752018-06-05 13:29:11 -0700287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_1_0">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600289 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700290 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_0_2.PCIeFunction">
291 <Property Name="Actions" Type="PCIeFunction.v1_1_0.Actions" Nullable="false">
292 <Annotation Term="OData.Description" String="The available actions for this resource."/>
293 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
294 </Property>
295 </EntityType>
296
297 <ComplexType Name="Actions">
298 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
299 <Annotation Term="OData.Description" String="The available actions for this resource."/>
300 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800301 <Property Name="Oem" Type="PCIeFunction.v1_1_0.OemActions" Nullable="false">
302 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
303 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
304 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </ComplexType>
306
307 <ComplexType Name="OemActions">
308 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
309 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
310 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
311 </ComplexType>
312 </Schema>
313
314 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_1_1">
315 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
316 <Annotation Term="OData.Description" String="This version was created to change references to StorageController to be its abstract base type."/>
317 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_1_0.PCIeFunction"/>
318 </Schema>
319
Ed Tanous530520e2019-01-02 13:41:37 -0800320 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_1_2">
321 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322 <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."/>
323 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_1_1.PCIeFunction"/>
324 </Schema>
325
Jason M. Billsea4aa752018-06-05 13:29:11 -0700326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_2_0">
327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600328 <Annotation Term="Redfish.Release" String="2018.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 <Annotation Term="OData.Description" String="This version was created to add NetworkDeviceFunctions to the Links section."/>
330 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_1_1.PCIeFunction"/>
331 <ComplexType Name="Links" BaseType="PCIeFunction.v1_0_0.Links">
332 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
333 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
334 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336 <Annotation Term="OData.Description" String="An array of references to the Network Device Functions which the PCIe device produces."/>
337 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references to resources of type NetworkDeviceFunction that represents the network device functions associated with this resource."/>
338 <Annotation Term="OData.AutoExpandReferences"/>
339 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800340 </ComplexType>
341 </Schema>
342
343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeFunction.v1_2_1">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <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."/>
346 <EntityType Name="PCIeFunction" BaseType="PCIeFunction.v1_2_0.PCIeFunction"/>
347 </Schema>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348
349 </edmx:DataServices>
350</edmx:Edmx>