Definition Type: ComplexType
Name: UpdateHistoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DecisionVersionNumberString in schema components_xsd Drilldown into ModificationDescription in schema components_xsd Drilldown into ModificationDateTime in schema components_xsdXSD Diagram of UpdateHistoryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="UpdateHistoryType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ModificationDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        Date a modification was made to the
                        application.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ModificationDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text that identifies the type of modifications
                            made.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DecisionVersionNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the version number of the
                        decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ModificationDateTime star:ModificationDateTime 0 (1)
ModificationDescription star:ModificationDescription 0 unbounded
DecisionVersionNumberString star:DecisionVersionNumberString 0 (1)
Collapse Derivation Tree:
Collapse References:
star:UpdateHistory