EVOLUTION-MANAGER
Edit File: com.oracle.jmc.rjmx.metadataprovider.exsd
<?xml version='1.0' encoding='UTF-8'?> <!-- Schema file written by PDE --> <schema targetNamespace="com.oracle.jmc.rjmx" xmlns="http://www.w3.org/2001/XMLSchema"> <annotation> <appinfo> <meta.schema plugin="com.oracle.jmc.rjmx" id="com.oracle.jmc.rjmx.metadataprovider" name="MRI Metadata Provider"/> </appinfo> <documentation> This extension is for extending the metadata for a plugin. </documentation> </annotation> <element name="extension"> <annotation> <appinfo> <meta.element /> </appinfo> </annotation> <complexType> <sequence> <element ref="metadataProvider"/> </sequence> <attribute name="point" type="string" use="required"> <annotation> <documentation> </documentation> </annotation> </attribute> <attribute name="id" type="string"> <annotation> <documentation> </documentation> </annotation> </attribute> <attribute name="name" type="string"> <annotation> <documentation> </documentation> <appinfo> <meta.attribute translatable="true"/> </appinfo> </annotation> </attribute> </complexType> </element> <element name="metadataProvider"> <annotation> <documentation> Defines a MRI metadata provider service </documentation> </annotation> <complexType> <attribute name="class" type="string" use="required"> <annotation> <documentation> The class which implements the MRI metadata provider. </documentation> <appinfo> <meta.attribute kind="java" basedOn=":com.oracle.jmc.rjmx.subscription.IMRIMetadataProviderService"/> </appinfo> </annotation> </attribute> </complexType> </element> <annotation> <appinfo> <meta.section type="since"/> </appinfo> <documentation> 5.3.0 </documentation> </annotation> <annotation> <appinfo> <meta.section type="copyright"/> </appinfo> <documentation> Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. </documentation> </annotation> </schema>