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