OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-assembly message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue 123


Anish and I had a chat about this and concluded that the schema 
suggested by Mike Edwards was, indeed, correct.  We suggest the TC adopt 
this and resolve issue 123.

  <element name="value" type="sca:ValueType"/>
  <complexType name="ValueType" mixed="true">
     <sequence>
        <any namespace="##any" processContents="lax" minOccurs="0"/>
     </sequence>
     <!-- mixed="true" to handle simple type -->
     <anyAttribute namespace="##any" processContents="lax"/>
  </complexType>

This provides a global element <value/> and its type is defined in such 
a way that it can represent any type
of data representable in XSD - i.e. both simple and complex types.


-- 
All the best, Ashok


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]