Changeset 2083
- Timestamp:
- 06/01/07 13:24:22 (1 year ago)
- Files:
-
- trunk/misc/schemas/xmlformat-contact.xsd (modified) (22 diffs)
- trunk/misc/schemas/xmlformat-event.xsd (modified) (1 diff)
- trunk/misc/schemas/xmlformat-todo.xsd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/misc/schemas/xmlformat-contact.xsd
r1940 r2083 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <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). --> 3 7 4 8 <xsd:element name="contact"> … … 57 61 </xsd:complexType> 58 62 </xsd:element> 59 63 60 64 <xsd:complexType name="StringContent"> 61 65 <xsd:sequence> … … 69 73 </xsd:sequence> 70 74 </xsd:complexType> 71 75 72 76 73 77 <xsd:simpleType name="Preferred"> … … 92 96 </xsd:simpleType> 93 97 94 98 95 99 <xsd:complexType name="Address"> 96 100 <xsd:sequence> … … 106 110 <xsd:attribute name="Pref" type="Preferred"/> 107 111 </xsd:complexType> 108 109 110 112 113 114 111 115 <xsd:complexType name="AddressLabel"> 112 116 <xsd:sequence> … … 116 120 <xsd:attribute name="Pref" type="Preferred"/> 117 121 </xsd:complexType> 118 122 119 123 <xsd:complexType name="Categories"> 120 124 <xsd:sequence> … … 122 126 </xsd:sequence> 123 127 </xsd:complexType> 124 125 128 129 126 130 127 131 <!-- … … 153 157 154 158 155 159 156 160 <xsd:complexType name="EMail"> 157 161 <xsd:sequence> … … 163 167 <xsd:attribute name="Preferred" type="Preferred"/> 164 168 </xsd:complexType> 165 166 167 169 170 171 168 172 <xsd:complexType name="Name"> 169 173 <xsd:sequence> … … 175 179 </xsd:sequence> 176 180 </xsd:complexType> 177 178 179 181 182 183 180 184 <xsd:complexType name="Organization"> 181 185 <xsd:sequence> … … 185 189 </xsd:sequence> 186 190 </xsd:complexType> 187 191 188 192 189 193 <xsd:simpleType name="TelephoneType"> … … 215 219 </xsd:simpleType> 216 220 217 221 218 222 <xsd:complexType name="Telephone"> 219 223 <xsd:sequence> … … 225 229 <xsd:attribute name="Preferred" type="Preferred"/> 226 230 </xsd:complexType> 227 231 228 232 229 233 <xsd:simpleType name="KeyType"> … … 234 238 </xsd:simpleType> 235 239 236 240 237 241 <xsd:complexType name="Key"> 238 242 <xsd:sequence> … … 241 245 <xsd:attribute name="Type" type="KeyType"/> 242 246 </xsd:complexType> 243 244 245 247 248 249 246 250 <xsd:complexType name="Location"> 247 251 <xsd:sequence> … … 257 261 </xsd:simpleType> 258 262 259 263 260 264 <xsd:complexType name="IM"> 261 265 <xsd:sequence> … … 265 269 <xsd:attribute name="UI-Slot" type="xsd:integer"/> 266 270 </xsd:complexType> 267 271 268 272 269 273 <xsd:complexType name="GroupwiseDirectory"> … … 274 278 <xsd:attribute name="UI-Slot" type="xsd:integer"/> 275 279 </xsd:complexType> 276 280 277 281 278 282 <xsd:simpleType name="Bool"> … … 283 287 </xsd:simpleType> 284 288 285 289 286 290 <xsd:complexType name="WantsHTML"> 287 291 <xsd:attribute name="Type" type="Bool"/> 288 292 </xsd:complexType> 289 293 290 294 291 295 <xsd:simpleType name="ImageFormat"> … … 322 326 </xsd:restriction> 323 327 </xsd:simpleType> 324 328 325 329 <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">336 330 <xsd:sequence> 337 331 <xsd:element minOccurs="1" name="Content" type="xsd:string"/> … … 341 335 <xsd:attribute name="Value" type="ImageValue"/> 342 336 </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 344 348 345 349 <xsd:simpleType name="SoundFormat"> … … 359 363 <xsd:attribute name="Value" type="xsd:string"/> 360 364 </xsd:complexType> 361 362 363 365 366 367 364 368 <xsd:complexType name="UserDefined"> 365 369 <xsd:sequence> trunk/misc/schemas/xmlformat-event.xsd
r2029 r2083 5 5 6 6 <!-- 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 7 12 <xsd:element name="event"> 8 13 <xsd:complexType> trunk/misc/schemas/xmlformat-todo.xsd
r1966 r2083 3 3 <xsd:include schemaLocation="xmlformat-common.xsd"/> 4 4 <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). --> 5 9 6 10 <xsd:element name="todo"> … … 68 72 </xsd:restriction> 69 73 </xsd:simpleType> 70 74 71 75 </xsd:schema>
