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