Definition Type: ComplexType
Name: Address
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into regionName in schema dealerlocatorextended_xsd Drilldown into province in schema dealerlocatorextended_xsd Drilldown into community in schema dealerlocatorextended_xsd Drilldown into longitude in schema dealerlocatorextended_xsd Drilldown into latitude in schema dealerlocatorextended_xsd Drilldown into country in schema dealerlocatorextended_xsd Drilldown into postalCode in schema dealerlocatorextended_xsd Drilldown into regionCode in schema dealerlocatorextended_xsd Drilldown into cityRegion in schema dealerlocatorextended_xsd Drilldown into city in schema dealerlocatorextended_xsd Drilldown into street in schema dealerlocatorextended_xsd Drilldown into type in schema dealerlocatorextended_xsdXSD Diagram of Address in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="Address">
    <xsd:sequence>
        <xsd:element name="street" minOccurs="1" maxOccurs="unbounded" type="AddressStreet" />
        <xsd:element name="city" type="udt:TextType" />
        <xsd:element name="cityRegion" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="regionCode" type="udt:TextType" />
        <xsd:element name="postalCode" type="udt:TextType" />
        <xsd:element name="country" type="udt:TextType" />
        <xsd:element name="latitude" minOccurs="0" maxOccurs="1" type="xsd:double" />
        <xsd:element name="longitude" minOccurs="0" maxOccurs="1" type="xsd:double" />
        <xsd:element name="community" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="province" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="regionName" minOccurs="0" maxOccurs="1" type="udt:TextType" />
    </xsd:sequence>
    <xsd:attribute name="type" default="physical" type="TypeOfAddress" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
street star:street 1 unbounded
city star:city (1) (1)
cityRegion star:cityRegion 0 1
regionCode star:regionCode (1) (1)
postalCode star:postalCode (1) (1)
country star:country (1) (1)
latitude star:latitude 0 1
longitude star:longitude 0 1
community star:community 0 1
province star:province 0 1
regionName star:regionName 0 1
Collapse Child Attributes:
Name Type Default Value Use
type star:type physical (Optional)
Collapse Derivation Tree:
Collapse References:
star:address