1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  NetworkDeviceFunction v1.9.2                                        -->
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-2024 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/Resource_v1.xml">
21    <edmx:Include Namespace="Resource"/>
22    <edmx:Include Namespace="Resource.v1_0_0"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
29    <edmx:Include Namespace="Endpoint"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkPort_v1.xml">
32    <edmx:Include Namespace="NetworkPort"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
35    <edmx:Include Namespace="PCIeFunction"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface_v1.xml">
38    <edmx:Include Namespace="VLanNetworkInterface"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection_v1.xml">
41    <edmx:Include Namespace="VLanNetworkInterfaceCollection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionMetrics_v1.xml">
44    <edmx:Include Namespace="NetworkDeviceFunctionMetrics"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
47    <edmx:Include Namespace="EthernetInterface"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
50    <edmx:Include Namespace="EthernetInterfaceCollection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
53    <edmx:Include Namespace="Port"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
56    <edmx:Include Namespace="ComputerSystem"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
59    <edmx:Include Namespace="Processor"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AllowDenyCollection_v1.xml">
62    <edmx:Include Namespace="AllowDenyCollection"/>
63  </edmx:Reference>
64
65  <edmx:DataServices>
66
67    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction">
68      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69      <Annotation Term="Redfish.Language" String="en"/>
70
71      <EntityType Name="NetworkDeviceFunction" BaseType="Resource.v1_0_0.Resource" Abstract="true">
72        <Annotation Term="OData.Description" String="The `NetworkDeviceFunction` schema represents a logical interface that a network adapter exposes."/>
73        <Annotation Term="OData.LongDescription" String="This resource shall represent a logical interface that a network adapter exposes in a Redfish implementation."/>
74        <Annotation Term="Capabilities.InsertRestrictions">
75          <Record>
76            <PropertyValue Property="Insertable" Bool="false"/>
77          </Record>
78        </Annotation>
79        <Annotation Term="Capabilities.UpdateRestrictions">
80          <Record>
81            <PropertyValue Property="Updatable" Bool="true"/>
82            <Annotation Term="OData.Description" String="Properties, such as WWN and MAC address information for this device, can be updated for a network device function."/>
83          </Record>
84        </Annotation>
85        <Annotation Term="Capabilities.DeleteRestrictions">
86          <Record>
87            <PropertyValue Property="Deletable" Bool="false"/>
88          </Record>
89        </Annotation>
90        <Annotation Term="Redfish.Uris">
91          <Collection>
92            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions/{NetworkDeviceFunctionId}</String>
93          </Collection>
94        </Annotation>
95      </EntityType>
96    </Schema>
97
98    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_0">
99      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
100      <Annotation Term="Redfish.Release" String="2016.3"/>
101
102      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.NetworkDeviceFunction">
103        <Property Name="Status" Type="Resource.Status" Nullable="false">
104          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
105          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
106        </Property>
107        <Property Name="NetDevFuncType" Type="NetworkDeviceFunction.v1_0_0.NetworkDeviceTechnology">
108          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
109          <Annotation Term="OData.Description" String="The configured capability of this network device function."/>
110          <Annotation Term="OData.LongDescription" String="This property shall contain the configured capability of this network device function."/>
111        </Property>
112        <Property Name="DeviceEnabled" Type="Edm.Boolean">
113          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
114          <Annotation Term="OData.Description" String="An indication of whether the network device function is enabled."/>
115          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the network device function is enabled.  The operating system shall not enumerate or see disabled network device functions."/>
116        </Property>
117        <Property Name="NetDevFuncCapabilities" Type="Collection(NetworkDeviceFunction.v1_0_0.NetworkDeviceTechnology)">
118          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119          <Annotation Term="OData.Description" String="An array of capabilities for this network device function."/>
120          <Annotation Term="OData.LongDescription" String="This property shall contain an array of capabilities for this network device function."/>
121        </Property>
122        <Property Name="Ethernet" Type="NetworkDeviceFunction.v1_0_0.Ethernet" Nullable="false">
123          <Annotation Term="OData.Description" String="The Ethernet capabilities, status, and configuration values for this network device function."/>
124          <Annotation Term="OData.LongDescription" String="This property shall contain Ethernet capabilities, status, and configuration values for this network device function."/>
125        </Property>
126        <Property Name="iSCSIBoot" Type="NetworkDeviceFunction.v1_0_0.iSCSIBoot" Nullable="false">
127          <Annotation Term="OData.Description" String="The iSCSI boot capabilities, status, and configuration values for this network device function."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain iSCSI boot capabilities, status, and configuration values for this network device function."/>
129        </Property>
130        <Property Name="FibreChannel" Type="NetworkDeviceFunction.v1_0_0.FibreChannel" Nullable="false">
131          <Annotation Term="OData.Description" String="The Fibre Channel capabilities, status, and configuration values for this network device function."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain Fibre Channel capabilities, status, and configuration values for this network device function."/>
133        </Property>
134        <NavigationProperty Name="AssignablePhysicalPorts" Type="Collection(NetworkPort.NetworkPort)">
135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136          <Annotation Term="OData.Description" String="An array of physical ports to which this network device function can be assigned."/>
137          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `NetworkPort` that are the physical ports to which this network device function can be assigned."/>
138          <Annotation Term="OData.AutoExpandReferences"/>
139          <Annotation Term="Redfish.Revisions">
140            <Collection>
141              <Record>
142                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
143                <PropertyValue Property="Version" String="v1_5_0"/>
144                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `AssignablePhysicalNetworkPorts` property."/>
145              </Record>
146            </Collection>
147          </Annotation>
148        </NavigationProperty>
149        <NavigationProperty Name="PhysicalPortAssignment" Type="NetworkPort.NetworkPort" Nullable="false">
150          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151          <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `NetworkPort` that is the physical port to which this network device function is currently assigned.  This value shall be one of the `AssignablePhysicalPorts` array members."/>
153          <Annotation Term="OData.AutoExpandReferences"/>
154          <Annotation Term="Redfish.Revisions">
155            <Collection>
156              <Record>
157                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
158                <PropertyValue Property="Version" String="v1_3_0"/>
159                <PropertyValue Property="Description" String="This property has been deprecated and moved to the `Links` property to avoid loops on expand."/>
160              </Record>
161            </Collection>
162          </Annotation>
163        </NavigationProperty>
164        <Property Name="BootMode" Type="NetworkDeviceFunction.v1_0_0.BootMode">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
166          <Annotation Term="OData.Description" String="The boot mode configured for this network device function."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the boot mode configured for this network device function.  If the value is not `Disabled`, this network device function shall be configured for boot by using the specified technology."/>
168        </Property>
169        <Property Name="VirtualFunctionsEnabled" Type="Edm.Boolean">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="An indication of whether single root input/output virtualization (SR-IOV) virtual functions are enabled for this network device function."/>
172          <Annotation Term="OData.LongDescription" String="This property shall indicate whether single root input/output virtualization (SR-IOV) virtual functions are enabled for this network device function."/>
173        </Property>
174        <Property Name="MaxVirtualFunctions" Type="Edm.Int64">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="The number of virtual functions that are available for this network device function."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain the number of virtual functions that are available for this network device function."/>
178        </Property>
179        <Property Name="Links" Type="NetworkDeviceFunction.v1_0_0.Links" Nullable="false">
180          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
181          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
182        </Property>
183      </EntityType>
184
185      <ComplexType Name="FibreChannel">
186        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
187        <Annotation Term="OData.Description" String="This type describes Fibre Channel capabilities, status, and configuration for a network device function."/>
188        <Annotation Term="OData.LongDescription" String="This type shall describe the Fibre Channel capabilities, status, and configuration values for a network device function."/>
189        <Property Name="PermanentWWPN" Type="Edm.String">
190          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
191          <Annotation Term="OData.Description" String="The permanent World Wide Port Name (WWPN) address assigned to this function."/>
192          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent World Wide Port Name (WWPN) of this function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
193        </Property>
194        <Property Name="PermanentWWNN" Type="Edm.String">
195          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
196          <Annotation Term="OData.Description" String="The permanent World Wide Node Name (WWNN) address assigned to this function."/>
197          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent World Wide Node Name (WWNN) of this function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
198          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$"/>
199        </Property>
200        <Property Name="WWPN" Type="Edm.String">
201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
202          <Annotation Term="OData.Description" String="The currently configured World Wide Port Name (WWPN) address of this function."/>
203          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current World Wide Port Name (WWPN) of this function.  If an assignable WWPN is not supported, this is a read-only alias of the permanent WWPN."/>
204          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$"/>
205        </Property>
206        <Property Name="WWNN" Type="Edm.String">
207          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
208          <Annotation Term="OData.Description" String="The currently configured World Wide Node Name (WWNN) address of this function."/>
209          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current World Wide Node Name (WWNN) of this function.  If an assignable WWNN is not supported, this is a read-only alias of the permanent WWNN."/>
210          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$"/>
211        </Property>
212        <Property Name="WWNSource" Type="NetworkDeviceFunction.v1_0_0.WWNSource">
213          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
214          <Annotation Term="OData.Description" String="The configuration source of the World Wide Names (WWN) for this World Wide Node Name (WWNN) and World Wide Port Name (WWPN) connection."/>
215          <Annotation Term="OData.LongDescription" String="This property shall contain the configuration source of the World Wide Name (WWN) for this World Wide Node Name (WWNN) and World Wide Port Name (WWPN) connection."/>
216        </Property>
217        <Property Name="FCoELocalVLANId" Type="Edm.Int64">
218          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
219          <Annotation Term="OData.Description" String="The locally configured FCoE VLAN ID."/>
220          <Annotation Term="OData.LongDescription" String="For FCoE connections, this property shall contain the VLAN ID configured locally by setting this property.  This value shall be used for FCoE traffic to this network device function during boot unless AllowFIPVLANDiscovery is `true` and a valid FCoE VLAN ID is found through the FIP VLAN Discovery Protocol."/>
221          <Annotation Term="Validation.Minimum" Int="0"/>
222          <Annotation Term="Validation.Maximum" Int="4094"/>
223        </Property>
224        <Property Name="AllowFIPVLANDiscovery" Type="Edm.Boolean">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
226          <Annotation Term="OData.Description" String="An indication of whether the FCoE Initialization Protocol (FIP) populates the FCoE VLAN ID."/>
227          <Annotation Term="OData.LongDescription" String="For FCoE connections, this boolean property shall indicate whether the FIP VLAN Discovery Protocol determines the FCoE VLAN ID selected by the network device function for the FCoE connection.  If `true` and the FIP VLAN discovery succeeds, the `FCoEActiveVLANId` property shall reflect the FCoE VLAN ID to use for all FCoE traffic.  If `false` or if the FIP VLAN Discovery protocol fails, the `FCoELocalVLANId` shall be used for all FCoE traffic and the `FCoEActiveVLANId` shall reflect the `FCoELocalVLANId`."/>
228        </Property>
229        <Property Name="FCoEActiveVLANId" Type="Edm.Int64">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The active FCoE VLAN ID."/>
232          <Annotation Term="OData.LongDescription" String="For FCoE connections, this property shall contain `null` or a VLAN ID currently being used for FCoE traffic.  When the FCoE link is down this value shall be `null`.  When the FCoE link is up this value shall be either the `FCoELocalVLANId` property or a VLAN discovered through the FIP protocol."/>
233          <Annotation Term="Validation.Minimum" Int="0"/>
234          <Annotation Term="Validation.Maximum" Int="4094"/>
235        </Property>
236        <Property Name="BootTargets" Type="Collection(NetworkDeviceFunction.v1_0_0.BootTargets)">
237          <Annotation Term="OData.Description" String="An array of Fibre Channel boot targets configured for this network device function."/>
238          <Annotation Term="OData.LongDescription" String="This property shall contain an array of Fibre Channel boot targets configured for this network device function."/>
239        </Property>
240      </ComplexType>
241
242      <ComplexType Name="Ethernet">
243        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
244        <Annotation Term="OData.Description" String="This type describes Ethernet capabilities, status, and configuration for a network device function."/>
245        <Annotation Term="OData.LongDescription" String="This type shall describe the Ethernet capabilities, status, and configuration values for a network device function."/>
246        <Property Name="PermanentMACAddress" Type="Edm.String">
247          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
248          <Annotation Term="OData.Description" String="The permanent MAC address assigned to this function."/>
249          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent MAC Address of this function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
250          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
251        </Property>
252        <Property Name="MACAddress" Type="Edm.String">
253          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
254          <Annotation Term="OData.Description" String="The currently configured MAC address."/>
255          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current MAC address of this network device function.  If an assignable MAC address is not supported, this is a read-only alias of the `PermanentMACAddress`."/>
256          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"/>
257        </Property>
258        <Property Name="MTUSize" Type="Edm.Int64">
259          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
260          <Annotation Term="OData.Description" String="The hardware maximum transmission unit (MTU) configured for this network device function."/>
261          <Annotation Term="OData.LongDescription" String="The hardware maximum transmission unit (MTU) configured for this network device function.  This value serves as a default for the OS driver when booting, but may be overridden by the OS.  After the OS boots and while the driver is loaded, the effective MTU size may be found in the associated `EthernetInterface` resource."/>
262        </Property>
263      </ComplexType>
264
265      <ComplexType Name="Links" BaseType="Resource.Links">
266        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
267        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
268        <NavigationProperty Name="PCIeFunction" Type="PCIeFunction.PCIeFunction" Nullable="false">
269          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
270          <Annotation Term="OData.Description" String="The link to the PCIe function associated with this network device function."/>
271          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `PCIeFunction` that represents the PCIe function associated with this network device function."/>
272          <Annotation Term="OData.AutoExpandReferences"/>
273        </NavigationProperty>
274      </ComplexType>
275
276      <ComplexType Name="iSCSIBoot">
277        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
278        <Annotation Term="OData.Description" String="The iSCSI boot capabilities, status, and configuration for a network device function."/>
279        <Annotation Term="OData.LongDescription" String="This type shall describe the iSCSI boot capabilities, status, and configuration values for a network device function."/>
280        <Property Name="IPAddressType" Type="NetworkDeviceFunction.v1_0_0.IPAddressType">
281          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
282          <Annotation Term="OData.Description" String="The type of IP address being populated in the iSCSIBoot IP address fields."/>
283          <Annotation Term="OData.LongDescription" String="This property shall contain the type of IP address being populated in the iSCSIBoot IP address fields.  Mixing IPv6 and IPv4 addresses on the same network device function shall not be permissible."/>
284        </Property>
285        <Property Name="InitiatorIPAddress" Type="Edm.String">
286          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
287          <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the iSCSI initiator."/>
288          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the iSCSI boot initiator."/>
289        </Property>
290        <Property Name="InitiatorName" Type="Edm.String">
291          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
292          <Annotation Term="OData.Description" String="The iSCSI initiator name."/>
293          <Annotation Term="OData.LongDescription" String="This property shall contain the iSCSI boot initiator name.  This property should match formats defined in RFC3720 or RFC3721."/>
294        </Property>
295        <Property Name="InitiatorDefaultGateway" Type="Edm.String">
296          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
297          <Annotation Term="OData.Description" String="The IPv6 or IPv4 iSCSI boot default gateway."/>
298          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 iSCSI boot default gateway."/>
299        </Property>
300        <Property Name="InitiatorNetmask" Type="Edm.String">
301          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
302          <Annotation Term="OData.Description" String="The IPv6 or IPv4 netmask of the iSCSI boot initiator."/>
303          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 netmask of the iSCSI boot initiator."/>
304        </Property>
305        <Property Name="TargetInfoViaDHCP" Type="Edm.Boolean">
306          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
307          <Annotation Term="OData.Description" String="An indication of whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP."/>
308          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the iSCSI boot target name, LUN, IP address, and netmask should be obtained from DHCP."/>
309        </Property>
310        <Property Name="PrimaryTargetName" Type="Edm.String">
311          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
312          <Annotation Term="OData.Description" String="The name of the iSCSI primary boot target."/>
313          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the primary iSCSI boot target.  This property should match formats defined in RFC3720 or RFC3721."/>
314        </Property>
315        <Property Name="PrimaryTargetIPAddress" Type="Edm.String">
316          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
317          <Annotation Term="OData.Description" String="The IPv4 or IPv6 address for the primary iSCSI boot target."/>
318          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 or IPv6 address for the primary iSCSI boot target."/>
319        </Property>
320        <Property Name="PrimaryTargetTCPPort" Type="Edm.Int64">
321          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
322          <Annotation Term="OData.Description" String="The TCP port for the primary iSCSI boot target."/>
323          <Annotation Term="OData.LongDescription" String="This property shall contain the TCP port for the primary iSCSI boot target."/>
324        </Property>
325        <Property Name="PrimaryLUN" Type="Edm.Int64">
326          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
327          <Annotation Term="OData.Description" String="The logical unit number (LUN) for the primary iSCSI boot target."/>
328          <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) for the primary iSCSI boot target."/>
329        </Property>
330        <Property Name="PrimaryVLANEnable" Type="Edm.Boolean">
331          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
332          <Annotation Term="OData.Description" String="An indication of whether the primary VLAN is enabled."/>
333          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for the primary iSCSI boot target."/>
334        </Property>
335        <Property Name="PrimaryVLANId" Type="Edm.Int64">
336          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
337          <Annotation Term="OData.Description" String="The 802.1q VLAN ID to use for iSCSI boot from the primary target."/>
338          <Annotation Term="OData.LongDescription" String="This property shall contain the 802.1q VLAN ID to use for iSCSI boot from the primary target.  This VLAN ID is only used if `PrimaryVLANEnable` is `true`."/>
339          <Annotation Term="Validation.Minimum" Int="0"/>
340          <Annotation Term="Validation.Maximum" Int="4094"/>
341        </Property>
342        <Property Name="PrimaryDNS" Type="Edm.String">
343          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
344          <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator."/>
345          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the primary DNS server for the iSCSI boot initiator."/>
346        </Property>
347        <Property Name="SecondaryTargetName" Type="Edm.String">
348          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
349          <Annotation Term="OData.Description" String="The name of the iSCSI secondary boot target."/>
350          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the secondary iSCSI boot target.  This property should match formats defined in RFC3720 or RFC3721."/>
351        </Property>
352        <Property Name="SecondaryTargetIPAddress" Type="Edm.String">
353          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
354          <Annotation Term="OData.Description" String="The IPv4 or IPv6 address for the secondary iSCSI boot target."/>
355          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv4 or IPv6 address for the secondary iSCSI boot target."/>
356        </Property>
357        <Property Name="SecondaryTargetTCPPort" Type="Edm.Int64">
358          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
359          <Annotation Term="OData.Description" String="The TCP port for the secondary iSCSI boot target."/>
360          <Annotation Term="OData.LongDescription" String="This property shall contain the TCP port for the secondary iSCSI boot target."/>
361        </Property>
362        <Property Name="SecondaryLUN" Type="Edm.Int64">
363          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
364          <Annotation Term="OData.Description" String="The logical unit number (LUN) for the secondary iSCSI boot target."/>
365          <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) for the secondary iSCSI boot target."/>
366        </Property>
367        <Property Name="SecondaryVLANEnable" Type="Edm.Boolean">
368          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
369          <Annotation Term="OData.Description" String="An indication of whether the secondary VLAN is enabled."/>
370          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this VLAN is enabled for the secondary iSCSI boot target."/>
371        </Property>
372        <Property Name="SecondaryVLANId" Type="Edm.Int64">
373          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
374          <Annotation Term="OData.Description" String="The 802.1q VLAN ID to use for iSCSI boot from the secondary target."/>
375          <Annotation Term="OData.LongDescription" String="This property shall contain the 802.1q VLAN ID to use for iSCSI boot from the secondary target.  This VLAN ID is only used if `SecondaryVLANEnable` is `true`."/>
376          <Annotation Term="Validation.Minimum" Int="0"/>
377          <Annotation Term="Validation.Maximum" Int="4094"/>
378        </Property>
379        <Property Name="SecondaryDNS" Type="Edm.String">
380          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
381          <Annotation Term="OData.Description" String="The IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator."/>
382          <Annotation Term="OData.LongDescription" String="This property shall contain the IPv6 or IPv4 address of the secondary DNS server for the iSCSI boot initiator."/>
383        </Property>
384        <Property Name="IPMaskDNSViaDHCP" Type="Edm.Boolean">
385          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
386          <Annotation Term="OData.Description" String="An indication of whether the iSCSI boot initiator uses DHCP to obtain the initiator name, IP address, and netmask."/>
387          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the iSCSI boot initiator uses DHCP to obtain the initiator name, IP address, and netmask."/>
388        </Property>
389        <Property Name="RouterAdvertisementEnabled" Type="Edm.Boolean">
390          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
391          <Annotation Term="OData.Description" String="An indication of whether IPv6 router advertisement is enabled for the iSCSI boot target."/>
392          <Annotation Term="OData.LongDescription" String="This property shall indicate whether IPv6 router advertisement is enabled for the iSCSI boot target.  This setting shall apply to only IPv6 configurations."/>
393        </Property>
394        <Property Name="AuthenticationMethod" Type="NetworkDeviceFunction.v1_0_0.AuthenticationMethod">
395          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
396          <Annotation Term="OData.Description" String="The iSCSI boot authentication method for this network device function."/>
397          <Annotation Term="OData.LongDescription" String="This property shall contain the iSCSI boot authentication method for this network device function."/>
398        </Property>
399        <Property Name="CHAPUsername" Type="Edm.String">
400          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
401          <Annotation Term="OData.Description" String="The username for CHAP authentication."/>
402          <Annotation Term="OData.LongDescription" String="This property shall contain the username for CHAP authentication."/>
403        </Property>
404        <Property Name="CHAPSecret" Type="Edm.String">
405          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
406          <Annotation Term="OData.Description" String="The shared secret for CHAP authentication."/>
407          <Annotation Term="OData.LongDescription" String="This property shall contain the shared secret for CHAP authentication."/>
408        </Property>
409        <Property Name="MutualCHAPUsername" Type="Edm.String">
410          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
411          <Annotation Term="OData.Description" String="The CHAP username for two-way CHAP authentication."/>
412          <Annotation Term="OData.LongDescription" String="This property shall contain the CHAP username for two-way CHAP authentication."/>
413        </Property>
414        <Property Name="MutualCHAPSecret" Type="Edm.String">
415          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
416          <Annotation Term="OData.Description" String="The CHAP secret for two-way CHAP authentication."/>
417          <Annotation Term="OData.LongDescription" String="This property shall contain the CHAP secret for two-way CHAP authentication."/>
418        </Property>
419      </ComplexType>
420
421      <ComplexType Name="BootTargets">
422        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
423        <Annotation Term="OData.Description" String="A Fibre Channel boot target configured for a network device function."/>
424        <Annotation Term="OData.LongDescription" String="This type shall describe a Fibre Channel boot target configured for a network device function."/>
425        <Property Name="WWPN" Type="Edm.String">
426          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
427          <Annotation Term="OData.Description" String="The World Wide Port Name (WWPN) from which to boot."/>
428          <Annotation Term="OData.LongDescription" String="This property shall contain World Wide Port Name (WWPN) from which to boot."/>
429        </Property>
430        <Property Name="LUNID" Type="Edm.String">
431          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
432          <Annotation Term="OData.Description" String="The logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers."/>
433          <Annotation Term="OData.LongDescription" String="This property shall contain the logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers."/>
434        </Property>
435        <Property Name="BootPriority" Type="Edm.Int64">
436          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
437          <Annotation Term="OData.Description" String="The relative priority for this entry in the boot targets array."/>
438          <Annotation Term="OData.LongDescription" String="This property shall contain the relative priority for this entry in the boot targets array.  Lower numbers shall represent higher priority, with zero being the highest priority.  The `BootPriority` shall be unique for all entries of the `BootTargets` array."/>
439        </Property>
440      </ComplexType>
441
442      <EnumType Name="NetworkDeviceTechnology">
443        <Member Name="Disabled">
444          <Annotation Term="OData.Description" String="Neither enumerated nor visible to the operating system."/>
445        </Member>
446        <Member Name="Ethernet">
447          <Annotation Term="OData.Description" String="Appears to the operating system as an Ethernet device."/>
448        </Member>
449        <Member Name="FibreChannel">
450          <Annotation Term="OData.Description" String="Appears to the operating system as a Fibre Channel device."/>
451        </Member>
452        <Member Name="iSCSI">
453          <Annotation Term="OData.Description" String="Appears to the operating system as an iSCSI device."/>
454        </Member>
455        <Member Name="FibreChannelOverEthernet">
456          <Annotation Term="OData.Description" String="Appears to the operating system as an FCoE device."/>
457        </Member>
458        <Member Name="InfiniBand">
459          <Annotation Term="OData.Description" String="Appears to the operating system as an InfiniBand device."/>
460          <Annotation Term="Redfish.Revisions">
461            <Collection>
462              <Record>
463                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
464                <PropertyValue Property="Version" String="v1_5_0"/>
465              </Record>
466            </Collection>
467          </Annotation>
468        </Member>
469      </EnumType>
470
471      <EnumType Name="IPAddressType">
472        <Member Name="IPv4">
473          <Annotation Term="OData.Description" String="IPv4 addressing is used for all IP-fields in this object."/>
474        </Member>
475        <Member Name="IPv6">
476          <Annotation Term="OData.Description" String="IPv6 addressing is used for all IP-fields in this object."/>
477        </Member>
478      </EnumType>
479
480      <EnumType Name="AuthenticationMethod">
481        <Member Name="None">
482          <Annotation Term="OData.Description" String="No iSCSI authentication is used."/>
483        </Member>
484        <Member Name="CHAP">
485          <Annotation Term="OData.Description" String="iSCSI Challenge Handshake Authentication Protocol (CHAP) authentication is used."/>
486        </Member>
487        <Member Name="MutualCHAP">
488          <Annotation Term="OData.Description" String="iSCSI Mutual Challenge Handshake Authentication Protocol (CHAP) authentication is used."/>
489        </Member>
490      </EnumType>
491
492      <EnumType Name="WWNSource">
493        <Member Name="ConfiguredLocally">
494          <Annotation Term="OData.Description" String="The set of FC/FCoE boot targets was applied locally through API or UI."/>
495        </Member>
496        <Member Name="ProvidedByFabric">
497          <Annotation Term="OData.Description" String="The set of FC/FCoE boot targets was applied by the Fibre Channel fabric."/>
498        </Member>
499      </EnumType>
500
501      <EnumType Name="BootMode">
502        <Member Name="Disabled">
503          <Annotation Term="OData.Description" String="Do not indicate to UEFI/BIOS that this device is bootable."/>
504        </Member>
505        <Member Name="PXE">
506          <Annotation Term="OData.Description" String="Boot this device by using the embedded PXE support.  Only applicable if the `NetDevFuncType` is `Ethernet` or `InfiniBand`."/>
507        </Member>
508        <Member Name="iSCSI">
509          <Annotation Term="OData.Description" String="Boot this device by using the embedded iSCSI boot support and configuration.  Only applicable if the `NetDevFuncType` is `iSCSI` or `Ethernet`."/>
510        </Member>
511        <Member Name="FibreChannel">
512          <Annotation Term="OData.Description" String="Boot this device by using the embedded Fibre Channel support and configuration.  Only applicable if the `NetDevFuncType` is `FibreChannel`."/>
513        </Member>
514        <Member Name="FibreChannelOverEthernet">
515          <Annotation Term="OData.Description" String="Boot this device by using the embedded Fibre Channel over Ethernet (FCoE) boot support and configuration.  Only applicable if the `NetDevFuncType` is `FibreChannelOverEthernet`."/>
516        </Member>
517        <Member Name="HTTP">
518          <Annotation Term="OData.Description" String="Boot this device by using the embedded HTTP/HTTPS support.  Only applicable if the `NetDevFuncType` is `Ethernet`."/>
519          <Annotation Term="Redfish.Revisions">
520            <Collection>
521              <Record>
522                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
523                <PropertyValue Property="Version" String="v1_9_0"/>
524              </Record>
525            </Collection>
526          </Annotation>
527        </Member>
528      </EnumType>
529    </Schema>
530
531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_1">
532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
534      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_0.NetworkDeviceFunction"/>
535    </Schema>
536
537    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_2">
538      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
539      <Annotation Term="OData.Description" String="This version was created to add normative statements about the format of `InitiatorName`, `PrimaryTargetName`, and `SecondaryTargetName` properties in the iSCSIBoot structure.  It was also created to fix the descriptions for `AssignablePhysicalPorts` and `PhysicalPortAssignment`."/>
540      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_1.NetworkDeviceFunction"/>
541    </Schema>
542
543    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_3">
544      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
545      <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."/>
546      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_2.NetworkDeviceFunction"/>
547    </Schema>
548
549    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_4">
550      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
551      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
552      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_3.NetworkDeviceFunction"/>
553    </Schema>
554
555    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_5">
556      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
557      <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 add a missing term on several properties to not allow them to be `null`."/>
558      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_4.NetworkDeviceFunction"/>
559    </Schema>
560
561    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_6">
562      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563      <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties.  It was also created to update descriptions that this schema defines."/>
564      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_5.NetworkDeviceFunction"/>
565    </Schema>
566
567    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_7">
568      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
570      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_6.NetworkDeviceFunction"/>
571    </Schema>
572
573    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_8">
574      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
576      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_7.NetworkDeviceFunction"/>
577    </Schema>
578
579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_9">
580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
582      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_8.NetworkDeviceFunction"/>
583    </Schema>
584
585    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_10">
586      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
588      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_9.NetworkDeviceFunction"/>
589    </Schema>
590
591    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_0_11">
592      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
594      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_10.NetworkDeviceFunction"/>
595    </Schema>
596
597    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_0">
598      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599      <Annotation Term="Redfish.Release" String="2017.1"/>
600
601      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_0_1.NetworkDeviceFunction">
602        <Property Name="Actions" Type="NetworkDeviceFunction.v1_1_0.Actions" Nullable="false">
603          <Annotation Term="OData.Description" String="The available actions for this resource."/>
604          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
605        </Property>
606      </EntityType>
607
608      <ComplexType Name="Actions">
609        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
610        <Annotation Term="OData.Description" String="The available actions for this resource."/>
611        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
612        <Property Name="Oem" Type="NetworkDeviceFunction.v1_1_0.OemActions" Nullable="false">
613          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
614          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
615        </Property>
616      </ComplexType>
617
618      <ComplexType Name="OemActions">
619        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
620        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
621        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
622      </ComplexType>
623    </Schema>
624
625    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_1">
626      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
627      <Annotation Term="OData.Description" String="This version was created to add normative statements about the format of `InitiatorName`, `PrimaryTargetName`, and `SecondaryTargetName` properties in the iSCSIBoot structure.  It was also created to fix the descriptions for `AssignablePhysicalPorts` and `PhysicalPortAssignment`."/>
628      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_0.NetworkDeviceFunction"/>
629    </Schema>
630
631    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_2">
632      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633      <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."/>
634      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_1.NetworkDeviceFunction"/>
635    </Schema>
636
637    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_3">
638      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
639      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
640      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_2.NetworkDeviceFunction"/>
641    </Schema>
642
643    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_4">
644      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645      <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 add a missing term on several properties to not allow them to be `null`."/>
646      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_3.NetworkDeviceFunction"/>
647    </Schema>
648
649    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_5">
650      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
651      <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties.  It was also created to update descriptions that this schema defines."/>
652      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_4.NetworkDeviceFunction"/>
653    </Schema>
654
655    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_6">
656      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
658      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_5.NetworkDeviceFunction"/>
659    </Schema>
660
661    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_7">
662      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
664      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_6.NetworkDeviceFunction"/>
665    </Schema>
666
667    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_8">
668      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
670      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_7.NetworkDeviceFunction"/>
671    </Schema>
672
673    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_9">
674      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
676      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_8.NetworkDeviceFunction"/>
677    </Schema>
678
679    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_1_10">
680      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
682      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_9.NetworkDeviceFunction"/>
683    </Schema>
684
685    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_0">
686      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687      <Annotation Term="Redfish.Release" String="2017.3"/>
688
689      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_1_1.NetworkDeviceFunction"/>
690
691      <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_0_0.Links">
692        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
693          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
694          <Annotation Term="OData.Description" String="An array of links to endpoints associated with this network device function."/>
695          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` that are associated with this network device function."/>
696          <Annotation Term="OData.AutoExpandReferences"/>
697        </NavigationProperty>
698      </ComplexType>
699    </Schema>
700
701    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_1">
702      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703      <Annotation Term="OData.Description" String="This version was created to add validation terms to the different VLAN Id properties."/>
704      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_0.NetworkDeviceFunction"/>
705    </Schema>
706
707    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_2">
708      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709      <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."/>
710      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_1.NetworkDeviceFunction"/>
711    </Schema>
712
713    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_3">
714      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
716      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_2.NetworkDeviceFunction"/>
717    </Schema>
718
719    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_4">
720      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721      <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 add a missing term on several properties to not allow them to be `null`."/>
722      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_3.NetworkDeviceFunction"/>
723    </Schema>
724
725    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_5">
726      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727      <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties.  It was also created to update descriptions that this schema defines."/>
728      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_4.NetworkDeviceFunction"/>
729    </Schema>
730
731    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_6">
732      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
734      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_5.NetworkDeviceFunction"/>
735    </Schema>
736
737    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_7">
738      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
740      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_6.NetworkDeviceFunction"/>
741    </Schema>
742
743    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_8">
744      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
746      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_7.NetworkDeviceFunction"/>
747    </Schema>
748
749    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_9">
750      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
752      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_8.NetworkDeviceFunction"/>
753    </Schema>
754
755    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_2_10">
756      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
758      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_9.NetworkDeviceFunction"/>
759    </Schema>
760
761    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_0">
762      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763      <Annotation Term="Redfish.Release" String="2018.2"/>
764      <Annotation Term="OData.Description" String="This version was created to deprecate `PhysicalPortAssignment` at the root of the resource in favor of `PhysicalPortAssignment` in `Links`."/>
765
766      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_2_2.NetworkDeviceFunction"/>
767
768      <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_2_0.Links">
769        <NavigationProperty Name="PhysicalPortAssignment" Type="NetworkPort.NetworkPort" Nullable="false">
770          <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
771          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `NetworkPort` to which this network device function is currently assigned.  This value shall be one of the AssignablePhysicalPorts array members."/>
772          <Annotation Term="OData.AutoExpandReferences"/>
773          <Annotation Term="Redfish.Revisions">
774            <Collection>
775              <Record>
776                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
777                <PropertyValue Property="Version" String="v1_5_0"/>
778                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PhysicalNetworkPortAssignment` property."/>
779              </Record>
780            </Collection>
781          </Annotation>
782        </NavigationProperty>
783      </ComplexType>
784
785      <ComplexType Name="Ethernet" BaseType="NetworkDeviceFunction.v1_0_0.Ethernet">
786        <Property Name="VLAN" Type="VLanNetworkInterface.VLAN" Nullable="false">
787          <Annotation Term="OData.Description" String="The VLAN information for this interface.  If this network interface supports more than one VLAN, this property is not present."/>
788          <Annotation Term="OData.LongDescription" String="This property shall contain the VLAN for this interface.  If this interface supports more than one VLAN, the `VLAN` property shall not be present and the `VLANs` property shall be present instead."/>
789        </Property>
790        <NavigationProperty Name="VLANs" Type="VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
791          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
792          <Annotation Term="OData.Description" String="The link to a collection of VLANs.  This property is used only if the interface supports more than one VLAN."/>
793          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `VLanNetworkInterfaceCollection`.  If this property is used, the VLANEnabled and VLAN Id property shall not be used."/>
794          <Annotation Term="OData.AutoExpandReferences"/>
795          <Annotation Term="Redfish.Revisions">
796            <Collection>
797              <Record>
798                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
799                <PropertyValue Property="Version" String="v1_7_0"/>
800                <PropertyValue Property="Description" String="This property has been deprecated in favor of representing multiple VLANs as `EthernetInterface` resources."/>
801              </Record>
802            </Collection>
803          </Annotation>
804        </NavigationProperty>
805      </ComplexType>
806
807      <ComplexType Name="FibreChannel" BaseType="NetworkDeviceFunction.v1_0_0.FibreChannel">
808        <Property Name="FibreChannelId" Type="Edm.String">
809          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
810          <Annotation Term="OData.Description" String="The Fibre Channel ID that the switch assigns for this interface."/>
811          <Annotation Term="OData.LongDescription" String="This property shall indicate the Fibre Channel ID that the switch assigns for this interface."/>
812        </Property>
813      </ComplexType>
814    </Schema>
815
816    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_1">
817      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
818      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
819      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_0.NetworkDeviceFunction"/>
820    </Schema>
821
822    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_2">
823      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
824      <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 add a missing term on several properties to not allow them to be `null`."/>
825      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_1.NetworkDeviceFunction"/>
826    </Schema>
827
828    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_3">
829      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
830      <Annotation Term="OData.Description" String="This version was created to add a missing pattern term to MAC address properties.  It was also created to update descriptions that this schema defines."/>
831      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_2.NetworkDeviceFunction"/>
832    </Schema>
833
834    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_4">
835      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
836      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
837      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_3.NetworkDeviceFunction"/>
838    </Schema>
839
840    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_5">
841      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
843      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_4.NetworkDeviceFunction"/>
844    </Schema>
845
846    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_6">
847      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
848      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
849      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_5.NetworkDeviceFunction"/>
850    </Schema>
851
852    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_7">
853      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
855      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_6.NetworkDeviceFunction"/>
856    </Schema>
857
858    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_3_8">
859      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
861      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_7.NetworkDeviceFunction"/>
862    </Schema>
863
864    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_0">
865      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
866      <Annotation Term="Redfish.Release" String="2020.1"/>
867
868      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_3_3.NetworkDeviceFunction"/>
869
870      <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_3_0.Links">
871        <NavigationProperty Name="EthernetInterface" Type="EthernetInterface.EthernetInterface" Nullable="false">
872          <Annotation Term="OData.Description" String="The link to a virtual Ethernet interface that was created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN."/>
873          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EthernetInterface` that represents a virtual interface that was created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN.  The `EthernetInterfaceType` property of that resource shall contain the value `Virtual`."/>
874          <Annotation Term="OData.AutoExpandReferences"/>
875          <Annotation Term="Redfish.Revisions">
876            <Collection>
877              <Record>
878                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
879                <PropertyValue Property="Version" String="v1_7_0"/>
880                <PropertyValue Property="Description" String="This property has been deprecated in favor of `EthernetInterfaces` as each `NetworkDeviceFunction` could have more than one `EthernetInterface`."/>
881              </Record>
882            </Collection>
883          </Annotation>
884        </NavigationProperty>
885      </ComplexType>
886    </Schema>
887
888    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_1">
889      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
891      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_0.NetworkDeviceFunction"/>
892    </Schema>
893
894    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_2">
895      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
897      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_1.NetworkDeviceFunction"/>
898    </Schema>
899
900    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_3">
901      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
903      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_2.NetworkDeviceFunction"/>
904    </Schema>
905
906    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_4">
907      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_3.NetworkDeviceFunction"/>
910    </Schema>
911
912    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_4_5">
913      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
915      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_4.NetworkDeviceFunction"/>
916    </Schema>
917
918    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_5_0">
919      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920      <Annotation Term="Redfish.Release" String="2020.3"/>
921
922      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_4_1.NetworkDeviceFunction">
923        <NavigationProperty Name="AssignablePhysicalNetworkPorts" Type="Collection(Port.Port)">
924          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
925          <Annotation Term="OData.Description" String="An array of physical ports to which this network device function can be assigned."/>
926          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Port` that are the physical ports to which this network device function can be assigned."/>
927          <Annotation Term="OData.AutoExpandReferences"/>
928        </NavigationProperty>
929        <NavigationProperty Name="PhysicalNetworkPortAssignment" Type="Port.Port" Nullable="false">
930          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
931          <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
932          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Port` that is the physical port to which this network device function is currently assigned.  This value shall be one of the `AssignablePhysicalNetworkPorts` array members."/>
933          <Annotation Term="OData.AutoExpandReferences"/>
934          <Annotation Term="Redfish.Revisions">
935            <Collection>
936              <Record>
937                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
938                <PropertyValue Property="Version" String="v1_8_0"/>
939                <PropertyValue Property="Description" String="This property has been deprecated in favor of `PhysicalNetworkPortAssignment` within `Links` to avoid loops on expand."/>
940              </Record>
941            </Collection>
942          </Annotation>
943        </NavigationProperty>
944        <Property Name="InfiniBand" Type="NetworkDeviceFunction.v1_5_0.InfiniBand" Nullable="false">
945          <Annotation Term="OData.Description" String="The InfiniBand capabilities, status, and configuration values for this network device function."/>
946          <Annotation Term="OData.LongDescription" String="This property shall contain InfiniBand capabilities, status, and configuration values for this network device function."/>
947        </Property>
948      </EntityType>
949
950      <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_4_0.Links">
951        <NavigationProperty Name="PhysicalNetworkPortAssignment" Type="Port.Port" Nullable="false">
952          <Annotation Term="OData.Description" String="The physical port to which this network device function is currently assigned."/>
953          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Port` to which this network device function is currently assigned.  This value shall be one of the `AssignablePhysicalPorts` array members."/>
954          <Annotation Term="OData.AutoExpandReferences"/>
955        </NavigationProperty>
956      </ComplexType>
957
958      <ComplexType Name="Ethernet" BaseType="NetworkDeviceFunction.v1_3_0.Ethernet">
959        <Property Name="MTUSizeMaximum" Type="Edm.Int64">
960          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
961          <Annotation Term="OData.Description" String="The largest maximum transmission unit (MTU) size supported for this network device function."/>
962          <Annotation Term="OData.LongDescription" String="This property shall contain the largest maximum transmission unit (MTU) size supported for this network device function."/>
963        </Property>
964      </ComplexType>
965
966      <ComplexType Name="InfiniBand">
967        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
968        <Annotation Term="OData.Description" String="This type describes InfiniBand capabilities, status, and configuration of a network device function."/>
969        <Annotation Term="OData.LongDescription" String="This type shall describe the InfiniBand capabilities, status, and configuration values for a network device function."/>
970        <Property Name="PermanentPortGUID" Type="Edm.String">
971          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
972          <Annotation Term="OData.Description" String="The permanent port GUID assigned to this network device function."/>
973          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent port GUID of this network device function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
974          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
975        </Property>
976        <Property Name="PermanentNodeGUID" Type="Edm.String">
977          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
978          <Annotation Term="OData.Description" String="The permanent node GUID assigned to this network device function."/>
979          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent node GUID of this network device function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
980          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
981        </Property>
982        <Property Name="PermanentSystemGUID" Type="Edm.String">
983          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
984          <Annotation Term="OData.Description" String="The permanent system GUID assigned to this network device function."/>
985          <Annotation Term="OData.LongDescription" String="This property shall contain the permanent system GUID of this network device function.  Typically, this value is programmed during manufacturing.  This address is not assignable."/>
986          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
987        </Property>
988        <Property Name="PortGUID" Type="Edm.String">
989          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
990          <Annotation Term="OData.Description" String="The currently configured port GUID of the network device function."/>
991          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current virtual port GUID of this network device function.  If an assignable port GUID is not supported, this is a read-only alias of the PermanentPortGUID."/>
992          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
993        </Property>
994        <Property Name="NodeGUID" Type="Edm.String">
995          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
996          <Annotation Term="OData.Description" String="This is the currently configured node GUID of the network device function."/>
997          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current node GUID of this virtual port of this network device function.  If an assignable node GUID is not supported, this is a read-only alias of the PermanentNodeGUID."/>
998          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
999        </Property>
1000        <Property Name="SystemGUID" Type="Edm.String">
1001          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002          <Annotation Term="OData.Description" String="This is the currently configured system GUID of the network device function."/>
1003          <Annotation Term="OData.LongDescription" String="This property shall contain the effective current system GUID of this virtual port of this network device function.  If an assignable system GUID is not supported, this is a read-only alias of the PermanentSystemGUID."/>
1004          <Annotation Term="Validation.Pattern" String="^([0-9A-Fa-f]{4}[:-]){3}([0-9A-Fa-f]{4})$"/>
1005        </Property>
1006        <Property Name="SupportedMTUSizes" Type="Collection(Edm.Int64)">
1007          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1008          <Annotation Term="OData.Description" String="The maximum transmission unit (MTU) sizes supported for this network device function."/>
1009          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the maximum transmission unit (MTU) sizes supported for this network device function."/>
1010        </Property>
1011        <Property Name="MTUSize" Type="Edm.Int64">
1012          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1013          <Annotation Term="OData.Description" String="The maximum transmission unit (MTU) configured for this network device function."/>
1014          <Annotation Term="OData.LongDescription" String="The maximum transmission unit (MTU) configured for this network device function."/>
1015        </Property>
1016      </ComplexType>
1017    </Schema>
1018
1019    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_5_1">
1020      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021      <Annotation Term="OData.Description" String="This version was created to correct the description of the `iSCSI` boot mode to allow for `Ethernet`.  It was also created to correct the definition for `Links` to leverage the common definition found in the `Resource` schema.  It was also created to fix typos in descriptions and long descriptions."/>
1022      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_5_0.NetworkDeviceFunction"/>
1023    </Schema>
1024
1025    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_5_2">
1026      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027      <Annotation Term="OData.Description" String="This version was created to add patterns to WWN properties."/>
1028      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_5_1.NetworkDeviceFunction"/>
1029    </Schema>
1030
1031    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_5_3">
1032      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1034      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_5_2.NetworkDeviceFunction"/>
1035    </Schema>
1036
1037    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_5_4">
1038      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
1040      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_5_3.NetworkDeviceFunction"/>
1041    </Schema>
1042
1043    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_6_0">
1044      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1045      <Annotation Term="Redfish.Release" String="2021.1"/>
1046
1047      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_5_2.NetworkDeviceFunction">
1048        <NavigationProperty Name="Metrics" Type="NetworkDeviceFunctionMetrics.NetworkDeviceFunctionMetrics">
1049          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1050          <Annotation Term="OData.Description" String="The link to the metrics associated with this network function."/>
1051          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `NetworkDeviceFunctionMetrics` that contains the metrics associated with this network function."/>
1052          <Annotation Term="OData.AutoExpandReferences"/>
1053        </NavigationProperty>
1054      </EntityType>
1055    </Schema>
1056
1057    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_6_1">
1058      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1059      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1060      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_6_0.NetworkDeviceFunction"/>
1061    </Schema>
1062
1063    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_6_2">
1064      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1065      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
1066      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_6_1.NetworkDeviceFunction"/>
1067    </Schema>
1068
1069    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_7_0">
1070      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1071      <Annotation Term="Redfish.Release" String="2021.2"/>
1072      <Annotation Term="OData.Description" String="This version was created to deprecate the `EthernetInterface` link in favor of the `EthernetInterfaces` array of links."/>
1073
1074      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_6_0.NetworkDeviceFunction">
1075        <Property Name="SAVIEnabled" Type="Edm.Boolean">
1076          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1077          <Annotation Term="OData.Description" String="Indicates if Source Address Validation Improvement (SAVI) is enabled for this network device function."/>
1078          <Annotation Term="OData.LongDescription" String="This property shall indicate if the RFC7039-defined Source Address Validation Improvement (SAVI) is enabled for this network device function."/>
1079        </Property>
1080        <Property Name="Limits" Type="Collection(NetworkDeviceFunction.v1_7_0.Limit)">
1081          <Annotation Term="OData.Description" String="The byte and packet limits for this network device function."/>
1082          <Annotation Term="OData.LongDescription" String="This property shall contain an array of byte and packet limits for this network device function."/>
1083        </Property>
1084        <NavigationProperty Name="AllowDeny" Type="AllowDenyCollection.AllowDenyCollection" Nullable="false">
1085          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1086          <Annotation Term="OData.Description" String="The link to the collection of allow and deny permissions for packets leaving and arriving to this network device function."/>
1087          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `AllowDenyCollection` that contains the permissions for packets leaving and arriving to this network device function."/>
1088          <Annotation Term="OData.AutoExpandReferences"/>
1089        </NavigationProperty>
1090      </EntityType>
1091
1092      <ComplexType Name="Limit">
1093        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1094        <Annotation Term="OData.Description" String="This type describes the packet and byte limit of a network device function."/>
1095        <Annotation Term="OData.LongDescription" String="This type shall describe a single array element of the packet and byte limits of a network device function."/>
1096        <Property Name="Direction" Type="NetworkDeviceFunction.v1_7_0.DataDirection">
1097          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1098          <Annotation Term="OData.Description" String="Indicates the direction of the data to which this limit applies."/>
1099          <Annotation Term="OData.LongDescription" String="This property shall indicate the direction of the data to which this limit applies for this network device function."/>
1100        </Property>
1101        <Property Name="SustainedPacketsPerSecond" Type="Edm.Int64">
1102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1103          <Annotation Term="OData.Description" String="The maximum number of sustained packets per second for this network device function."/>
1104          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of sustained packets per second allowed for this network device function."/>
1105        </Property>
1106        <Property Name="BurstPacketsPerSecond" Type="Edm.Int64">
1107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1108          <Annotation Term="OData.Description" String="The maximum number of packets per second in a burst for this network device function."/>
1109          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of packets per second in a burst allowed for this network device function."/>
1110        </Property>
1111        <Property Name="SustainedBytesPerSecond" Type="Edm.Int64">
1112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113          <Annotation Term="OData.Description" String="The maximum number of sustained bytes per second for this network device function."/>
1114          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of sustained bytes per second allowed for this network device function."/>
1115        </Property>
1116        <Property Name="BurstBytesPerSecond" Type="Edm.Int64">
1117          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1118          <Annotation Term="OData.Description" String="The maximum number of bytes per second in a burst for this network device function."/>
1119          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of bytes per second in a burst allowed for this network device function."/>
1120        </Property>
1121      </ComplexType>
1122
1123      <ComplexType Name="Links" BaseType="NetworkDeviceFunction.v1_5_0.Links">
1124        <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)">
1125          <Annotation Term="OData.Description" String="The links to Ethernet interfaces that were created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN."/>
1126          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `EthernetInterface` that represent the virtual interfaces that were created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN."/>
1127          <Annotation Term="OData.AutoExpandReferences"/>
1128        </NavigationProperty>
1129        <NavigationProperty Name="OffloadSystem" Type="ComputerSystem.ComputerSystem" Nullable="false">
1130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1131          <Annotation Term="OData.Description" String="The system that performs offload computation for this network function, such as with a SmartNIC."/>
1132          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `ComputerSystem` that represents the system that performs offload computation for this network function, such as with a SmartNIC.  The `SystemType` property contained in the referenced `ComputerSystem` resource should contain the value `DPU`.  This property shall not be present if OffloadProcessors is present."/>
1133          <Annotation Term="OData.AutoExpandReferences"/>
1134        </NavigationProperty>
1135        <NavigationProperty Name="OffloadProcessors" Type="Collection(Processor.Processor)">
1136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1137          <Annotation Term="OData.Description" String="The processors that perform offload computation for this network function, such as with a SmartNIC."/>
1138          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Processor` that represent the processors that performs offload computation for this network function, such as with a SmartNIC.  This property shall not be present if `OffloadSystem` is present."/>
1139          <Annotation Term="OData.AutoExpandReferences"/>
1140        </NavigationProperty>
1141      </ComplexType>
1142
1143      <EnumType Name="DataDirection">
1144        <Member Name="None">
1145          <Annotation Term="OData.Description" String="Indicates that this limit not enforced."/>
1146        </Member>
1147        <Member Name="Ingress">
1148          <Annotation Term="OData.Description" String="Indicates that this limit is enforced on packets and bytes received by the network device function."/>
1149        </Member>
1150        <Member Name="Egress">
1151          <Annotation Term="OData.Description" String="Indicates that this limit is enforced on packets and bytes transmitted by the network device function."/>
1152        </Member>
1153      </EnumType>
1154
1155      <ComplexType Name="Ethernet" BaseType="NetworkDeviceFunction.v1_5_0.Ethernet">
1156        <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection">
1157          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1158          <Annotation Term="OData.Description" String="The Ethernet interface collection that contains the interfaces on this network device function."/>
1159          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a collection of type `EthernetInterfaceCollection` that represent the Ethernet interfaces present on this network device function.  This property shall not be present if this network device function is not referenced by a `NetworkInterface` resource."/>
1160        </NavigationProperty>
1161      </ComplexType>
1162    </Schema>
1163
1164    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_7_1">
1165      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1166      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1167      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_7_0.NetworkDeviceFunction"/>
1168    </Schema>
1169
1170    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_7_2">
1171      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1172      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
1173      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_7_1.NetworkDeviceFunction"/>
1174    </Schema>
1175
1176    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_8_0">
1177      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1178      <Annotation Term="Redfish.Release" String="2021.4"/>
1179      <Annotation Term="OData.Description" String="This version was created to deprecate `PhysicalNetworkPortAssignment` at the root of the resource in favor of `PhysicalNetworkPortAssignment` within `Links`."/>
1180
1181      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_7_0.NetworkDeviceFunction"/>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_8_1">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1187      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_8_0.NetworkDeviceFunction"/>
1188    </Schema>
1189
1190    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_8_2">
1191      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
1193      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_8_1.NetworkDeviceFunction"/>
1194    </Schema>
1195
1196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_9_0">
1197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198      <Annotation Term="Redfish.Release" String="2022.2"/>
1199
1200      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_8_0.NetworkDeviceFunction">
1201        <Property Name="HTTPBoot" Type="NetworkDeviceFunction.v1_9_0.HTTPBoot" Nullable="false">
1202          <Annotation Term="OData.Description" String="The HTTP and HTTPS boot capabilities, status, and configuration values for this network device function."/>
1203          <Annotation Term="OData.LongDescription" String="This property shall contain HTTP and HTTPS boot capabilities, status, and configuration values for this network device function."/>
1204        </Property>
1205      </EntityType>
1206
1207      <ComplexType Name="HTTPBoot">
1208        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1209        <Annotation Term="OData.Description" String="The HTTP and HTTPS boot capabilities, status, and configuration for a network device function."/>
1210        <Annotation Term="OData.LongDescription" String="This type shall describe the HTTP and HTTPS boot capabilities, status, and configuration values for a network device function."/>
1211        <Property Name="BootMediaURI" Type="Edm.String">
1212          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1213          <Annotation Term="OData.Description" String="The URI of the boot media loaded with this network device function."/>
1214          <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the boot media loaded with this network device function.  An empty string shall indicate no boot media is configured.  All other values shall begin with `http://` or `https://`."/>
1215          <Annotation Term="OData.IsURL"/>
1216        </Property>
1217      </ComplexType>
1218    </Schema>
1219
1220    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_9_1">
1221      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1223      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction"/>
1224    </Schema>
1225
1226    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="NetworkDeviceFunction.v1_9_2">
1227      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228      <Annotation Term="OData.Description" String="This version was created to clarify the context of `MTUSize`.  It was also 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.."/>
1229      <EntityType Name="NetworkDeviceFunction" BaseType="NetworkDeviceFunction.v1_9_1.NetworkDeviceFunction"/>
1230    </Schema>
1231
1232  </edmx:DataServices>
1233</edmx:Edmx>
1234