简体   繁体   中英

How to change datatype from xs:string to strongly types in Biztalk schema?

I need to have a datatype of Amount (reference) for my Amount field. How to change that? Now I just get the normal datatypes (xs:string, xs:double, etc), but the existing fields are strongly typed like this - Datatype : Amount (Reference) . How to do that?

seems like you need to import your reference schema and set the data type to the Amount field defined within it.

If that's the case, you can do that by; a) selecting you the node b) Selecting the Import property in the Property Window c) Leave the 2Import new schema as:" option as XSD Import and click "Add..." d) Point to your reference schema.

You should be able to set the data type of your amount field to the refernce type now.

HTH

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM