<xsd:complexType name="DemographicDescriptorsType">
<xsd:sequence>
<xsd:element name="Race" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Ethnicity" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Nationality" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PrimaryLanguage" type="LanguageCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BirthPlace" type="xsd:string" minOccurs="0" />
<xsd:element name="Religion" type="xsd:string" minOccurs="0" />
<xsd:element name="MaritalStatus" type="MaritalStatusType" minOccurs="0" />
<xsd:element name="ChildrenInfo" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NumberOfChildren" type="xsd:nonNegativeInteger" minOccurs="0" />
<xsd:element name="Comments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|