<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="regFieldsType">
<xsd:sequence>
<xsd:element name="firstName" type="xsd:string" minOccurs="0" />
<xsd:element name="lastName" type="xsd:string" minOccurs="0" />
<xsd:element name="title" type="xsd:string" minOccurs="0" />
<xsd:element name="company" type="xsd:string" minOccurs="0" />
<xsd:element name="address1" type="xsd:string" minOccurs="0" />
<xsd:element name="address2" type="xsd:string" minOccurs="0" />
<xsd:element name="city" type="xsd:string" minOccurs="0" />
<xsd:element name="state" type="xsd:string" minOccurs="0" />
<xsd:element name="postalCode" type="xsd:string" minOccurs="0" />
<xsd:element name="country" type="xsd:string" minOccurs="0" />
<xsd:element name="phone" type="xsd:string" minOccurs="0" />
<xsd:element name="fax" type="xsd:string" minOccurs="0" />
<xsd:element name="customFields" type="history:customFieldsType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|