Changeset 2083

Show
Ignore:
Timestamp:
06/01/07 13:24:22 (1 year ago)
Author:
abaumann
Message:

add warning comment about inconsistencies between these schemas and the new converter code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/misc/schemas/xmlformat-contact.xsd

    r1940 r2083  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0"> 
     3 
     4  <!-- Warning: this schema is partially inconsistent with the XML format used by the vformat 
     5       converter. It will be updated soon, but in the meantime if you depend on the details of the 
     6       format, please also check the converter source (and report any bugs or inconsistencies you spot). --> 
    37 
    48  <xsd:element name="contact"> 
     
    5761    </xsd:complexType> 
    5862  </xsd:element> 
    59   
     63 
    6064    <xsd:complexType name="StringContent"> 
    6165      <xsd:sequence> 
     
    6973      </xsd:sequence> 
    7074    </xsd:complexType> 
    71    
     75 
    7276 
    7377  <xsd:simpleType name="Preferred"> 
     
    9296  </xsd:simpleType> 
    9397 
    94    
     98 
    9599    <xsd:complexType name="Address"> 
    96100      <xsd:sequence> 
     
    106110      <xsd:attribute name="Pref" type="Preferred"/> 
    107111    </xsd:complexType> 
    108    
    109  
    110    
     112 
     113 
     114 
    111115    <xsd:complexType name="AddressLabel"> 
    112116      <xsd:sequence> 
     
    116120      <xsd:attribute name="Pref" type="Preferred"/> 
    117121    </xsd:complexType> 
    118    
     122 
    119123        <xsd:complexType name="Categories"> 
    120124      <xsd:sequence> 
     
    122126      </xsd:sequence> 
    123127    </xsd:complexType> 
    124    
    125   
     128 
     129 
    126130 
    127131  <!-- 
     
    153157 
    154158 
    155    
     159 
    156160    <xsd:complexType name="EMail"> 
    157161      <xsd:sequence> 
     
    163167      <xsd:attribute name="Preferred" type="Preferred"/> 
    164168    </xsd:complexType> 
    165    
    166  
    167    
     169 
     170 
     171 
    168172    <xsd:complexType name="Name"> 
    169173      <xsd:sequence> 
     
    175179     </xsd:sequence> 
    176180    </xsd:complexType> 
    177    
    178  
    179    
     181 
     182 
     183 
    180184    <xsd:complexType name="Organization"> 
    181185      <xsd:sequence> 
     
    185189     </xsd:sequence> 
    186190    </xsd:complexType> 
    187    
     191 
    188192 
    189193  <xsd:simpleType name="TelephoneType"> 
     
    215219  </xsd:simpleType> 
    216220 
    217    
     221 
    218222    <xsd:complexType name="Telephone"> 
    219223      <xsd:sequence> 
     
    225229     <xsd:attribute name="Preferred" type="Preferred"/> 
    226230    </xsd:complexType> 
    227    
     231 
    228232 
    229233  <xsd:simpleType name="KeyType"> 
     
    234238  </xsd:simpleType> 
    235239 
    236    
     240 
    237241    <xsd:complexType name="Key"> 
    238242      <xsd:sequence> 
     
    241245     <xsd:attribute name="Type" type="KeyType"/> 
    242246    </xsd:complexType> 
    243    
    244  
    245    
     247 
     248 
     249 
    246250    <xsd:complexType name="Location"> 
    247251      <xsd:sequence> 
     
    257261  </xsd:simpleType> 
    258262 
    259    
     263 
    260264    <xsd:complexType name="IM"> 
    261265      <xsd:sequence> 
     
    265269     <xsd:attribute name="UI-Slot" type="xsd:integer"/> 
    266270    </xsd:complexType> 
    267    
     271 
    268272 
    269273    <xsd:complexType name="GroupwiseDirectory"> 
     
    274278     <xsd:attribute name="UI-Slot" type="xsd:integer"/> 
    275279    </xsd:complexType> 
    276    
     280 
    277281 
    278282  <xsd:simpleType name="Bool"> 
     
    283287  </xsd:simpleType> 
    284288 
    285    
     289 
    286290    <xsd:complexType name="WantsHTML"> 
    287291     <xsd:attribute name="Type" type="Bool"/> 
    288292    </xsd:complexType> 
    289    
     293 
    290294 
    291295  <xsd:simpleType name="ImageFormat"> 
     
    322326    </xsd:restriction> 
    323327  </xsd:simpleType> 
    324    
     328 
    325329    <xsd:complexType name="Logo"> 
    326       <xsd:sequence> 
    327         <xsd:element minOccurs="1" name="Content" type="xsd:string"/> 
    328      </xsd:sequence> 
    329      <xsd:attribute name="Type" type="ImageFormat"/> 
    330      <xsd:attribute name="Encoding" type="ImageEncode"/> 
    331      <xsd:attribute name="Value" type="ImageValue"/>  
    332     </xsd:complexType> 
    333  
    334  
    335     <xsd:complexType name="Photo"> 
    336330      <xsd:sequence> 
    337331        <xsd:element minOccurs="1" name="Content" type="xsd:string"/> 
     
    341335     <xsd:attribute name="Value" type="ImageValue"/> 
    342336    </xsd:complexType> 
    343    
     337 
     338 
     339    <xsd:complexType name="Photo"> 
     340      <xsd:sequence> 
     341        <xsd:element minOccurs="1" name="Content" type="xsd:string"/> 
     342     </xsd:sequence> 
     343     <xsd:attribute name="Type" type="ImageFormat"/> 
     344     <xsd:attribute name="Encoding" type="ImageEncode"/> 
     345     <xsd:attribute name="Value" type="ImageValue"/> 
     346    </xsd:complexType> 
     347 
    344348 
    345349  <xsd:simpleType name="SoundFormat"> 
     
    359363     <xsd:attribute name="Value" type="xsd:string"/> 
    360364    </xsd:complexType> 
    361    
    362  
    363    
     365 
     366 
     367 
    364368    <xsd:complexType name="UserDefined"> 
    365369      <xsd:sequence> 
  • trunk/misc/schemas/xmlformat-event.xsd

    r2029 r2083  
    55 
    66  <!-- XMLFormat-event --> 
     7 
     8  <!-- Warning: this schema is partially inconsistent with the XML format used by the vformat 
     9       converter. It will be updated soon, but in the meantime if you depend on the details of the 
     10       format, please also check the converter source (and report any bugs or inconsistencies you spot). --> 
     11 
    712  <xsd:element name="event"> 
    813    <xsd:complexType> 
  • trunk/misc/schemas/xmlformat-todo.xsd

    r1966 r2083  
    33<xsd:include schemaLocation="xmlformat-common.xsd"/> 
    44<xsd:include schemaLocation="xmlformat-calendar.xsd"/> 
     5 
     6  <!-- Warning: this schema is partially inconsistent with the XML format used by the vformat 
     7       converter. It will be updated soon, but in the meantime if you depend on the details of the 
     8       format, please also check the converter source (and report any bugs or inconsistencies you spot). --> 
    59 
    610  <xsd:element name="todo"> 
     
    6872    </xsd:restriction> 
    6973  </xsd:simpleType> 
    70   
     74 
    7175</xsd:schema>