Re: [Geotools-devel] attribute instances and nullability

2009-07-16 Thread Jody Garnett
> Off topic question: are Associations used for xlinking at all? Or just > Attributes with special client properties. They are intended for that kind of thing - ie when you are referring to an object using and id. Within an xml document associations can use the gml id. I am still tangled on the us

Re: [Geotools-devel] attribute instances and nullability

2009-07-16 Thread Justin Deoliveira
Ben Caradoc-Davies wrote: > Justin, what happens if you are trying to use an xlink:href > ClientProperty on a nillable minOccurs=0 property to encode it by > reference? > > For example, you might want to encode a GeoSciML gsml:GeologicUnit with > a gsml:occurrence by reference (nillable and min

Re: [Geotools-devel] attribute instances and nullability

2009-07-16 Thread Ben Caradoc-Davies
Justin, what happens if you are trying to use an xlink:href ClientProperty on a nillable minOccurs=0 property to encode it by reference? For example, you might want to encode a GeoSciML gsml:GeologicUnit with a gsml:occurrence by reference (nillable and minOccurs=0). XPath.java is used to creat

[Geotools-devel] attribute instances and nullability

2009-07-16 Thread Justin Deoliveira
Hi all, I spent some time yesterday trying to port the geoserver wfs 1.1 xlink tests to an app-schema configuration. Made some progress but ran into the following issue. One of the types for testing looks like this: ... Now if