<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>
|