Re: Time Zone in xsd:date



Hello Chris,

In addition to Robert's input, let's not forget that you can probably tweak the schema to treat the value as a string, but bind it to a regular expression that would force it to be at least patterned properly. Even something as lame as this would probably be a good start:

\d{4}\-\d{2}\-\d{2}T\d{2}\:\d{2}\:\d{2}\.?\d*

I can only imagine that you'll find other things that SQL Server won't like about a sophisticated schema. :)

Thanks,
Kent Tegels
http://staff.develop.com/ktegels/


.



Relevant Pages

  • RE: HTTP Get
    ... would post the data into BizTalk as XML? ... | I can now confirm that using a custom pipeline and the flat file ... | issue I have, though, is that because the string that is arriving in is ... I have set the delimiter in the schema to be &, ...
    (microsoft.public.biztalk.general)
  • Complex XML Serialization
    ... I've been reading Keith Pijanowski's article - Enrich Your XML Serialization With Schema Providers In The .NET Framework - on how to do custom serialization of objects. ... private string _administratorPassword; ... //foreach (Environment environment in this.Environments) ...
    (microsoft.public.dotnet.xml)
  • Re: Deploying a BizTalk Application
    ... Right click on System and choose Retore Secret. ... This exception is raised inside Visual Studio, basically your SQL Schema ... server, String database, String assemblyPathname, String applicationName) ... String server, String database, String assemblyPathname, String group, ...
    (microsoft.public.biztalk.general)
  • Re: Who is using the database?
    ... so that the string refers to your mdb file, ... ShowUserRosterMultipleUsers() ... > refering to 'having to use a GUID to reference the schema'. ... > Jock Waddington ...
    (microsoft.public.access.tablesdbdesign)
  • Re: how to return xml document from a web service
    ... what specific XML you expect. ... If you have a schema that defines what you expect, ... The second issue with this approach is that XML is not a string. ... >> methods from the wire transport. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading