Changes between Version 113 and Version 114 of DASISH/XSD and XML


Ignore:
Timestamp:
08/26/13 11:50:39 (11 years ago)
Author:
sroth
Comment:

Cleaned up serialization snippet according to Olof's suggestion.

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/XSD and XML

    v113 v114  
    528528''Stephanie:'' If indeed, the issue lies with the plural forms of complexType names (used for lists of resources) in the schema, we think that, principally, the plural forms can - and should - be replaced more or less immediately, e.g. by adding the suffix "{{{List}}}" or "{{{Collection}}}" instead of plural "s". For instance, the serialized xml output could then match the following snippet
    529529{{{
    530 <annotationCollection>
    531    <annotations>
    532       <annotation>
    533          <!-- elements of annotation -->
    534       </annotation>
    535    </annotations>
     530<annotationCollection> 
     531   <annotation>
     532      <!-- elements of annotation -->
     533   </annotation>
    536534</annotationCollection>
    537535}}}