Definition Type: ComplexType
Name: Phone
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into phoneExtension in schema dealerlocatorextended_xsd Drilldown into countryAccessNumber in schema dealerlocatorextended_xsd Drilldown into cityCode in schema dealerlocatorextended_xsd Drilldown into areaCode in schema dealerlocatorextended_xsd Drilldown into number in schema dealerlocatorextended_xsd Drilldown into type in schema dealerlocatorextended_xsdXSD Diagram of Phone in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="Phone">
    <xsd:sequence>
        <xsd:element name="number" type="udt:TextType" />
        <xsd:element name="areaCode" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="cityCode" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="countryAccessNumber" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="phoneExtension" minOccurs="0" maxOccurs="1" type="udt:TextType" />
    </xsd:sequence>
    <xsd:attribute name="type" default="home" type="PhoneType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
number star:number (1) (1)
areaCode star:areaCode 0 1
cityCode star:cityCode 0 1
countryAccessNumber star:countryAccessNumber 0 1
phoneExtension star:phoneExtension 0 1
Collapse Child Attributes:
Name Type Default Value Use
type star:type home (Optional)
Collapse Derivation Tree:
Collapse References:
star:phone