Definition Type: ComplexType
Name: MarketSpecificType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SelfAuthorizationCode in schema components_xsd Drilldown into MarketSource in schema components_xsd Drilldown into PriorWorkAuthorizationIndicator in schema components_xsd Drilldown into TotalCostAmount in schema components_xsdXSD Diagram of MarketSpecificType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MarketSpecificType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="TotalCostAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Paint and materials value at unit cost times quantity (Before any split)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PriorWorkAuthorizationIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>Indicates that if this labor operation is used, the claim requires authorization</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="MarketSource" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Indicates marketing location of which the labor operation request is coming from</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SelfAuthorizationCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>For those labor operations that require authorization this code indicates whether or not a dealer is allowed to authorize claims with this labor operation. For a dealer to be able to authorize the dealer must meet self-authorization qualifications and the claim must be within the self-authorization limits</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalCostAmount star:TotalCostAmount 0 (1)
PriorWorkAuthorizationIndicator star:PriorWorkAuthorizationIndicator 0 (1)
MarketSource star:MarketSource 0 (1)
SelfAuthorizationCode star:SelfAuthorizationCode 0 (1)
Collapse Derivation Tree:
Collapse References:
star:MarketSpecific