<xs:complexType name="addressbookType"> <xs:choice> <xs:sequence> <xs:group ref="exch:nameGroup"/> <xs:element name="address" type="exch:addressType"/> <xs:element name="phone" type="exch:phoneType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="fax" type="exch:faxType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="email" type="exch:emailType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="url" type="exch:urlType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="ead" type="exch:eadType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="dtext" type="exch:dtextType" minOccurs="0"/> </xs:sequence> <xs:element name="text" type="exch:textType"/> </xs:choice> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="lang" type="xs:language"/> </xs:complexType> |