Changeset 3383

Show
Ignore:
Timestamp:
06/25/08 19:34:43 (3 months ago)
Author:
bricks
Message:

included xmlformat-common.xsd in contact schema

Files:

Legend:

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

    r2166 r3383  
    55       converter. It will be updated soon, but in the meantime if you depend on the details of the 
    66       format, please also check the converter source (and report any bugs or inconsistencies you spot). --> 
    7  
     7  <xsd:include schemaLocation="xmlformat-common.xsd"/> 
    88  <xsd:element name="contact"> 
    99    <xsd:complexType> 
     
    6262  </xsd:element> 
    6363 
    64     <xsd:complexType name="StringContent"> 
    65       <xsd:sequence> 
    66         <xsd:element minOccurs="1" name="Content" type="xsd:string"/> 
    67       </xsd:sequence> 
    68     </xsd:complexType> 
    69  
    7064    <xsd:complexType name="DateContent"> 
    7165      <xsd:sequence> 
     
    117111      <xsd:attribute name="Location" type="AddressLocation"/> 
    118112      <xsd:attribute name="Preferred" type="Preferred"/> 
    119     </xsd:complexType> 
    120  
    121         <xsd:complexType name="Categories"> 
    122       <xsd:sequence> 
    123         <xsd:element minOccurs="0" maxOccurs="unbounded" name="Category" type="xsd:string"/> 
    124       </xsd:sequence> 
    125113    </xsd:complexType> 
    126114