Try adding an element of property type in your schema:

<xs:element name="gmd:MD_Metadata" type="gmd:MD_Metadata_PropertyType"/>

And update your EmployeeType accordingly:

<complexType name="EmployeeType">
                <complexContent>
                        <extension base="company:PersonType">
                                <sequence>
                                        <element name="employeeID" 
type="integer"/>
                                        <element name="salary" type="integer"/>
                                        <element name="metadata" 
type="gmd:MD_Metadata_PropertyType"/>
                                </sequence>
                        </extension>
                </complexContent>
        </complexType>



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/App-schema-feature-linkage-issue-tp5084723p5085678.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to