1
General Board / How to Generate XML Schema (XSD) to view in Excel
« on: September 19, 2007, 09:17:42 am »
I am experiencing an issue with generating a successful XSD from Sparx. We are unable to generate a quality XML Schema (XSD) using Sparx without entries like "internal Error" , as shown below.
<xs:element name="internalError" type="internalError"/> <xs:complexType name="internalError"> <xs:sequence/> </xs:complexType> <xs:element name="invalidArgument" type="invalidArgument"/> <xs:complexType name="invalidArgument"> <xs:sequence/> </xs:complexType> <xs:element name="invalidState" type="invalidState"/> <xs:complexType name="invalidState"> <xs:sequence/>
The goal is to import the XML Schema in Excel through XML source/XML maps? We are mapping attributes from a legacy system to a more up-to-date standard model. In generating the XSDs, we want to allow for a easy solution to allow extensions (preferably in Excel) that can be easily added and imported back into Sparx.
Also having an issue importing XSDs that we DO have exported from Rational Rose originally.
Any guidance or recommendations would be greatly appreciated. Thanks
<xs:element name="internalError" type="internalError"/> <xs:complexType name="internalError"> <xs:sequence/> </xs:complexType> <xs:element name="invalidArgument" type="invalidArgument"/> <xs:complexType name="invalidArgument"> <xs:sequence/> </xs:complexType> <xs:element name="invalidState" type="invalidState"/> <xs:complexType name="invalidState"> <xs:sequence/>
The goal is to import the XML Schema in Excel through XML source/XML maps? We are mapping attributes from a legacy system to a more up-to-date standard model. In generating the XSDs, we want to allow for a easy solution to allow extensions (preferably in Excel) that can be easily added and imported back into Sparx.
Also having an issue importing XSDs that we DO have exported from Rational Rose originally.
Any guidance or recommendations would be greatly appreciated. Thanks