[ogsa-hpcp-wg] Some type questions

Christopher Smith csmith at platform.com
Fri Oct 27 19:07:17 CDT 2006


Hi all,

I'm wondering about some of the element types in
FactoryResourceAttributesDocumentType. Specifically, should
LocalResourceManagerType and NamingProfile be changed to xsd:string? I guess
I'm not sure whether to put QNames, or an "expanded name" (I believe it's
called). 

Should it be:

<NamingProfile 
xmlns:besnaming="http://schemas.ggf.org/bes/2006/08/bes/naming">
    besnaming:BasicWSAddressing
</NamingProfile>

or

<NamingProfile>
    {http://schemas.ggf.org/bes/2006/08/bes/naming}BasicWSAddressing
</NamingProfile>

If it's supposed to be the second, then we can't use a QName, since it
doesn't fit the proper syntax. I don't think there is an actual default type
for expanded name, so xsd:string should suffice.

Comments?

-- Chris



More information about the ogsa-hpcp-wg mailing list