Definition Type: ComplexType
Name: ArtifactsTriggeredType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveApplication.xsd
Abstract
Documentation:
Identifies what artifacts will be coming with the deal. (RDR, CONTRACT, IA).
Collapse XSD Schema Diagram:
Drilldown into ArtifactName in schema incentiveapplication_xsdXSD Diagram of ArtifactsTriggeredType in schema incentiveapplication_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ArtifactsTriggeredType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Identifies what artifacts will be coming with the deal. (RDR, CONTRACT, IA).
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="1" name="ArtifactName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The name of the artifact coming with the deal.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ArtifactName star:ArtifactName 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:ArtifactsTriggered