Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Re: E2Emon NMWG schema update ?

Subject: perfsonar development work

List archive

Re: [pS-dev] Re: E2Emon NMWG schema update ?


Chronological Thread 
  • From: Jason Zurawski <>
  • To: Loukik Kudarimoti <>
  • Cc: Martin Swany <>, "Matthias K. Hamm" <>, Roman Lapacz <>, Mark Yampolskiy <>, "" <>
  • Subject: Re: [pS-dev] Re: E2Emon NMWG schema update ?
  • Date: Wed, 25 Apr 2007 12:54:28 -0400
  • Organization: Internet2

Loukik;


The nmwg rnc definition makes it mandatory for the the data elements to contain an element inside. However, for RRD MA and SQL MA, if no data is found, the data returned is simply a data element without any elements inside.

The only change required is to update the schema definitions as the Message object implementation seems to work ok in such cases. Can you please make this change?


So just so I am clear on what is being asked here, you want the schema to be updated to allow empty data elements?
yup.


It appears that this is already possible:

Data =
element nmwg:data {
(
Identifier &
MetadataIdentifierRef? &
(
Metadata* |
(
commonTime+ & Datum*
) |
Datum* |
Key*
)
),
anyElement*


}



The only requirement is the id element, everything else is an optional attribute/element so I don't believe we need to change anything.

-jason



Archive powered by MHonArc 2.6.16.

Top of Page