Definition Type: ComplexType
Name: ChildType
Namespace: http://www.starstandard.org/STAR/5
Type: star:ChildBaseType
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use PersonABIEType
Collapse XSD Schema Diagram:
Drilldown into IndividualPartyPersonName in schema deprecatedcomponents_xsd Drilldown into GenderCode in schema components_xsd Drilldown into BirthDate in schema components_xsd Drilldown into ChildBaseType in schema components_xsdXSD Diagram of ChildType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ChildType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PersonABIEType</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ChildBaseType">
            <xsd:sequence>
                <xsd:element minOccurs="0" ref="IndividualPartyPersonName">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Name of child</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BirthDate star:BirthDate 0 (1)
GenderCode star:GenderCode 0 (1)
IndividualPartyPersonName star:IndividualPartyPersonName 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Child