Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

Cardspace Community Bloggers

Browse by Tags

All Tags » xsd   (RSS)

  • Identity.xsd reloaded

    I was wondering why the identity xml schema was not updated after the release of ISIP 1.5 ... Here is my (unautorized) edit. Any xml that validates against the old schema should by valid against this new schema (but not the other way around). Well, I changed the namespace from http://schemas.xmlsoap.org/ws/2005/05/identity/ to http://schemas.xmlsoap.org/ws/2008/08/identity/: <?xml version="1.0" encoding="utf-8"?> <!-- Copyright © 2006-2007 Microsoft Corporation, Inc. All rights reserved. Read More...
  • Information Cards: More Subtleties

    Another post in my new series ( 1 , 2 ) of posts related to things you never wanted to know about Information Cards: Why does the infocard.xsd define PositiveUnsignedInt when there is a XML standard positiveInteger already defined? Maybe I am missing a suble difference? Did you notice that the length of a claim's value is restricted to be less or equal than 684 in length? <xs:complexType name="ClaimValueType"> <xs:complexContent> <xs:extension base="tns:BaseClaimType"> <xs:sequence> Read More...

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us