Re: InvocationTargetException problem
Dejan Antanaskovic <[email protected]> Thu, 27 May 2010 15:31:01 +0200
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
sorry, the correct xsd fragment (in the previous message) is:
<xs:element name="BuildingElement" type="myNS:BuildingType" />
<xs:complexType name="BuildingType">
<xs:complexContent>
<xs:extension base="gml:AbstractGMLType">
<xs:sequence>
<xs:element name="someElement" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Best regards,
Dejan