EDN Admin
Well-known member
Hi all,
In my schema, I need to assign type conditionally based on the element values.
Doing some google searches, I came across something called conditional type assignment which is available with <xs:alternative test="" type=" </xs:alternative>.
Using alternative solution is only supported by the schema language specification 1.1 ( http://www.w3.org/TR/xmlschema11-1/ http://www.w3.org/TR/xmlschema11-1/ )
I wonders if anyone could please answer if 1.1 is yet supported by Microsoft (especifically for projects within visual studio 2010).
If no, do you know when this specification will be supported.
Thanks
View the full article
In my schema, I need to assign type conditionally based on the element values.
Doing some google searches, I came across something called conditional type assignment which is available with <xs:alternative test="" type=" </xs:alternative>.
Using alternative solution is only supported by the schema language specification 1.1 ( http://www.w3.org/TR/xmlschema11-1/ http://www.w3.org/TR/xmlschema11-1/ )
I wonders if anyone could please answer if 1.1 is yet supported by Microsoft (especifically for projects within visual studio 2010).
If no, do you know when this specification will be supported.
Thanks
View the full article