Definition Type: ComplexType
Name: UrbanizationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndingUrbanization in schema components_xsd Drilldown into BeginningUrbanization in schema components_xsd Drilldown into UrbanizationDescription in schema components_xsd Drilldown into UrbanizationCode in schema components_xsdXSD Diagram of UrbanizationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UrbanizationCode star:UrbanizationCode 0 (1)
UrbanizationDescription star:UrbanizationDescription 0 unbounded
BeginningUrbanization star:BeginningUrbanization 0 (1)
EndingUrbanization star:EndingUrbanization 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ExclusionUrbanization, star:InclusionUrbanization, star:Urbanization