Definition Type: ComplexType
Name: PersonnelType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Personnel.xsd
Abstract
Documentation:
STAR Version 1.0 - Draft
Collapse XSD Schema Diagram:
Drilldown into PersonnelDetail in schema personnel_xsd Drilldown into PersonnelHeaderBase in schema personnel_xsdXSD Diagram of PersonnelType in schema personnel_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PersonnelType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.0 - Draft</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonnelHeaderBase" />
        <xsd:element ref="PersonnelDetail" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonnelHeaderBase star:PersonnelHeaderBase (1) (1)
PersonnelDetail star:PersonnelDetail 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Personnel