Biztalk Visual Studio Question:
Do you know what is <Any> element in schema?
Answer:
An <Any> element in a schema designates a specific location in the schema where new elements or attributes can be added. When BizTalk uses the schema to process a message containing unknown elements or attributes in the designated location, the schema will still consider the message valid.
Previous Question | Next Question |
Tell me can an Envelope schema consist of more than one schema type? | Tell us can we have schema without a target namespace? What will be its MessageType? |