Definition Type: ComplexType
Name: Department
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dailyHours in schema dealerlocatorextended_xsd Drilldown into contact in schema dealerlocatorextended_xsd Drilldown into departmentName in schema dealerlocatorextended_xsd Drilldown into departmentCode in schema dealerlocatorextended_xsdXSD Diagram of Department in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="Department">
    <xsd:sequence>
        <xsd:element name="departmentCode" type="xsd:int" />
        <xsd:element name="departmentName" type="udt:TextType" />
        <xsd:element name="contact" minOccurs="0" maxOccurs="unbounded" type="Contact" />
        <xsd:element name="dailyHours" minOccurs="0" maxOccurs="unbounded" type="DailyHours" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
departmentCode star:departmentCode (1) (1)
departmentName star:departmentName (1) (1)
contact star:contact 0 unbounded
dailyHours star:dailyHours 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:department