|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <!----> | 
|  | <!--################################################################################       --> | 
|  | <!--# Google Schema:  GoogleProcessor  v1.0.0                                              --> | 
|  | <!--#                                                                                      --> | 
|  | <!--# Copyright 2014-2016 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> | 
|  | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> | 
|  | </edmx:Reference> | 
|  | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> | 
|  | <edmx:Include Namespace="Resource"/> | 
|  | <edmx:Include Namespace="Resource.v1_0_0"/> | 
|  | </edmx:Reference> | 
|  |  | 
|  | <edmx:DataServices> | 
|  |  | 
|  | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GoogleProcessor"> | 
|  | <Annotation Term="Redfish.OwningEntity" String="Google"/> | 
|  | <Annotation Term="OData.Description" String="Google extensions to the standard Processor"/> | 
|  | </Schema> | 
|  |  | 
|  | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GoogleProcessor.v1_0_0"> | 
|  | <Annotation Term="Redfish.OwningEntity" String="Google"/> | 
|  | <ComplexType Name="GoogleProcessor" BaseType="Resource.OemObject" Abstract="true"> | 
|  | <NavigationProperty Name="GoogleProcessorStates" Type="GoogleProcessorStates.GoogleProcessorStates" Nullable="false"> | 
|  | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> | 
|  | <Annotation Term="OData.Description" String="Link to Google ProcessorState."/> | 
|  | <Annotation Term="OData.LongDescription" String="This property shall contain the link to a resource of type GoogleProcessorState"/> | 
|  | <Annotation Term="OData.AutoExpandReferences"/> | 
|  | </NavigationProperty> | 
|  | </ComplexType> | 
|  | </Schema> | 
|  |  | 
|  | </edmx:DataServices> | 
|  | </edmx:Edmx> |