![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Exporting Business Object Models to XML Schema or WSDL Files describes how Business Object Models can be exported to XML Schema (XSD) files. This appendix describes the XML schema constructs that result from the original Business Object Model constructs.The examples described in this section are for user-defined Business Object Models only.Business Object Model primitive types are translated to XSD simple types. The simple types’ base restriction is set to the xsd data type corresponding to the original Business Object Model data type. These mappings are defined in Data Type Mappings.<xsd:schemaxmlns="http://example.com/businessobjectmodel1" xmlns:tns1="http://example.com/businessobjectmodel1"xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.com/businessobjectmodel1">
• com.example.businessobjectmodel1.xsd (as above)<xsd:schemaFurthermore, the com.example.businessobjectmodel1.xsd schema will contain an <import> construct referencing com.example.businessobjectmodel1.comexamplewwwstockcheck.xsd
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |