<xsd:complexType name="UrbanizationType">
<xsd:sequence>
<xsd:element minOccurs="0" name="UrbanizationCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Geographic definition of a metropolitan or suburban
area.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="UrbanizationDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of the marketing region. Ex: Northeastern
US
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BeginningUrbanization" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Beginning of Geographical area of urbanization. Ex: zip
code or state
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EndingUrbanization" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Ending of Geographical area of urbanization. Ex: zip code
or state
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|