pthulasiram / jmxetric

Automatically exported from code.google.com/p/jmxetric
MIT License
0 stars 0 forks source link

Can't find support for TabularData types #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can't find any way to ask a question/request a feature so I'll just put it as 
an issue and you can handle appropriately.

I was hoping there could be support for tabular data types such that I can 
define it like a composite.

A simple change would be to have the ability to have a descriptor for the index 
of the tabular composite so it would behave much like a standard composite data 
type.

The attribute would identify the tabular type and the composite can describe 
the property and index in the table.

<!ELEMENT composite EMPTY>
      <!ATTLIST composite name CDATA #REQUIRED>
      <!ATTLIST composite tabIndex CDATA #OPTIONAL>
      <!ATTLIST composite type CDATA "" >
      <!ATTLIST composite units CDATA "" >
      <!ATTLIST composite pname CDATA "" >
      <!ATTLIST composite slope CDATA "both" >

I've no idea the correct XSD syntax, but im sure there is an equivalent for 
#OPTIONAL.

Thanks!

Original issue reported on code.google.com by mattroc...@gmail.com on 23 Jul 2010 at 1:54