RackHD/on-http

View on GitHub
static/DSP-IS0005_0.1a/metadata/UPS_v1.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################       -->
<!--# Redfish Schema:  UPS  v0.1.0-->
<!--#                                                                                      -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
<!--# available at http://www.dmtf.org/standards/redfish                                   -->
<!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF).                  -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################       -->
<!---->
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">

  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
    <edmx:Include Namespace="Resource.v1_0_0"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SensorCollection_v1.xml">
    <edmx:Include Namespace="SensorCollection"/>
  </edmx:Reference>

  <edmx:DataServices>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UPS">

      <EntityType Name="UPS" BaseType="Resource.v1_0_0.Resource" Abstract="true">
        <Annotation Term="OData.Description" String="This is the schema definition for the UPS Metrics."/>
        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a power metrics resource for a Redfish implementation."/>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record>
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record>
            <PropertyValue Property="Updatable" Bool="true"/>
            <Annotation Term="OData.Description" String="Power properties can be updated to change limits, exceptions and other writable properties."/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record>
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
      </EntityType>

    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UPS.v0_1_0">

      <EnumType Name="BatteryType">
        <Member Name="Internal"/>
        <Member Name="External"/>
      </EnumType>

      <EntityType Name="UPS" BaseType="UPS.UPS">

        <Property Name="FirmwareRevision" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Firmware Revision of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Firmware Revision of UPS."/>
        </Property>

        <Property Name="HardwareRevision" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Hardware Revision of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Hardware Revision of UPS."/>
        </Property>

        <Property Name="DateOfManufacture" Type="Edm.DateTimeOffset">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The date of manufacture of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual date of manufacture of UPS."/>
        </Property>

        <Property Name="Manufacturer" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Manufacturer of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Manufacturer of UPS."/>
        </Property>

        <Property Name="Model" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Model Number of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Model Number of UPS."/>
        </Property>

        <Property Name="SerialNumber" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Serial Number of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Serial Number of UPS."/>
        </Property>

        <Property Name="PartNumber" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Part Number of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Part Number of UPS."/>
        </Property>

        <Property Name="AssetTag" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Asset Tag of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Asset Tag of UPS."/>
        </Property>

        <Property Name="PhysicalLocation" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Physical Location of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Physical Location of UPS."/>
        </Property>

        <!-- UPS Status Input -->
        <Property Name="InputOperatingMode" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual UPS Status Input Operating Mode of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual UPS Status Input Operating Mode of UPS."/>
        </Property>

        <!-- UPS Status Output -->
        <Property Name="OutputOperatingMode" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual UPS Status Output Operating Mode of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual UPS Status Output Operating Mode of UPS."/>
        </Property>

        <!-- System -->
        <Property Name="Efficiency" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Efficiency percentage value of UPS."/>
          <Annotation Term="OData.LongDescription" String="The value of this property shall represent the actual Efficiency percentage value of UPS."/>
          <Annotation Term="Validation.Minimum" Int="0"/>
          <Annotation Term="Validation.Maximum" Int="100"/>
        </Property>

        <Property Name="Availability" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Availability value of UPS."/>
          <Annotation Term="OData.LongDescription" String="The value of this property shall represent the actual Availability value of UPS."/>
          <Annotation Term="Measures.Unit" String="min"/>
        </Property>

        <Property Name="InputPhase" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Input Phase of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Input Phase of UPS."/>
        </Property>

        <Property Name="OutputStatus" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Output Status of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Output Status of UPS."/>
        </Property>

        <Property Name="OutputPhase" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Output Phase of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual Output Phase of UPS."/>
        </Property>

        <Property Name="SystemStatus" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual System Status of UPS."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the actual System Status of UPS."/>
        </Property>

        <!-- AC Utility Input -->
        <NavigationProperty Name="AcUtilityInput" Type="Collection(UPS.v0_1_0.AcUtilityInput)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="This is the definition for AC Utility Input."/>
          <Annotation Term="OData.LongDescription" String="These properties shall be the definition for an AC Utility Input array for a Redfish implementation."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <!-- AC Bypass Input -->
        <NavigationProperty Name="AcBypassInput" Type="Collection(UPS.v0_1_0.AcBypassInput)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="This is the definition for AC Bypass Input."/>
          <Annotation Term="OData.LongDescription" String="These properties shall be the definition for an AC Bypass Input array for a Redfish implementation."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <!-- DC Bus -->
        <NavigationProperty Name="DcBus" Type="Collection(UPS.v0_1_0.DcBus)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="This is the definition for DC Bus."/>
          <Annotation Term="OData.LongDescription" String="These properties shall be the definition for a DC Bus array for a Redfish implementation."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <!-- AC Output -->
        <NavigationProperty Name="AcOutput" Type="Collection(UPS.v0_1_0.AcOutput)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="This is the definition for AC Output."/>
          <Annotation Term="OData.LongDescription" String="These properties shall be the definition for an AC Output array for a Redfish implementation."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <!-- Sensors -->
        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="Contains the members of this sensor collection."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <Property Name="Actions" Type="UPS.v0_1_0.Actions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
        </Property>

      </EntityType>

      <!-- AC Utility Input definition -->
      <EntityType Name="AcUtilityInput" BaseType="Resource.v1_0_0.ReferenceableMember">

        <Property Name="RealPower" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Real Power for this AC Utility Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Real Power information of this AC Utility Input."/>
          <Annotation Term="Measures.Unit" String="kW"/>
        </Property>

        <Property Name="Energy" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Energy for this AC Utility Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Energy information of this AC Utility Input."/>
          <Annotation Term="Measures.Unit" String="kWh"/>
        </Property>

        <Property Name="RmsUnderOverVoltage" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The RMS Under/Over Voltage for this AC Utility Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the RMS Under/Over Voltage information of this AC Utility Input."/>
          <Annotation Term="Measures.Unit" String="V"/>
        </Property>

        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="Contains the members of this collection of sensors."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <Property Name="Actions" Type="UPS.v0_1_0.AcUtilityInputActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
        </Property>

      </EntityType>

      <!-- AC Bypass Input definition -->
      <EntityType Name="AcBypassInput" BaseType="Resource.v1_0_0.ReferenceableMember">

        <Property Name="RealPower" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Real Power for this AC Bypass Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Real Power information of this AC Bypass Input."/>
          <Annotation Term="Measures.Unit" String="kW"/>
        </Property>

        <Property Name="Energy" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Energy for this AC Bypass Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Energy information of this AC Bypass Input."/>
          <Annotation Term="Measures.Unit" String="kWh"/>
        </Property>

        <Property Name="RmsUnderOverVoltage" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The RMS Under/Over Voltage for this AC Bypass Input."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the RMS Under/Over Voltage information of this AC Bypass Input."/>
          <Annotation Term="Measures.Unit" String="V"/>
        </Property>

        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="Contains the members of this collection of sensors."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <Property Name="Actions" Type="UPS.v0_1_0.AcBypassInputActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
        </Property>

      </EntityType>

      <!-- DC Bus definition -->
      <EntityType Name="DcBus" BaseType="Resource.v1_0_0.ReferenceableMember">

        <Property Name="AveragePower" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Average Power for this DC Bus."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Average Power information of this DC Bus."/>
          <Annotation Term="Measures.Unit" String="kW"/>
        </Property>

        <Property Name="BatteryTimeRemaining" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Battery Time Remaining for this DC Bus."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Battery Time Remaining information of this DC Bus."/>
          <Annotation Term="Measures.Unit" String="V"/>
        </Property>

        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="Contains the members of this collection of sensors."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <Property Name="Actions" Type="UPS.v0_1_0.DcBusActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
        </Property>

      </EntityType>

      <!-- AC Utility Input definition -->
      <EntityType Name="AcOutput" BaseType="Resource.v1_0_0.ReferenceableMember">

        <Property Name="RealPower" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Real Power for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Real Power information of this AC Output."/>
          <Annotation Term="Measures.Unit" String="kW"/>
        </Property>

        <Property Name="ReactivePower" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Reactive Power for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Reactive Power information of this AC Output."/>
          <Annotation Term="Measures.Unit" String="kVAR"/>
        </Property>

        <Property Name="Energy" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Energy for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Energy information of this AC Output."/>
          <Annotation Term="Measures.Unit" String="kWh"/>
        </Property>

        <Property Name="RmsUnderOverVoltage" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The RMS Under/Over Voltage for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the RMS Under/Over Voltage information of this AC Output."/>
          <Annotation Term="Measures.Unit" String="V"/>
        </Property>

        <Property Name="Overload" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Overload for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Overload information of this AC Output."/>
          <Annotation Term="Measures.Unit" String="kW"/>
        </Property>

        <Property Name="PowerFactor" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The Power Factor for this AC Output."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate the Power Factor information in pf of this AC Output."/>
        </Property>

        <Property Name="PercentOfLoad" Type="Edm.Decimal">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The actual Percent of Load percentage value of AC Output."/>
          <Annotation Term="OData.LongDescription" String="The value of this property shall represent the actual Percent of Load percentage value of AC Output."/>
          <Annotation Term="Validation.Minimum" Int="0"/>
          <Annotation Term="Validation.Maximum" Int="100"/>
        </Property>

        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="Contains the members of this collection of sensors."/>
          <Annotation Term="OData.AutoExpand"/>
        </NavigationProperty>

        <Property Name="Actions" Type="UPS.v0_1_0.AcOutputActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
        </Property>

      </EntityType>

      <ComplexType Name="Actions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="UPS.v0_1_0.OemActions" Nullable="false"/>
      </ComplexType>

      <ComplexType Name="OemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
      </ComplexType>

      <ComplexType Name="AcUtilityInputActions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="UPS.v0_1_0.AcUtilityInputOemActions" Nullable="false"/>
      </ComplexType>

      <ComplexType Name="AcUtilityInputOemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
      </ComplexType>

      <ComplexType Name="AcBypassInputActions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="UPS.v0_1_0.AcBypassInputOemActions" Nullable="false"/>
      </ComplexType>

      <ComplexType Name="AcBypassInputOemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
      </ComplexType>

      <ComplexType Name="DcBusActions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="UPS.v0_1_0.DcBusOemActions" Nullable="false"/>
      </ComplexType>

      <ComplexType Name="DcBusOemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
      </ComplexType>

      <ComplexType Name="AcOutputActions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="UPS.v0_1_0.AcOutputOemActions" Nullable="false"/>
      </ComplexType>

      <ComplexType Name="AcOutputOemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
      </ComplexType>

    </Schema>

  </edmx:DataServices>
</edmx:Edmx>