Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 4 | <!--# Redfish Schema: Protocol --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 8 | <!--# Copyright 2014-2019 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 18 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 19 | </edmx:Reference> |
| 20 | |
| 21 | <edmx:DataServices> |
| 22 | |
| 23 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Protocol"> |
| 24 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 25 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 26 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 27 | <Annotation Term="OData.Description" String="This enumeration describes all protocols that devices in the storage and fabric models support."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 28 | <EnumType Name="Protocol"> |
| 29 | <Member Name="PCIe"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 30 | <Annotation Term="OData.Description" String="PCI Express."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 31 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the PCI-SIG PCI Express Base Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 32 | </Member> |
| 33 | <Member Name="AHCI"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 34 | <Annotation Term="OData.Description" String="Advanced Host Controller Interface (AHCI)."/> |
| 35 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Intel Advanced Host Controller Interface (AHCI) Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 36 | </Member> |
| 37 | <Member Name="UHCI"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 38 | <Annotation Term="OData.Description" String="Universal Host Controller Interface (UHCI)."/> |
| 39 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Intel Universal Host Controller Interface (UHCI) Specification, Enhanced Host Controller Interface Specification, or the Extensible Host Controller Interface Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 40 | </Member> |
| 41 | <Member Name="SAS"> |
| 42 | <Annotation Term="OData.Description" String="Serial Attached SCSI."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 43 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the T10 SAS Protocol Layer Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 44 | </Member> |
| 45 | <Member Name="SATA"> |
| 46 | <Annotation Term="OData.Description" String="Serial AT Attachment."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 47 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Serial ATA International Organization Serial ATA Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 48 | </Member> |
| 49 | <Member Name="USB"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 50 | <Annotation Term="OData.Description" String="Universal Serial Bus (USB)."/> |
| 51 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the USB Implementers Forum Universal Serial Bus Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 52 | </Member> |
| 53 | <Member Name="NVMe"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 54 | <Annotation Term="OData.Description" String="Non-Volatile Memory Express (NVMe)."/> |
| 55 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Non-Volatile Memory Host Controller Interface Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 56 | </Member> |
| 57 | <Member Name="FC"> |
| 58 | <Annotation Term="OData.Description" String="Fibre Channel."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 59 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the T11 Fibre Channel Physical and Signaling Interface Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 60 | </Member> |
| 61 | <Member Name="iSCSI"> |
| 62 | <Annotation Term="OData.Description" String="Internet SCSI."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 63 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the IETF Internet Small Computer Systems Interface (iSCSI) Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 64 | </Member> |
| 65 | <Member Name="FCoE"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 66 | <Annotation Term="OData.Description" String="Fibre Channel over Ethernet (FCoE)."/> |
| 67 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the T11 FC-BB-5 Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 68 | </Member> |
| 69 | <Member Name="FCP"> |
| 70 | <Annotation Term="OData.Description" String="Fibre Channel Protocol for SCSI."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 71 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the INCITS 481: Information Technology - Fibre Channel Protocol for SCSI."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 72 | <Annotation Term="Redfish.Revisions"> |
| 73 | <Collection> |
| 74 | <Record> |
| 75 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 76 | <PropertyValue Property="Version" String="2017.1"/> |
| 77 | </Record> |
| 78 | </Collection> |
| 79 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 80 | </Member> |
| 81 | <Member Name="FICON"> |
| 82 | <Annotation Term="OData.Description" String="FIbre CONnection (FICON)."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 83 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the ANSI FC-SB-3 Single-Byte Command Code Sets-3 Mapping Protocol for the Fibre Channel (FC) protocol. Fibre Connection (FICON) is the IBM-proprietary name for this protocol."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 84 | <Annotation Term="Redfish.Revisions"> |
| 85 | <Collection> |
| 86 | <Record> |
| 87 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 88 | <PropertyValue Property="Version" String="2017.1"/> |
| 89 | </Record> |
| 90 | </Collection> |
| 91 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 92 | </Member> |
| 93 | <Member Name="NVMeOverFabrics"> |
| 94 | <Annotation Term="OData.Description" String="NVMe over Fabrics."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 95 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the NVM Express over Fabrics Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 96 | </Member> |
| 97 | <Member Name="SMB"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 98 | <Annotation Term="OData.Description" String="Server Message Block (SMB). Also known as the Common Internet File System (CIFS)."/> |
| 99 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Server Message Block (SMB), or Common Internet File System (CIFS), protocol."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 100 | </Member> |
| 101 | <Member Name="NFSv3"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 102 | <Annotation Term="OData.Description" String="Network File System (NFS) version 3."/> |
| 103 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the RFC1813-defined Network File System (NFS) protocol."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 104 | </Member> |
| 105 | <Member Name="NFSv4"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 106 | <Annotation Term="OData.Description" String="Network File System (NFS) version 4."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 107 | </Member> |
| 108 | <Member Name="HTTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 109 | <Annotation Term="OData.Description" String="Hypertext Transport Protocol (HTTP)."/> |
| 110 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Hypertext Transport Protocol (HTTP) as defined by RFC3010 or RFC5661."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 111 | </Member> |
| 112 | <Member Name="HTTPS"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 113 | <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/> |
| 114 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Hypertext Transfer Protocol Secure (HTTPS) as defined by RFC2068 or RFC2616, which uses Transport Layer Security (TLS) as defined by RFC5246 or RFC6176."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 115 | </Member> |
| 116 | <Member Name="FTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 117 | <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/> |
| 118 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the RFC114-defined File Transfer Protocol (FTP)."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 119 | </Member> |
| 120 | <Member Name="SFTP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 121 | <Annotation Term="OData.Description" String="SSH File Transfer Protocol (SFTP)."/> |
| 122 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the RFC114-defined SSH File Transfer Protocol (SFTP) that uses Transport Layer Security (TLS) as defined by RFC5246 or RFC6176."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 123 | </Member> |
| 124 | <Member Name="iWARP"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 125 | <Annotation Term="OData.Description" String="Internet Wide Area RDMA Protocol (iWARP)."/> |
| 126 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the RFC5042-defined Internet Wide Area RDMA Protocol (iWARP) that uses the transport layer mechanisms as defined by RFC5043 or RFC5044."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 127 | <Annotation Term="Redfish.Revisions"> |
| 128 | <Collection> |
| 129 | <Record> |
| 130 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 131 | <PropertyValue Property="Version" String="2017.3"/> |
| 132 | </Record> |
| 133 | </Collection> |
| 134 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 135 | </Member> |
| 136 | <Member Name="RoCE"> |
| 137 | <Annotation Term="OData.Description" String="RDMA over Converged Ethernet Protocol."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 138 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Infiniband Architecture Specification-defined RDMA over Converged Ethernet Protocol."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 139 | <Annotation Term="Redfish.Revisions"> |
| 140 | <Collection> |
| 141 | <Record> |
| 142 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 143 | <PropertyValue Property="Version" String="2017.3"/> |
| 144 | </Record> |
| 145 | </Collection> |
| 146 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 147 | </Member> |
| 148 | <Member Name="RoCEv2"> |
| 149 | <Annotation Term="OData.Description" String="RDMA over Converged Ethernet Protocol Version 2."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 150 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the Infiniband Architecture Specification-defined RDMA over Converged Ethernet Protocol version 2."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 151 | <Annotation Term="Redfish.Revisions"> |
| 152 | <Collection> |
| 153 | <Record> |
| 154 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 155 | <PropertyValue Property="Version" String="2017.3"/> |
| 156 | </Record> |
| 157 | </Collection> |
| 158 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 159 | </Member> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 160 | <Member Name="I2C"> |
| 161 | <Annotation Term="OData.Description" String="Inter-Integrated Circuit Bus."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 162 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to the NXP Semiconductors I2C-bus Specification."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 163 | <Annotation Term="Redfish.Revisions"> |
| 164 | <Collection> |
| 165 | <Record> |
| 166 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 167 | <PropertyValue Property="Version" String="2018.2"/> |
| 168 | </Record> |
| 169 | </Collection> |
| 170 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 171 | </Member> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 172 | <Member Name="OEM"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame^] | 173 | <Annotation Term="OData.Description" String="OEM-specific."/> |
| 174 | <Annotation Term="OData.LongDescription" String="This value shall indicate conformance to an OEM-specific architecture and additional information may be included in the OEM section."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 175 | <Annotation Term="Redfish.Revisions"> |
| 176 | <Collection> |
| 177 | <Record> |
| 178 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 179 | <PropertyValue Property="Version" String="2018.1"/> |
| 180 | </Record> |
| 181 | </Collection> |
| 182 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 183 | </Member> |
| 184 | </EnumType> |
| 185 | </Schema> |
| 186 | |
| 187 | </edmx:DataServices> |
| 188 | </edmx:Edmx> |