Changeset 3383
- Timestamp:
- 06/25/08 19:34:43 (3 months ago)
- Files:
-
- trunk/misc/schemas/xmlformat-contact.xsd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/misc/schemas/xmlformat-contact.xsd
r2166 r3383 5 5 converter. It will be updated soon, but in the meantime if you depend on the details of the 6 6 format, please also check the converter source (and report any bugs or inconsistencies you spot). --> 7 7 <xsd:include schemaLocation="xmlformat-common.xsd"/> 8 8 <xsd:element name="contact"> 9 9 <xsd:complexType> … … 62 62 </xsd:element> 63 63 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 70 64 <xsd:complexType name="DateContent"> 71 65 <xsd:sequence> … … 117 111 <xsd:attribute name="Location" type="AddressLocation"/> 118 112 <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>125 113 </xsd:complexType> 126 114
