Implementation Guideline
Get Labor Operations
Repository Version Rev4.5.4
Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved
This document is a guideline on how to use the Get Labor Operations Business Object Document (BOD). Get Labor Operations has been defined in the context of STAR for the Automotive Retail Industry. The scope of this BOD is to define the Get Labor Operations process for individual consumers who service their automobiles through their OEM’s authorized Dealers. The focus is on Dealer and OEM interactions, not third party organizations. NOTE: Although this is the traditional use of the Get Labor Operations, this BOD could be used to send Get Labor Operations information between any two business parties.
The Get Labor Operations Implementation Guidelines provide detailed information regarding the structure and meaning of the Get Labor Operations BOD and corresponds directly to the Get Labor Operations schema. In addition to structure and meaning, the Implementation Guidelines identify various business rules for specific fields/components that due to their nature, i.e. field interdependence, are not possible to express using schema. Please note that although these business rules are not included in the schema, they MUST be followed to be STAR Compliant. Therefore, the Get Labor Operations Implementation Guidelines must be used in concert with the Get Labor Operations schema during development and should NOT be considered a supplement or substitution to the schema. For more information regarding STAR XML Data Compliance, please review the STAR Data Compliance Guidelines document located on the STAR Web site.
For a copy of the corresponding Get Labor Operations schema, please download the appropriate STAR schema repository from the XML portion of the STAR website (www.starstandard.org). Prior to downloading the schema, users are encouraged to download the STAR XML Reference/Implementation document also located on the XML portion of the STAR website. This document provides an overview of the STAR BOD development methodology, how to download and read STAR schema, and various frequently asked questions related to the implementation of STAR BODs.
STAR has followed the Open Application Group’s Business Object Document methodology to develop the Get Labor Operations BOD. Where possible, STAR has mapped to existing OAGI fields and components. Note however that the STAR Get Labor Operations BOD is unique to the Retail Automotive industry and is not an extension of any existing OAGIS BODs.
For more information on the Open Applications Group's BODs and related documentation please refer to the Open Applications Group’s Web site at www.openapplications.org.
STAR uses the same Noun in the schema for all the Noun/Verb combinations of the Get Labor Operations except the Get verb. Please refer to each Noun/Verb combination within this document to understand the requirements for each specific BOD. Although the Noun will always have every field defined for the Noun in the schema, each Noun/Verb combination may not use all of the fields. If a field is not used by a BOD, it will be noted in the business rules.
The Labor Operations Binary Collaboration starts with the request of Labor Operations from the Dealer to the OEM. In response, Labor Operations information is sent from the OEM to the Dealer. This process occurs on demand as is needed. Note: This scenario is an example of how the Labor Operations BOD can be used. Implementations may vary.
The relationship diagram identifies all of the various components or building blocks of information used in the Get Labor Operations BOD. This diagram visually depicts the relationships of the components using symbolic indentation and their occurrence in the BOD. Note: That this is an approximation of the Components, and may not reflect the exact implementation. Also, some fields are displayed in the diagram. This diagram should only be used as a starting point and not an absolute reference.
Target Namespace | http://www.starstandards.org/STAR |
---|---|
Element and Attribute Namespaces |
|
Documentation | This schema is made available under an Eclipse Public Licenses 1.0. This license may be found in the STAR/License directory as well as the STAR BOD Guidelines. More information at: http://www.starstandard.org/. |
Prefix | Namespace |
---|---|
Default namespace | http://www.starstandards.org/STAR |
xml | http://www.w3.org/XML/1998/namespace |
xsd | http://www.w3.org/2001/XMLSchema |
Name | ApplicationArea |
---|---|
Type | ApplicationArea |
Nillable | no |
Abstract | no |
Documentation | Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. More information at: http://www.openapplications.org/oagis. Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. More information at: http://www.openapplications.org/oagis. |
|
Name | Get |
---|---|
Type | Get |
Nillable | no |
Abstract | no |
Documentation | The Get verb is to communicate to a business software component a request for an existing piece of information to be returned. The Get may be paired with most of the nouns defined in the OAGIS specification.The response to this request is the Show verb. The behavior of a BOD with a Get verb is quite predictable across most of the nouns it may be paired with.The Get is designed to retrieve a single piece of information by using that information's primary retrieval field, or key field. The Get verb is not used to request several documents at once. The GetList verb is designed to achieve that purpose and will be covered in more detail later.Selection Criteria:There are two types of selection capabilities for most BOD's that use the Get verb.1) The first selection capability is called Field-Based Selection. Within a Get-based Business Object Document, the first Data Type that occurs in a specific BOD structure is commonly used to provide the Field-Based Selection criteria. This is always defined within the specific BOD and is commonly the required fields for that specific Data type.The Field-Based Selection enables the requester to provide a value or values (in the case of multiple required Field Identifiers), in the required fields. Then the responding component uses those values to find and return the requested information to the originating business software component.2) The second type of selection capability for Get-based BODs is called Data Type Selection. Data Type selection enables the requester to identify which Data Types within the noun are requested to be returned in the response. The use of this capability is described for each corresponding Data Type for all BODs that use the Get verb. The Data Types are identified for retrieval within the Get instance of a BOD by including the name of the Data Type in the meta data but without any Field Identifiers or Segments identified within the Data Type. This will signify to the responding application that all of the data that corresponds to that Data Type is to be included in the response.If the Data Type is not requested, the Data Type identifier is not included in the Get request and this will signify to the responding component that the Data Type is not to be returned. More information at: http://www.openapplications.org/oagis. |
Name | GetLaborOperations |
---|---|
Type | GetLaborOperations |
Nillable | no |
Abstract | no |
Name | Header |
---|---|
Type | LaborOperationsHeader |
Nillable | no |
Abstract | no |
Documentation | More information at: http://www.starstandards.org. |
Name | LaborOperations |
---|---|
Type | LaborOperations |
Nillable | no |
Abstract | no |
Documentation | More information at: http://www.starstandards.org. |
|
Name | Verb |
---|---|
Type | Verb |
Nillable | no |
Abstract | yes |
Super-types: | None |
---|---|
Sub-types: |
|
Name | AlternatePartyId |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Id | Alternate Party Identification | Required |
Super-types: | xsd:decimal < Amount (by extension) |
---|---|
Sub-types: | None |
Name | Amount |
---|---|
Abstract | no |
Documentation | Based on OAGI Amount. Simple content with the currency as an attrbute More information at: http://www.starstandard.org. |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
currency | Required |
Super-types: | None |
---|---|
Sub-types: | None |
Name | ApplicationArea |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Sender | Identifies characteristics and control identifiers that relate to the application that created the Business Object Document. The sender area can indicate the logical location of the application and/or database server, the application, and the task that was processing to create the BOD. | Required | |
CreationDateTime | is the date time stamp that the given instance of the Business Object Document was created. This date must not be modified during the life of the Business Object Document. | Required |
DateTime fields must be formatted as XML Schema
Datetimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
|
Signature | If the BOD is to be signed the signature element is included, otherwise it is not. Signature supports any digital signature that maybe used by an implementation of OAGIS. The qualifyingAgency identifies the agency that provided the format for the signature. This element supports any digital signature specification that is available today and in the future. This is accomplished by not actually defining the content but by allowing the implementation to specify the digital signature to be used via an external XML Schema namespace declaration. The Signature element is defined to have any content from any other namespace. This allows the user to carry a digital signature in the xml instance of a BOD. The choice of which digital signature to use is left up to the user and their integration needs. | Optional |
Optional. "qualifyingAgency" attribute.
|
BODId | The BODId provides a place to carry a Globally Unique Identifier (GUID) that will make each Business Object Document instance uniquely identifiable. This is a critical success factor to enable software developers to use the Globally Unique Identifier (GUID) to build the following services or capabilities: 1. Legally binding transactions, 2. Transaction logging, 3. Exception handling, 4. Re-sending, 5. Reporting, 6. Confirmations, 7. Security. | Optional | |
Destination | Information related to the receiver of the BOD | Required |
See Destination Component.
|
Super-types: | None |
---|---|
Sub-types: |
|
Name | BusinessObjectDocument |
---|---|
Abstract | no |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
revision | This should contain the STAR repository version in the following recommended format. 4.2.1_M20080416. Where the first part indicates the version of the STAR repository and anything after the _ indicates the Milestone build that is being used. If referring to an official published version then only the STAR Repository version is required. | Optional | |
release | Indicates the OAGIS release that this BOD belongs. | Optional | |
environment | Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the BOD is being sent in a test mode, it's information should not affect the business operation. However, if the BOD is sent in "Production" mode it is assumed that all test has been complete and the contents of the BOD are to affect the operation of the receiving business application(s). | Optional | |
lang | Indicates the language that the contents of the BOD is in unless otherwise stated. | Optional | |
bodVersion | Deprecated as of STAR 4.2.2. It is recommended to use the revision attribute to identify the repository and the noun. May be removed in a new major version of the STAR repository. | Optional |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
ApplicationArea | Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. | Required |
Super-types: | None |
---|---|
Sub-types: | None |
Name | Category |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
CategoryCode | Manufacturer assigned code for categorizing labor - maps a dealer specific labor op code with a manufacturer standard labor op code | Optional | |
CategoryCodeDescription | Description of the manufacturer assigned category code | Optional |
Super-types: | xsd:string < Description (by extension) < CategoryCodeDescription (by extension) |
---|---|
Sub-types: | None |
Name | CategoryCodeDescription |
---|---|
Abstract | no |
Documentation | Description of the manufacturer assigned category code More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < CombinationCodeDescription (by extension) |
---|---|
Sub-types: | None |
Name | CombinationCodeDescription |
---|---|
Abstract | no |
Documentation | Textual description of the code that represents additional time needed for removing/installing optional equipment that some vehicle models have More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < ComponentCodeDesc (by extension) |
---|---|
Sub-types: | None |
Name | ComponentCodeDesc |
---|---|
Abstract | no |
Documentation | Description of the Component Code More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | ComponentCodeGroup |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
ComponentCode | Code identifying a labor operation's component code | Optional | |
ComponentCodeDesc | Description of the Component Code for labor operation | Optional | |
ImageAttachment | Image Attachment | Optional | |
LaborOperationLocationGroup | Represents the Labor Operation Component Code Group sub grouping | Optional |
Super-types: | None |
---|---|
Sub-types: | None |
Name | ComponentGroup |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
ComponentGroupCode | Code identifying a labor operation's component group | Optional | |
ComponentGroupDesc | Description of the Component Group for labor operation | Optional | |
ImageAttachment | Image Attachment | Optional | |
ComponentCodeGroup | Represents the Labor Operation Component Group sub grouping | Optional |
Super-types: | xsd:string < Description (by extension) < ComponentGroupDesc (by extension) |
---|---|
Sub-types: | None |
Name | ComponentGroupDesc |
---|---|
Abstract | no |
Documentation | Description of the Component Group More information at: http://www.starstandard.org. |
Super-types: | Verb < ConfirmableVerb (by extension) |
---|---|
Sub-types: |
|
Name | ConfirmableVerb |
---|---|
Abstract | no |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
confirm | Required |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Verb | Required |
Super-types: | xsd:integer < Count (by extension) |
---|---|
Sub-types: | None |
Name | Count |
---|---|
Abstract | no |
Documentation | Simple quantity type with no attributes More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | DamageArea |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
LaborOperationLocation | Code Indicating Position/Location on Vehicle where labor was performed | Optional | |
LaborOperationLocationDesc | LaborOperationLocationDesc | Optional | |
DamageCode | Type of damage associated with labor operation | Optional | |
DamageCodeDescription | Description of type of damage associated with labor operation | Optional |
Super-types: | xsd:string < Description (by extension) < DamageCodeDescription (by extension) |
---|---|
Sub-types: | None |
Name | DamageCodeDescription |
---|---|
Abstract | no |
Documentation | Description of type of damage associated with labor operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) |
---|---|
Sub-types: | None |
Name | Description |
---|---|
Abstract | no |
Documentation | Description More information at: http://www.starstandard.org. |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
language | The ISO language code that the description is written. | Optional |
Super-types: | None |
---|---|
Sub-types: | None |
Name | Destination |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
DestinationNameCode | Code for destination of file (i.e.Short Manufacturer or DSP code) | Optional |
Must use a valid code from the ShortMfg/RSP list on
http://www.starstandards.org
|
DestinationURI | Physical address of the destination | Optional | |
DestinationSoftwareCode | Additional information about the destination application | Optional | |
DestinationSoftware | For which software destination file is intended (may not be known). | Optional | |
DealerNumber | Target Dealer Code receiving information | Optional | |
StoreNumber | Dealer code store number (DMS assigned) | Optional | |
AreaNumber | Dealer code area number (DMS vendor assigned) | Optional | |
DealerCountry | Target Dealer country location | Optional | |
PartyId | The Party Id field uniquely identifies the Receiver of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. | Optional | |
LocationId | The Location Id field uniquely identifies the location of the Receiver of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. | Optional | |
ServiceId | The Service Id field identifies the particular service to which a message is being sent, e.g., an inventory service. | Optional |
Super-types: | PartyBase < Employee (by extension) |
---|---|
Sub-types: | None |
Name | Employee |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
PartyId | Party Identification Number | Optional | |
AlternatePartyIds | Social security number or other legal document Id of employee | Optional | |
EmployeeName | Name of employee | Optional | |
EmployeeTitle | Employee role (e.g. technican, service advisor, etc.) | Optional |
Super-types: | None |
---|---|
Sub-types: | None |
Name | ExpressionCriteria |
---|---|
Abstract | no |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
expressionLanguage | Optional |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
SelectExpression | Allows the 1-n number of selection expressions for the information to be returned. | Required |
Super-types: | xsd:string < Description (by extension) < FailureCodeDescription (by extension) |
---|---|
Sub-types: | None |
Name | FailureCodeDescription |
---|---|
Abstract | no |
Documentation | Description of trouble failure code More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | FailureCodes |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
FailureCode | Manufacturer-assigned code to describe the reason that a fault or symptom occurred | Optional | |
FailureCodeDescription | Description of trouble failure code | Optional | |
FailureCodeURI | URL address for graphical image of failure code | Optional |
Super-types: | Verb < ConfirmableVerb (by extension) < RequestVerb (by extension) < Get (by extension) |
---|---|
Sub-types: | None |
Name | Get |
---|---|
Abstract | no |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
show | Required |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Verb | Required | ||
ReturnCriteria | ReturnCriteria identifies the content that is to be returned, given query success. In essence, the expression here has the effect of filtering the part(s) of the found element(s) that are to be returned. ReturnCriteria plays no role in the query itself. That is handled as a match against the request BOD's noun exemplar. ReturnCriteria allows the sender of the BOD to indicate which information (down to the field level) is requested to be returned, given that the query has been successful in matching the exemplar to existing nouns. That is, in a GetListPurchaseOrder, if one or more PurchaseOrders with a TotalPrice = $1M were found, ReturnCriteria tells the BOD recipient which parts of the PurchaseOrder should be populated with content when the response (ShowPurchaseOrder) is formulated. The expressionLanguage indicates the expression language being used. In order for the ReturnCriteria expression to be evaluable by the BOD recipient, the recipient must be capable of processing and interpreting the specified expression language. XPath is the default, due to its ubiquity among XML processing technologies. | Required |
Super-types: | BusinessObjectDocument < GetLaborOperations (by extension) |
---|---|
Sub-types: | None |
Name | GetLaborOperations |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
ApplicationArea | Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of. | Required | |
DataArea | Required |
Super-types: | None |
---|---|
Sub-types: | None |
Name | GetLaborOperationsDataArea |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Get | The Get verb is to communicate to a business software component a request for an existing piece of information to be returned. The Get may be paired with most of the nouns defined in the OAGIS specification.The response to this request is the Show verb. The behavior of a BOD with a Get verb is quite predictable across most of the nouns it may be paired with.The Get is designed to retrieve a single piece of information by using that information's primary retrieval field, or key field. The Get verb is not used to request several documents at once. The GetList verb is designed to achieve that purpose and will be covered in more detail later.Selection Criteria:There are two types of selection capabilities for most BOD's that use the Get verb.1) The first selection capability is called Field-Based Selection. Within a Get-based Business Object Document, the first Data Type that occurs in a specific BOD structure is commonly used to provide the Field-Based Selection criteria. This is always defined within the specific BOD and is commonly the required fields for that specific Data type.The Field-Based Selection enables the requester to provide a value or values (in the case of multiple required Field Identifiers), in the required fields. Then the responding component uses those values to find and return the requested information to the originating business software component.2) The second type of selection capability for Get-based BODs is called Data Type Selection. Data Type selection enables the requester to identify which Data Types within the noun are requested to be returned in the response. The use of this capability is described for each corresponding Data Type for all BODs that use the Get verb. The Data Types are identified for retrieval within the Get instance of a BOD by including the name of the Data Type in the meta data but without any Field Identifiers or Segments identified within the Data Type. This will signify to the responding application that all of the data that corresponds to that Data Type is to be included in the response.If the Data Type is not requested, the Data Type identifier is not included in the Get request and this will signify to the responding component that the Data Type is not to be returned. | Required | |
LaborOperations | Required |
Super-types: | None |
---|---|
Sub-types: |
|
Name | HeaderBase |
---|---|
Abstract | no |
Documentation | Used on all STAR BODs More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
DocumentDateTime | Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. | Optional |
DateTime fields must be formatted as XML Schema
DateTimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
|
SecondaryPassword | Secondary password used to validate access to the dealer information | Optional | (INACTIVE) |
SecondaryDealerNumber | Identifies secondary dealer number if different than primary "Dealer Number" | Optional | (INACTIVE) |
Super-types: | xsd:decimal < Hours (by extension) |
---|---|
Sub-types: | None |
Name | Hours |
---|---|
Abstract | no |
Documentation | Hours More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Id (by extension) |
---|---|
Sub-types: | None |
Name | Id |
---|---|
Abstract | no |
Documentation | Party Identification number More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | ImageAttachment |
---|---|
Abstract | no |
Documentation | represents information about the location of on-line vehicle photos. More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
URI | URI | Optional | |
ImageWidth | Image tag width. Example: "100" | Optional | |
ImageHeight | Image tag height Example: "120" | Optional | |
ImageAlternateText | Image alternate text. Example: "1997 Honda Accord" | Optional |
Super-types: | xsd:integer < Count (by extension) < ImageHeight (by restriction) |
---|---|
Sub-types: | None |
Name | ImageHeight |
---|---|
Abstract | no |
Documentation | Image tag height Example: "120" More information at: http://www.starstandard.org. |
Super-types: | xsd:integer < Count (by extension) < ImageWidth (by restriction) |
---|---|
Sub-types: | None |
Name | ImageWidth |
---|---|
Abstract | no |
Documentation | Image tag width. Example: "100" More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Id (by extension) < ItemId (by extension) |
---|---|
Sub-types: | None |
Name | ItemId |
---|---|
Abstract | no |
Documentation | Item part number More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < ItemIdDescription (by extension) |
---|---|
Sub-types: | None |
Name | ItemIdDescription |
---|---|
Abstract | no |
Documentation | Item part number detail description More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < LaborActionDescription (by extension) |
---|---|
Sub-types: | None |
Name | LaborActionDescription |
---|---|
Abstract | no |
Documentation | Labor operation service action description.(e.g. Instructions as to how and when to use this labor operation) More information at: http://www.starstandard.org. |
Super-types: | xsd:decimal < Hours (by extension) < LaborAdditionalHours (by extension) |
---|---|
Sub-types: | None |
Name | LaborAdditionalHours |
---|---|
Abstract | no |
Documentation | Additional labor hours above flat rate allowance More information at: http://www.starstandard.org. |
Super-types: | xsd:decimal < Hours (by extension) < LaborAllowanceHours (by extension) |
---|---|
Sub-types: | None |
Name | LaborAllowanceHours |
---|---|
Abstract | no |
Documentation | Flat rate labor hour allowance for this operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < LaborOperationDescription (by extension) |
---|---|
Sub-types: | None |
Name | LaborOperationDescription |
---|---|
Abstract | no |
Documentation | Description of a particular operation code More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Id (by extension) < LaborOperationId (by extension) |
---|---|
Sub-types: | None |
Name | LaborOperationId |
---|---|
Abstract | no |
Documentation | Currently assigned code for this operation (preferably manufacturer code) More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Description (by extension) < LaborOperationIdTypeDesc (by extension) |
---|---|
Sub-types: | None |
Name | LaborOperationIdTypeDesc |
---|---|
Abstract | no |
Documentation | Labor operation code type description. More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | LaborOperationLocationGroup |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
LaborOperationLocation | Code identifying a labor operation's service locations. It is the location on the vehicle where the service will be performed | Optional | |
LaborOperationLocationDesc | The Labor Operation Service Location Description is a textual description of the Labor Operation Service Location code identify | Optional | |
ImageAttachment | Image Attachment | Optional | |
VehicleApplicable | Indicates whether this labor operation applies to a vehicle as built or equipped. | Optional | |
VehicleRestricted | Indicates whether a labor operation is restricted for a vehicle | Optional | |
FuseCavityCode | Alternate alpha representation of the LaborOperationLocation when the fuse cavity part is designated (stamped) by a letter | Optional |
Super-types: | None |
---|---|
Sub-types: | None |
Name | LaborOperations |
---|---|
Abstract | no |
Documentation | STAR Version 3.0 - Draft More information at: http://www.starstandards.org. STAR Version 2.1, STAR approved 04/20/2005; effective date 07/04/2005 More information at: http://www.starstandards.org. STAR Version 2.0, STAR approved 05/07/2004; effective date 07/04/2004 More information at: http://www.starstandards.org. STAR Version 1.0, STAR approved 10/4/2002; OAGI approved 10/17/2002; effective date 1/01/2003 More information at: http://www.starstandards.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Header | Required | ||
Vehicle | Vehicle information related to Labor Operation | Optional | |
Employee | Employee related to Labor Operations request | Optional | |
TechnicianSkill | Technician skills required for labor operation | Optional | |
ImageAttachment | Information about the location of on-line information related to Labor Operation | Optional | |
RelatedLabor | Information for related Labor Operation and realationship to main labor operation | Optional | |
MarketSpecific | Market information relted to labor operaion (i.e., material and cost) | Optional | |
FailureCodes | Diagnostic failure codes related to labor operation | Optional | |
DamageArea | Damage codes for position and location on the vehicle where the labor operation is performed | Optional | |
Category | Information for categorizing labor operations | Optional | |
TransError | Errors related to the search criteria on the Get and GetList requests | Optional |
Super-types: | HeaderBase < LaborOperationsHeader (by extension) |
---|---|
Sub-types: | None |
Name | LaborOperationsHeader |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
DocumentDateTime | Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. | Optional |
DateTime fields must be formatted as XML Schema
DateTimes in UTC/GMT format without offsets.
Example: 2003-11-05T13:15:30Z
|
SecondaryPassword | Secondary password used to validate access to the dealer information | Optional | (INACTIVE) |
SecondaryDealerNumber | Identifies secondary dealer number if different than primary "Dealer Number" | Optional | (INACTIVE) |
RepairOrderOpenedDate | System date when Repair Order was opened | Optional | |
LaborOperationId | Currently assigned code for this operation (preferably manufacturer code) | Optional | |
LaborOperationDescription | Description of a particular operation code | Optional | |
ItemId | Part number identifier - Part number, unless part type designates a manufacturer code | Optional | |
ItemIdDescription | Part number detail description | Optional | |
PartType | Specifies whether the parts are indicated by manufacturer part code or Part Number | Optional | |
DeliveryType | Transaction request delivery type | Optional | |
Request | Type of Batch Request | Optional | |
MajorGroupCode | Code identifying a labor operation's major group. | Optional | |
MajorGroupDesc | Description of the Major Group for labor operation | Optional | |
ComponentGroupCode | Code identifying a labor operation's component group. | Optional | |
ComponentGroupDesc | Description of the Component Group for labor operation | Optional | |
ComponentCode | Code identifying a labor operation's component code. | Optional | |
ComponentCodeDesc | Description of the Component Code for labor operation | Optional | |
LaborAllowanceHours | Flat rate labor hour allowance for this operation | Optional | |
LaborOperationIdType | Labor operation category code | Optional | |
LaborOperationIdTypeDesc | Labor operation code type description. Possible Values: Customer Satisfaction, Driveability, Optional, safety, Related, Primary, Rental/Loaner, Towing, Sublet, and Dealer Prep. | Optional | |
LaborRateType | Designates labor rate type | Optional | |
SubletInvoiceNumberInd | Indicates whether an invoice number is required when the labor operation was sublet (e.g. towing) | Optional | |
RepeatRepairInd | Identifies repair as having been performed previously on the vehicle | Optional | |
LaborActionCode | Manufacturer-assigned code to describe type of labor performed (i.e., Repair, Replace, Adjust) | Optional | |
LaborActionDescription | Labor operation service action description.(e.g. Instructions as to how and when to use this labor operation) | Optional | |
LaborOperationLocation | Code identifying a labor operation's service locations. It is the location on the vehicle where the service will be performed. | Optional | |
LaborOperationLocationDesc | The Labor Operation Service Location Description is a textual description of the Labor Operation Service Location code identify | Optional | |
VehicleApplicable | Indicates whether this labor operation applies to a vehicle as built or equipped. | Optional | |
VehicleRestricted | Indicates whether a labor operation is restricted for a vehicle. | Optional | |
LaborOperationComment | Information for the dealer regarding usage of the labor operation. | Optional | |
CampaignNumber | Manufacturer assigned recall/campaign number | Optional | |
WarrantyTypeCode | A code used to classify the labor operation into coverage categories | Optional | |
PartsAmountLimit | The parts dollar limit for the table entry | Optional | |
DuplicateAllowed | A code to indicate whether or not duplicate claims will be accepted for payment without authorization | Optional | |
MajorGroup | Represents the Labor Operation Major Group | Optional |
Super-types: | Vehicle < LaborOperationsVehicle (by extension) |
---|---|
Sub-types: | None |
Name | LaborOperationsVehicle |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Model | Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) | Optional | |
ModelYear | Vehicle designated model year | Optional | |
ModelDescription | Descriptive vehicle model name | Optional | |
Make | Vehicle make code - Usually available in the VIN number (use NCIC code). | Optional | |
VIN | Federally defined 17 position vehicle identification number | Optional | |
TransmissionType | TransmissionType | Optional | |
EquipmentType | Type of equipment on the vehicle | Optional | |
WMICode | World Manufacture Identifier - part of the VIN that describes the vehicle's country of origin | Optional | |
VDSCode | Vehicle Description Section- part of the VIN that correlates to a specific vehicle model, bodystyle, and grade | Optional | |
DriveType | Designates vehicle drive type | Optional |
Super-types: | xsd:string < Description (by extension) < LaborRelationshipTypeDesc (by extension) |
---|---|
Sub-types: | None |
Name | LaborRelationshipTypeDesc |
---|---|
Abstract | no |
Documentation | A textual description of the labor relationship type More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Id (by extension) < LocationId (by extension) |
---|---|
Sub-types: | None |
Name | LocationId |
---|---|
Abstract | no |
Documentation | Code identifying a physical location More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | MajorGroup |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
MajorGroupCode | Code identifying a labor operation's major group | Optional | |
MajorGroupDesc | Description of the Major Group for labor operation | Optional | |
ImageAttachment | Image Attachment | Optional | |
ComponenteGroup | Represents the Labor Operation Major Group sub grouping | Optional |
Super-types: | xsd:string < Description (by extension) < MajorGroupDesc (by extension) |
---|---|
Sub-types: | None |
Name | MajorGroupDesc |
---|---|
Abstract | no |
Documentation | Description of the Major Group More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | MarketSpecific |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
TotalCost | Paint and materials value at unit cost times quantity (Before any split) | Optional | |
PriorWorkAuthorizationInd | Indicates that if this labor operation is used, the claim requires authorization | Optional | |
MarketSource | Indicates marketing location of which the labor operation request is coming from | Optional | |
SelfAuthorization | 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 | Optional |
Super-types: | AlternatePartyId < OrganizationalPartyAlternatePartyId (by extension) |
---|---|
Sub-types: | None |
Name | OrganizationalPartyAlternatePartyId |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Id | Alternate Party Identification | Required | |
AssigningPartyId | Agency or entity that validates the Party Id | Required | |
IssuingState | Indicates that State where the license was issued. | Optional | |
ExpirationDate | Expiration date of the alternate party id (e.g., Driver's License expiration date). | Optional |
Super-types: | xsd:decimal < Amount (by extension) < PartsAmountLimit (by extension) |
---|---|
Sub-types: | None |
Name | PartsAmountLimit |
---|---|
Abstract | no |
Documentation | The parts dollar limit More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: |
|
Name | PartyBase |
---|---|
Abstract | no |
Documentation | Derived from oa:Party More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
PartyId | Party Identification Number | Optional |
Super-types: | xsd:string < Id (by extension) < PartyId (by extension) |
---|---|
Sub-types: | None |
Name | PartyId |
---|---|
Abstract | no |
Documentation | Party Identification Number More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | RelatedLabor |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
LaborOperationId | Currently assigned code for this related labor operation | Optional | |
LaborOperationDescription | Description of a related labor operation code | Optional | |
LaborAllowanceHours | Flat rate labor hour allowance for this related labor operation | Optional | |
LaborAdditionalHours | Additional hours above the limit allowed before the claim needs to be authorized. | Optional | |
LaborRelationshipType | Identifies the relationship between the main labor operation and a related labor operation | Optional | |
LaborRelationshipTypeDesc | A textual description of the labor relationship type. | Optional | |
LaborOperationIdType | Labor operation category code. | Optional | |
LaborOperationIdTypeDesc | Labor operation code type description. Possible Values: Customer Satisfaction, Driveability, Optional, safety, Related, Primary, Rental/Loaner, Towing, Sublet, and Dealer Prep. | Optional | |
OperationUseage | Operation Usage comments (e.g. Overlapping information) | Optional | |
VehicleApplicable | Indicates whether this labor operation applies to a vehicle as built or equipped. | Optional | |
VehicleRestricted | Indicates whether a labor operation is restricted for a vehicle | Optional | |
CombinationCode | Code to represent additional time needed for removing/installing optional equipment that some vehicle models have | Optional | |
CombinationCodeDescription | Textual description of the code that represents additional time needed for removing/installing optional equipment that some vehicle models have | Optional | |
LaborAdditionalHoursCode | Code for allowing flexibility for hours needed to complete a specific labor operation | Optional | |
LaborOpCodeChapter | Electronic Section number of the Flat Rate Manual CD where Labor Operation Code is found | Optional | |
LaborOpCodePage | Electronic page number in Flat Rate Manual CD where Labor Operation Code is found | Optional | |
FailureCodes | Failure codes for related labor | Optional | |
MarketSpecific | Market specific information | Optional |
Super-types: | Verb < ConfirmableVerb (by extension) < RequestVerb (by extension) |
---|---|
Sub-types: |
|
Name | RequestVerb |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Verb | Required | ||
ReturnCriteria | ReturnCriteria identifies the content that is to be returned, given query success. In essence, the expression here has the effect of filtering the part(s) of the found element(s) that are to be returned. ReturnCriteria plays no role in the query itself. That is handled as a match against the request BOD's noun exemplar. ReturnCriteria allows the sender of the BOD to indicate which information (down to the field level) is requested to be returned, given that the query has been successful in matching the exemplar to existing nouns. That is, in a GetListPurchaseOrder, if one or more PurchaseOrders with a TotalPrice = $1M were found, ReturnCriteria tells the BOD recipient which parts of the PurchaseOrder should be populated with content when the response (ShowPurchaseOrder) is formulated. The expressionLanguage indicates the expression language being used. In order for the ReturnCriteria expression to be evaluable by the BOD recipient, the recipient must be capable of processing and interpreting the specified expression language. XPath is the default, due to its ubiquity among XML processing technologies. | Required |
Super-types: | xsd:string < Id (by extension) < SecondaryDealerNumber (by extension) |
---|---|
Sub-types: | None |
Name | SecondaryDealerNumber |
---|---|
Abstract | no |
Documentation | Identifies secondary dealer number if different than primary "Dealer Number" More information at: http://www.starstandard.org. |
Super-types: | SenderBase < Sender (by extension) |
---|---|
Sub-types: | None |
Name | Sender |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
LogicalId | Provides the logical location of the server and applications from which the Business Object Document originated. It can be used to establish a logical to physical mapping, however its use is optional. Each system or combination of systems should maintain an external central reference table containing the logical names or logical addresses of the application systems in the integration configuration. This enables the logical names to be mapped to the physical network addresses of the resources needed on the network. Note: The technical implementation of this Domain Naming Service is not dictated by this specification. This logical to physical mapping may be done at execution time by the application itself or by a middleware transport mechanism, depending on the integration architecture used. This provides for a simple but effective directory access capability while maintaining application independence from the physical location of those resources on the network | Optional | |
Component | Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. For STAR's use this is the DCS Software code name | Required | |
Task | Describes the business event that initiated the need for the Business Object Document to be created. For STAR, the task is defined in the Implementation Guidelines for each BOD. It is usually a short description of the BOD. Ex: SalesLead, CreditDecision, etc. | Required | |
ReferenceId | Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This is used to correlate a response BOD to an originating BOD | Optional | |
AuthorizationId | Identifyies the authorization level of the user or application that is sending the Business Object Document Message. This authorization level being recognized be the receiving system indicates what can be done on the receiving system. For STAR, this is the User ID. | Optional | |
CreatorNameCode | DCS Software Creator Code | Required | |
SenderNameCode | Additional information about the sending platform (i.e., Short MFG or DSP code). | Required |
Must use a valid code from the ShortMfg/RSP list on
http://www.starstandards.org
|
SenderURI | Physical address of the sender | Optional | |
DealerNumber | Dealer Code of source of information | Optional |
Dealer Number is Required if originating from DMS.
|
StoreNumber | Dealer code store number (DMS assigned) | Optional | |
AreaNumber | Dealer code area number (DMS vendor assigned) | Optional | |
DealerCountry | Source Dealer country location | Optional |
Reference Country enumerator.
|
Language | This code is used to define the language of the data used in this transaction | Optional |
Reference Language enumerator.
|
DeliverPendingMailInd | Indicates if the user requests to receive pending mail that has been stored and has yet not been delivered yet. By selecting 0, the user will only receive the response for the current transaction the user is performing. | Optional |
1 - Receive Pending Mail. 0 - Do not receive pending
mail.
|
Password | Token for application specific authentication. Used to authenticate dealership/users through application specific security | Optional | |
SystemVersion | The sender's software version number. | Optional | |
PartyId | The Party Id field uniquely identifies the Sender of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. | Optional | |
LocationId | The Location Id field uniquely identifies the location of the Sender of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. | Optional | |
ServiceId | The Service Id field identifies the particular service from which a message is being sent, e.g., an inventory service. | Optional |
Super-types: | None |
---|---|
Sub-types: |
|
Name | SenderBase |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
LogicalId | Provides the logical location of the server and applications from which the Business Object Document originated. It can be used to establish a logical to physical mapping, however its use is optional. Each system or combination of systems should maintain an external central reference table containing the logical names or logical addresses of the application systems in the integration configuration. This enables the logical names to be mapped to the physical network addresses of the resources needed on the network. Note: The technical implementation of this Domain Naming Service is not dictated by this specification. This logical to physical mapping may be done at execution time by the application itself or by a middleware transport mechanism, depending on the integration architecture used. This provides for a simple but effective directory access capability while maintaining application independence from the physical location of those resources on the network | Optional | |
Component | Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. For STAR's use this is the DCS Software code name | Required | |
Task | Describes the business event that initiated the need for the Business Object Document to be created. For STAR, the task is defined in the Implementation Guidelines for each BOD. It is usually a short description of the BOD. Ex: SalesLead, CreditDecision, etc. | Required | |
ReferenceId | Enables the sending application to indicate the instance identifier of the event or task that caused the BOD to be created. This is used to correlate a response BOD to an originating BOD | Optional | |
AuthorizationId | Identifyies the authorization level of the user or application that is sending the Business Object Document Message. This authorization level being recognized be the receiving system indicates what can be done on the receiving system. For STAR, this is the User ID. | Optional |
Super-types: | xsd:string < Id (by extension) < ServiceId (by extension) |
---|---|
Sub-types: | None |
Name | ServiceId |
---|---|
Abstract | no |
Documentation | The Service Id field identifies the particular service to or from which a message is being sent, e.g., an inventory service. More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | Signature |
---|---|
Abstract | no |
Attribute | Description | Requirement | Business Rules |
---|---|---|---|
qualifyingAgency | Optional |
Field/Component | Description | Requirement | Business Rules |
---|
Super-types: | None |
---|---|
Sub-types: | None |
Name | TechnicianSkill |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
TechnicianSkillArea | Type of training required to perform the labor operation | Optional | |
TechnicianSkillLevel | Level of training required to perform the labor operation | Optional |
Super-types: | xsd:decimal < Amount (by extension) < TotalCost (by extension) |
---|---|
Sub-types: | None |
Name | TotalCost |
---|---|
Abstract | no |
Documentation | Value at unit cost times quantity More information at: http://www.starstandard.org. |
Super-types: | None |
---|---|
Sub-types: | None |
Name | TransError |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
ErrorCode | Error Code | Optional | |
ErrorText | Descriptive Error Text | Optional |
Super-types: | None |
---|---|
Sub-types: |
|
Name | Vehicle |
---|---|
Abstract | no |
Documentation | More information at: http://www.starstandard.org. |
Field/Component | Description | Requirement | Business Rules |
---|---|---|---|
Model | Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) | Optional | |
ModelYear | Vehicle designated model year | Optional | |
ModelDescription | Descriptive vehicle model name | Optional | |
Make | Vehicle make code - Usually available in the VIN number (use NCIC code). | Optional |
Super-types: | None |
---|---|
Sub-types: |
|
Name | Verb |
---|---|
Abstract | no |
Field/Component | Description | Requirement | Business Rules |
---|
Super-types: | xsd:string < AssigningOrganizationPartyId (by restriction) |
---|---|
Sub-types: | None |
Name | AssigningOrganizationPartyId |
---|---|
Documentation | Assigning Organization Party Id More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
LegalId | Legal ID |
NationalId | Government-assigned ID such as a social security Number |
Other | Other |
DUNS | Dun and Bradstreet |
MotorDealerRegistrationId | Department of Motor Vehicle Registration number for a dealer. This is the dealer's license number to do business. |
GSTRegistrationId | Canadian Goods and Services Tax Id. |
HSTRegistrationId | Canadian HarmonizedTax Id. |
Certification Of Registration Id | Id of the certificate of registration assigned to a business to allow that business to collect and remit certain taxes or fees to a state. |
QSTRegistrationId | Quebec sales tax id. |
Super-types: | xsd:string < ReferenceNumber (by restriction) < CampaignNumber (by restriction) |
---|---|
Sub-types: | None |
Name | CampaignNumber |
---|---|
Documentation | Manufacturer assigned campaign number More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < CategoryCode (by restriction) |
---|---|
Sub-types: | None |
Name | CategoryCode |
---|---|
Documentation | Manufacturer assigned code for categorizing More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) |
---|---|
Sub-types: |
|
Name | Code |
---|---|
Documentation | Unique code name More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < CombinationCode (by restriction) |
---|---|
Sub-types: | None |
Name | CombinationCode |
---|---|
Documentation | Code to represent additional time needed for removing/installing optional equipment that some vehicle models have More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < ComponentCode (by restriction) |
---|---|
Sub-types: | None |
Name | ComponentCode |
---|---|
Documentation | Code identifying a component code.. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < ComponentGroupCode (by restriction) |
---|---|
Sub-types: | None |
Name | ComponentGroupCode |
---|---|
Documentation | Code identifying a component group. More information at: http://www.starstandard.org. |
Super-types: | xsd:NMTOKEN < ConfirmType (by restriction) |
---|---|
Sub-types: | None |
Name | ConfirmType |
---|
Code Value | Description |
---|---|
Always | |
OnChange | |
Never |
Super-types: | xsd:string < Country (by restriction) |
---|---|
Sub-types: | None |
Name | Country |
---|---|
Documentation | Country in which the Address is in. Conforms to ISO 3166-2. AF -AFGHANISTAN AL -ALBANIA DZ -ALGERIA AS -AMERICAN SAMOA AD -ANDORRA AO -ANGOLA AI -ANGUILLA AQ -ANTARCTICA AG -ANTIGUA AND BARBUDA AR -ARGENTINA AM -ARMENIA AW -ARUBA AU -AUSTRALIA AT -AUSTRIA AZ -AZERBAIJAN BS -BAHAMAS BH -BAHRAIN BD -BANGLADESH BB -BARBADOS BY -BELARUS BE -BELGIUM BZ -BELIZE BJ -BENIN BM -BERMUDA BT -BHUTAN BO -BOLIVIA BA -BOSNIA AND HERZEGOVINA BW -BOTSWANA BV -BOUVET ISLAND BR -BRAZIL IO-BRITISH INDIAN OCEAN TERRITORY BN -BRUNEI DARUSSALAM BG -BULGARIA BF -BURKINA FASO BI -BURUNDI KH -CAMBODIA CM -CAMEROON CA -CANADA CV -CAPE VERDE KY -CAYMAN ISLANDS CF -CENTRAL AFRICAN REPUBLIC TD -CHAD CL -CHILE CN -CHINA CX -CHRISTMAS ISLAND CC -COCOS (KEELING) ISLANDS CO -COLOMBIA KM -COMOROS CG -CONGO CD -CONGO, THE DEMOCRATIC REPUBLIC OF THE CK -COOK ISLANDS CR -COSTA RICA CI -CÃÂTE D'IVOIRE HR -CROATIA CU -CUBA CY -CYPRUS CZ -CZECH REPUBLIC DK -DENMARK DJ -DJIBOUTI DM -DOMINICA DO -DOMINICAN REPUBLIC EC -ECUADOR EG -EGYPT SV -EL SALVADOR GQ -EQUATORIAL GUINEA ER -ERITREA EE -ESTONIA ET -ETHIOPIA FK -FALKLAND ISLANDS (MALVINAS) FO -FAROE ISLANDS FJ -FIJI FI -FINLAND FR -FRANCE GF -FRENCH GUIANA PF -FRENCH POLYNESIA TF -FRENCH SOUTHERN TERRITORIES GA -GABON GM -GAMBIA GE -GEORGIA DE -GERMANY GH -GHANA GI -GIBRALTAR GR -GREECE GL -GREENLAND GD -GRENADA GP -GUADELOUPE GU -GUAM GT -GUATEMALA GN -GUINEA GW -GUINEA-BISSAU GY -GUYANA HT -HAITI HM -HEARD ISLAND AND MCDONALD ISLANDS VA -HOLY SEE (VATICAN CITY STATE) HN -HONDURAS HK -HONG KONG HU -HUNGARY IS -ICELAND IN -INDIA ID -INDONESIA IR -IRAN, ISLAMIC REPUBLIC OF IQ -IRAQ IE -IRELAND IL -ISRAEL IT -ITALY JM -JAMAICA JP -JAPAN JO -JORDAN KZ -KAZAKHSTAN KE -KENYA KI -KIRIBATI KP -KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF KR -KOREA, REPUBLIC OF KW -KUWAIT KG -KYRGYZSTAN LA -LAO PEOPLE'S DEMOCRATIC REPUBLIC LV -LATVIA LB -LEBANON LS -LESOTHO LR -LIBERIA LY -LIBYAN ARAB JAMAHIRIYA LI -LIECHTENSTEIN LT -LITHUANIA LU -LUXEMBOURG MO -MACAO MK -MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF MG -MADAGASCAR MW -MALAWI MY -MALAYSIA MV -MALDIVES ML -MALI MT -MALTA MH -MARSHALL ISLANDS MQ -MARTINIQUE MR -MAURITANIA MU -MAURITIUS YT -MAYOTTE MX -MEXICO FM -MICRONESIA, FEDERATED STATES OF MD -MOLDOVA, REPUBLIC OF MC -MONACO MN -MONGOLIA MS -MONTSERRAT MA -MOROCCO MZ -MOZAMBIQUE MM -MYANMAR NA -NAMIBIA NR -NAURU NP -NEPAL NL -NETHERLANDS AN -NETHERLANDS ANTILLES NC -NEW CALEDONIA NZ -NEW ZEALAND NI -NICARAGUA NE -NIGER NG -NIGERIA NU -NIUE NF -NORFOLK ISLAND MP -NORTHERN MARIANA ISLANDS NO -NORWAY OM -OMAN PK -PAKISTAN PW -PALAU PS -PALESTINIAN TERRITORY, OCCUPIED PA -PANAMA PG -PAPUA NEW GUINEA PY -PARAGUAY PE -PERU PH -PHILIPPINES PN -PITCAIRN PL -POLAND PT -PORTUGAL PR -PUERTO RICO QA -QATAR RE -RÃÂUNION RO -ROMANIA RU -RUSSIAN FEDERATION RW -RWANDA SH -SAINT HELENA KN -SAINT KITTS AND NEVIS LC -SAINT LUCIA PM -SAINT PIERRE AND MIQUELON VC -SAINT VINCENT AND THE GRENADINES WS -SAMOA SM -SAN MARINO ST -SAO TOME AND PRINCIPE SA -SAUDI ARABIA SN -SENEGAL CS -SERBIA AND MONTENEGRO SC -SEYCHELLES SL -SIERRA LEONE SG -SINGAPORE SK -SLOVAKIA SI -SLOVENIA SB -SOLOMON ISLANDS SO -SOMALIA ZA -SOUTH AFRICA GS -SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS ES -SPAIN LK -SRI LANKA SD -SUDAN SR -SURINAME SJ -SVALBARD AND JAN MAYEN SZ -SWAZILAND SE -SWEDEN CH -SWITZERLAND SY -SYRIAN ARAB REPUBLIC TW -TAIWAN, PROVINCE OF CHINA TJ -TAJIKISTAN TZ -TANZANIA, UNITED REPUBLIC OF TH -THAILAND TL -TIMOR-LESTE TG - TOGO TK -TOKELAU TO -TONGA TT -TRINIDAD AND TOBAGO TN -TUNISIA TR -TURKEY TM -TURKMENISTAN TC -TURKS AND CAICOS ISLANDS TV -TUVALU UG -UGANDA UA -UKRAINE AE -UNITED ARAB EMIRATES GB -UNITED KINGDOM US -UNITED STATES UM -UNITED STATES MINOR OUTLYING ISLANDS UY -URUGUAY UZ -UZBEKISTAN VU -VANUATU VE -VENEZUELA VN -VIET NAM VG -VIRGIN ISLANDS, BRITISH VI -VIRGIN ISLANDS, U.S. WF -WALLIS AND FUTUNA EH -WESTERN SAHARA YE -YEMEN ZM -ZAMBIA ZW -ZIMBABWE More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
US | |
AF | |
AL | |
DZ | |
AS | |
AD | |
AO | |
AI | |
AQ | |
AG | |
AR | |
AM | |
AW | |
AU | |
AT | |
AZ | |
BS | |
BH | |
BD | |
BB | |
BY | |
BE | |
BZ | |
BJ | |
BM | |
BT | |
BO | |
BA | |
BW | |
BV | |
BR | |
IO | |
BN | |
BG | |
BF | |
BI | |
KH | |
CM | |
CA | |
CV | |
KY | |
CF | |
TD | |
CL | |
CN | |
CX | |
CC | |
CO | |
KM | |
CG | |
CD | |
CK | |
CR | |
CI | |
HR | |
CU | |
CY | |
CZ | |
DK | |
DJ | |
DM | |
DO | |
EC | |
EG | |
SV | |
GQ | |
ER | |
EE | |
ET | |
FK | |
FO | |
FJ | |
FI | |
FR | |
GF | |
PF | |
TF | |
GA | |
GM | |
GE | |
DE | |
GH | |
GI | |
GR | |
GL | |
GD | |
GP | |
GU | |
GT | |
GN | |
GW | |
GY | |
HT | |
HM | |
VA | |
HN | |
HK | |
HU | |
IS | |
IN | |
ID | |
IR | |
IQ | |
IE | |
IL | |
IT | |
JM | |
JP | |
JO | |
KZ | |
KE | |
KI | |
KP | |
KR | |
KW | |
KG | |
LA | |
LV | |
LB | |
LS | |
LR | |
LY | |
LI | |
LT | |
LU | |
MO | |
MK | |
MG | |
MW | |
MY | |
MV | |
ML | |
MT | |
MH | |
MQ | |
MR | |
MU | |
YT | |
MX | |
FM | |
MD | |
MC | |
MN | |
MS | |
MA | |
MZ | |
MM | |
NA | |
NR | |
NP | |
NL | |
AN | |
NC | |
NZ | |
NI | |
NE | |
NG | |
NU | |
NF | |
MP | |
NO | |
OM | |
PK | |
PW | |
PS | |
PA | |
PG | |
PY | |
PE | |
PH | |
PN | |
PL | |
PT | |
PR | |
QA | |
RE | |
RO | |
RU | |
RW | |
SH | |
KN | |
LC | |
PM | |
VC | |
WS | |
SM | |
ST | |
SA | |
SN | |
CS | |
SC | |
SL | |
SG | |
SK | |
SI | |
SB | |
SO | |
ZA | |
GS | |
ES | |
LK | |
SD | |
SR | |
SJ | |
SZ | |
SE | |
CH | |
SY | |
TW | |
TJ | |
TZ | |
TH | |
TL | |
TG | |
TK | |
TO | |
TT | |
TN | |
TR | |
TM | |
TC | |
TV | |
UG | |
UA | |
AE | |
GB | |
UM | |
UY | |
UZ | |
VU | |
VE | |
VN | |
VG | |
VI | |
WF | |
EH | |
YE | |
ZM | |
ZW |
Super-types: | xsd:string < Currency (by restriction) |
---|---|
Sub-types: | None |
Name | Currency |
---|---|
Documentation | The ISO code identifying the type of currency in use. More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
USD | |
ADP | |
AED | |
AFA | |
ALL | |
ANG | |
AOK | |
ARA | |
ATS | |
AUD | |
AWG | |
BBD | |
BDT | |
BEF | |
BGL | |
BHD | |
BIF | |
BMD | |
BND | |
BOB | |
BRC | |
BSD | |
BTN | |
BUK | |
BWP | |
BZD | |
CAD | |
CHF | |
CLF | |
CLP | |
CNY | |
COP | |
CRC | |
CSK | |
CUP | |
CVE | |
CYP | |
DDM | |
DEM | |
DJF | |
DKK | |
DOP | |
DZD | |
ECS | |
EGP | |
ESP | |
ETB | |
EUR | |
FIM | |
FKP | |
FRF | |
GBP | |
GHC | |
GIP | |
GMD | |
GNF | |
GRD | |
GTQ | |
GWP | |
GYD | |
HKD | |
HNL | |
HTG | |
HUF | |
IDR | |
IEP | |
ILS | |
INR | |
IQD | |
IRR | |
ISK | |
ITL | |
JMD | |
JOD | |
JPY | |
KES | |
KHR | |
KMF | |
KPW | |
KRW | |
KWD | |
KYD | |
LAK | |
LBP | |
LKR | |
LRD | |
LSL | |
LUF | |
LYD | |
MAD | |
MGF | |
MNT | |
MOP | |
MRO | |
MTL | |
MUR | |
MVR | |
MWK | |
MXN | |
MYR | |
MZM | |
NGN | |
NIC | |
NLG | |
NOK | |
NPR | |
NZD | |
OMR | |
PAB | |
PEI | |
PGK | |
PHP | |
PKR | |
PLZ | |
PTE | |
PYG | |
QAR | |
ROL | |
RWF | |
SAR | |
SBD | |
SCR | |
SDP | |
SEK | |
SGD | |
SHP | |
SLL | |
SKK | |
SOS | |
SRG | |
STD | |
SUR | |
SVC | |
SYP | |
SZL | |
THB | |
TND | |
TOP | |
TPE | |
TRL | |
TTD | |
TWD | |
TZS | |
UGS | |
UYP | |
VEB | |
VND | |
VUV | |
WST | |
YDD | |
YER | |
YUD | |
ZAR | |
ZRZ | |
ZWD | |
Other |
Super-types: | xsd:string < Code (by restriction) < DamageCode (by restriction) |
---|---|
Sub-types: | None |
Name | DamageCode |
---|---|
Documentation | Type of damage that occurred (Ex: scratched, dented, etc) More information at: http://www.starstandard.org. |
Super-types: | xsd:date < Date (by restriction) |
---|---|
Sub-types: |
|
Name | Date |
---|---|
Documentation | Date conforms to ISO 8601 format rules EX: \d\d\d\d-\d\d-\d\d More information at: http://www.starstandard.org. |
Super-types: | xsd:dateTime < DateTime (by restriction) |
---|---|
Sub-types: |
|
Name | DateTime |
---|---|
Documentation | Date and time conforms to ISO 8601format rules without offset EX:2003-11-05T13:15:30Z More information at: http://www.starstandard.org. |
Super-types: | xsd:string < DeliveryType (by restriction) |
---|---|
Sub-types: | None |
Name | DeliveryType |
---|---|
Documentation | Transaction request delivery type More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
Batch | The total accumulation of captured transactions sent at a set interval |
Interactive | Transactions that take place in real-time |
Super-types: | xsd:dateTime < DateTime (by restriction) < DocumentDateTime (by restriction) |
---|---|
Sub-types: | None |
Name | DocumentDateTime |
---|---|
Documentation | Is the date and time the document was last created. This is not the date and time that the BOD message instance was created. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < DriveType (by restriction) |
---|---|
Sub-types: | None |
Name | DriveType |
---|---|
Documentation | Designates vehicle drive type More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
Front | Front wheel drive |
Rear | Rear wheel drive |
Super-types: | xsd:string < Code (by restriction) < DuplicateAllowed (by restriction) |
---|---|
Sub-types: | None |
Name | DuplicateAllowed |
---|---|
Documentation | A campaign related field specifying the disposition of a campaign Ex: completed, open, etc. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Name (by restriction) < EmployeeName (by restriction) |
---|---|
Sub-types: | None |
Name | EmployeeName |
---|---|
Documentation | Employee Name More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Name (by restriction) < EmployeeTitle (by restriction) |
---|---|
Sub-types: | None |
Name | EmployeeTitle |
---|---|
Documentation | Employee Title More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < EquipmentType (by restriction) |
---|---|
Sub-types: | None |
Name | EquipmentType |
---|---|
Documentation | Type of equipment on the vehicle More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < ErrorCode (by restriction) |
---|---|
Sub-types: | None |
Name | ErrorCode |
---|---|
Documentation | Error Code More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < ErrorText (by restriction) |
---|---|
Sub-types: | None |
Name | ErrorText |
---|---|
Documentation | Descriptive Error Text More information at: http://www.starstandard.org. |
Super-types: | xsd:date < Date (by restriction) < ExpirationDate (by restriction) |
---|---|
Sub-types: | None |
Name | ExpirationDate |
---|---|
Documentation | Expiration Date More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Expression (by restriction) |
---|---|
Sub-types: | None |
Name | Expression |
---|
Super-types: | xsd:string < ExpressionLanguage (by restriction) |
---|---|
Sub-types: | None |
Name | ExpressionLanguage |
---|
Super-types: | xsd:string < Code (by restriction) < FailureCode (by restriction) |
---|---|
Sub-types: | None |
Name | FailureCode |
---|---|
Documentation | Manufacturer-assigned code to describe the reason that a fault or symptom occurred More information at: http://www.starstandard.org. |
Super-types: | xsd:anyURI < URI (by restriction) < FailureCodeURI (by restriction) |
---|---|
Sub-types: | None |
Name | FailureCodeURI |
---|---|
Documentation | URL address for graphical image of failure code More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < FuseCavityCode (by restriction) |
---|---|
Sub-types: | None |
Name | FuseCavityCode |
---|---|
Documentation | Alternate alpha representation when the fuse cavity part is designated (stamped) by a letter More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < ImageAlternateText (by restriction) |
---|---|
Sub-types: | None |
Name | ImageAlternateText |
---|---|
Documentation | Image alternate text. Example: "1997 Honda Accord" More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Indicator (by restriction) |
---|---|
Sub-types: |
|
Name | Indicator |
---|---|
Documentation | 0 = No, 1 = Yes More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
0 | |
1 |
Super-types: | xsd:string < StateOrProvince (by restriction) < IssuingState (by restriction) |
---|---|
Sub-types: | None |
Name | IssuingState |
---|---|
Documentation | Indicates that State where the license was issued. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < LaborActionCode (by restriction) |
---|---|
Sub-types: | None |
Name | LaborActionCode |
---|---|
Documentation | Manufacturer-assigned code to describe type of labor performed More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < LaborAdditionalHoursCode (by restriction) |
---|---|
Sub-types: | None |
Name | LaborAdditionalHoursCode |
---|---|
Documentation | Code for allowing flexibility for hours needed to complete a specific labor operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < LaborOpCodeChapter (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOpCodeChapter |
---|---|
Documentation | Electronic Section number of the Flat Rate Manual CD where Labor Operation Code is found More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < LaborOpCodePage (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOpCodePage |
---|---|
Documentation | Electronic page number in Flat Rate Manual CD where Labor Operation Code is found More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < LaborOperationComment (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOperationComment |
---|---|
Documentation | Free form comment regarding the labor operation. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < LaborOperationIdType (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOperationIdType |
---|---|
Documentation | Labor operation category code More information at: http://www.starstandard.org. |
Super-types: | xsd:string < LocationDescription (by restriction) < LaborOperationLocation (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOperationLocation |
---|---|
Documentation | Code Indicating Position/Location on Vehicle where labor was performed More information at: http://www.starstandard.org. |
Super-types: | xsd:string < LocationDescription (by restriction) < LaborOperationLocationDesc (by restriction) |
---|---|
Sub-types: | None |
Name | LaborOperationLocationDesc |
---|---|
Documentation | The Labor Operation Service Location Description is a textual description of the Labor Operation Service Location code identify More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Type (by restriction) < LaborRateType (by restriction) |
---|---|
Sub-types: | None |
Name | LaborRateType |
---|---|
Documentation | Designates labor rate type More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Type (by restriction) < LaborRelationshipType (by restriction) |
---|---|
Sub-types: | None |
Name | LaborRelationshipType |
---|---|
Documentation | Identifies the relationship between the main labor operation and a related labor operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Language (by restriction) |
---|---|
Sub-types: | None |
Name | Language |
---|---|
Documentation | Language conforms to ISO 639-2 rules. Note the format for this field is language-Country (see Country data type for the list of countries with definitions). AA "Afar", AB "Abkhazian", AF "Afrikaans", AM "Amharic", AR "Arabic", AS "Assamese", AY "Aymara", AZ "Azerbaijani", BA "Bashkir", BE "Byelorussian", BG "Bulgarian", BH "Bihari", BI "Bislama", BN "Bengali" "Bangla", BO "Tibetan", BR "Breton", CA "Catalan", CO "Corsican", CS "Czech", CY "Welsh", DA "Danish", DE "German", DZ "Bhutani", EL "Greek", EN "English" "American", ES "Spanish", ET "Estonian", EU "Basque", FA "Persian", FI "Finnish", FJ "Fiji", FO "Faeroese", FR "French", FY "Frisian", GA "Irish", GD "Gaelic" "Scots Gaelic", GL "Galician", GN "Guarani", GU "Gujarati", HA "Hausa", HI "Hindi", HR "Croatian", HU "Hungarian", HY "Armenian", IK "Inupiak", IN "Indonesian", IS "Icelandic", IT "Italian", IW "Hebrew", JA "Japanese", JI "Yiddish", JW "Javanese", KA "Georgian", KK "Kazakh", KL "Greenlandic", KM "Cambodian", KN "Kannada", KO "Korean", KS "Kashmiri", KU "Kurdish", KY "Kirghiz", LA "Latin", LN "Lingala", LO "Laothian", LT "Lithuanian", LV "Latvian" "Lettish", MG "Malagasy". MI "Maori", MK "Macedonian", ML "Malayalam", MN "Mongolian", MO "Moldavian", MR "Marathi", MS "Malay", MT "Maltese", MY "Burmese", NA "Nauru", NE "Nepali", NL "Dutch", NO "Norwegian", OC "Occitan", OM "Oromo" "Afan", OR "Oriya", PA "Punjabi", PL "Polish", PS "Pashto" "Pushto", PT "Portuguese", QU "Quechua", RM "Rhaeto-Romance", RN "Kirundi", RO "Romanian", RU "Russian", RW "Kinyarwanda", SA "Sanskrit", SD "Sindhi", SG "Sangro", SH "Serbo-Croatian", SI "Singhalese", SK "Slovak", SL "Slovenian", SM "Samoan", SN "Shona", SO "Somali", SQ "Albanian", SR "Serbian", SS "Siswati", ST "Sesotho", SU "Sudanese", SV "Swedish", SW "Swahili", TA "Tamil", TE "Tegulu", TG "Tajik", TH "Thai", TI "Tigrinya", TK "Turkmen", TL "Tagalog", TN "Setswana", TO "Tonga", TR "Turkish", TS "Tsonga", TT "Tatar", TW "Twi", UK "Ukrainian", UR "Urdu", UZ "Uzbek", VI "Vietnamese", WO "Wolof", XH "Xhosa", YO "Yoruba", ZH "Chinese", ZU "Zulu" More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
en-US | |
en-CA | |
aa-ET | |
ab-GE | |
af-ZA | |
am- ET | |
ar-SA | |
as-IN | |
ay-BO | |
az-AZ | |
ba-RU | |
be-BY | |
bg-BG | |
bh-IN | |
bi-VU | |
bn-BD | |
bo-BT | |
br-FR | |
ca-ES | |
co-FR | |
cs-CZ | |
cy-GB | |
da-DE | |
de-DE | |
dz-BT | |
el-GR | |
es-ES | |
et-EE | |
eu-ES | |
fa-AF | |
fi-FI | |
fj-FJ | |
fo-FO | |
fr-CA | |
fr-FR | |
fy-NL | |
ga-IE | |
gd-GB | |
gl-ES | |
gn-PY | |
gu-IN | |
ha-NG | |
hi-IN | |
hr-HR | |
hu-HU | |
hy-AM | |
ik-GL | |
in-ID | |
is-IS | |
it-IT | |
iw-IL | |
ja-JP | |
ji-IL | |
jw-ID | |
ka-GE | |
kk-KZ | |
kl-GL | |
km-KH | |
kn-IN | |
ko-KP | |
ko-KR | |
ks-IN | |
ku-IQ | |
ky-CN | |
la-VA | |
ln-CD | |
lo-LA | |
lt-LT | |
lv-LV | |
mg-MG | |
mi-NZ | |
mk-MK | |
ml-IN | |
mn-MN | |
mo-MO | |
mr-IN | |
ms-MY | |
mt-MH | |
my-MM | |
na-NR | |
ne-NP | |
nl-NL | |
no-NO | |
oc-FR | |
om- ET | |
or-IN | |
pa-IN | |
pl-PL | |
ps-PK | |
pt-PT | |
qu-PE | |
rm-CH | |
rn-BI | |
ro-RO | |
ru-RU | |
rw-RW | |
sa-IN | |
sd-PK | |
sg-CF | |
sh-HR | |
si-LK | |
sk-SK | |
sl-SI | |
sm-WS | |
sn-ZW | |
so-SO | |
sq-AL | |
sr-CS | |
ss-ZA | |
st-ZA | |
su-SD | |
sv-SE | |
sw-TL | |
ta-IN | |
te-IN | |
tg-TJ | |
th-TH | |
ti-ET | |
tk-TM | |
tl-PH | |
tn-ZA | |
to-TO | |
tr-TR | |
ts-ZA | |
tt-RU | |
tw-GH | |
uk-UA | |
ur-PK | |
uz-UZ | |
vi-VN | |
wo-SN | |
xh-ZA | |
yo-NG | |
zh-CN | |
zu-ZA |
Super-types: | xsd:string < LocationDescription (by restriction) |
---|---|
Sub-types: |
|
Name | LocationDescription |
---|---|
Documentation | Location Description More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < MajorGroupCode (by restriction) |
---|---|
Sub-types: | None |
Name | MajorGroupCode |
---|---|
Documentation | Code identifying a major group. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Make (by restriction) |
---|---|
Sub-types: | None |
Name | Make |
---|---|
Documentation | Vehicle make code - Usually available in the VIN number (use NCIC code). More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < MarketSource (by restriction) |
---|---|
Sub-types: | None |
Name | MarketSource |
---|---|
Documentation | Indicates marketing location of which the labor operation request is coming from More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Text (by restriction) < Model (by restriction) |
---|---|
Sub-types: | None |
Name | Model |
---|---|
Documentation | Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Text (by restriction) < ModelDescription (by restriction) |
---|---|
Sub-types: | None |
Name | ModelDescription |
---|---|
Documentation | Descriptive vehicle model name More information at: http://www.starstandard.org. |
Super-types: | xsd:gYear < Year (by restriction) < ModelYear (by restriction) |
---|---|
Sub-types: | None |
Name | ModelYear |
---|---|
Documentation | Vehicle designated model year More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Name (by restriction) |
---|---|
Sub-types: |
|
Name | Name |
---|---|
Documentation | Name of the Party. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) |
---|---|
Sub-types: |
|
Name | Note |
---|---|
Documentation | A free form note. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < OperationUseage (by restriction) |
---|---|
Sub-types: | None |
Name | OperationUseage |
---|---|
Documentation | Operation Usage comments (e.g. Overlapping information) More information at: http://www.starstandard.org. |
Super-types: | xsd:string < PartType (by restriction) |
---|---|
Sub-types: | None |
Name | PartType |
---|---|
Documentation | Specifies whether the parts are indicated by manufacturer part code or Part Number - H = Manufacturer Part Code, P = Part Number More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
H | Manufacturer Part Code |
P | "P" = Pending |
Super-types: | xsd:string < Indicator (by restriction) < PriorWorkAuthorizationInd (by restriction) |
---|---|
Sub-types: | None |
Name | PriorWorkAuthorizationInd |
---|---|
Documentation | Indicates that if this labor operation is used, the claim requires authorization More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
0 | |
1 |
Super-types: | xsd:string < Text (by restriction) < Reference (by restriction) |
---|---|
Sub-types: | None |
Name | Reference |
---|---|
Documentation | Reference notation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < ReferenceNumber (by restriction) |
---|---|
Sub-types: |
|
Name | ReferenceNumber |
---|---|
Documentation | Reference number More information at: http://www.starstandard.org. |
Super-types: | xsd:date < Date (by restriction) < RepairOrderOpenedDate (by restriction) |
---|---|
Sub-types: | None |
Name | RepairOrderOpenedDate |
---|---|
Documentation | System date when Repair Order was opened More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Indicator (by restriction) < RepeatRepairInd (by restriction) |
---|---|
Sub-types: | None |
Name | RepeatRepairInd |
---|---|
Documentation | Identifies repair as having been performed previously on the vehicle More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
0 | |
1 |
Super-types: | xsd:string < Request (by restriction) |
---|---|
Sub-types: | None |
Name | Request |
---|---|
Documentation | Type of request More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
Complete | |
Changes |
Super-types: | xsd:string < Note (by restriction) < SecondaryPassword (by restriction) |
---|---|
Sub-types: | None |
Name | SecondaryPassword |
---|---|
Documentation | Secondary password used to validate access to the dealer information More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < SelfAuthorization (by restriction) |
---|---|
Sub-types: | None |
Name | SelfAuthorization |
---|---|
Documentation | This code indicates whether or not a dealer is allowed to authorize claims More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < ShortMfg (by restriction) |
---|---|
Sub-types: | None |
Name | ShortMfg |
---|---|
Documentation | Short Manfacturer or RSP Codes More information at: http://www.starstandard.org. |
Super-types: | xsd:string < StateOrProvince (by restriction) |
---|---|
Sub-types: |
|
Name | StateOrProvince |
---|---|
Documentation | Is the State or Province of a given Address. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Indicator (by restriction) < SubletInvoiceNumberInd (by restriction) |
---|---|
Sub-types: | None |
Name | SubletInvoiceNumberInd |
---|---|
Documentation | Indicates whether an invoice number is required More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
0 | |
1 |
Super-types: | xsd:string < ReferenceNumber (by restriction) < SystemVersion (by restriction) |
---|---|
Sub-types: | None |
Name | SystemVersion |
---|---|
Documentation | The sender's software version number . More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Type (by restriction) < TechnicianSkillArea (by restriction) |
---|---|
Sub-types: | None |
Name | TechnicianSkillArea |
---|---|
Documentation | Type of training required to perform the labor operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < TechnicianSkillLevel (by restriction) |
---|---|
Sub-types: | None |
Name | TechnicianSkillLevel |
---|---|
Documentation | Level of training required to perform the labor operation More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Text (by restriction) |
---|---|
Sub-types: |
|
Name | Text |
---|---|
Documentation | Indicates generic text type More information at: http://www.starstandard.org. |
Super-types: | xsd:string < TransmissionType (by restriction) |
---|---|
Sub-types: | None |
Name | TransmissionType |
---|---|
Documentation | Vehicle Transmission type - 3 = 3 speed, 4 = 4 speed, 5 = 5 speed, 6 = 6 speed, A - Automatic More information at: http://www.starstandard.org. |
Code Value | Description |
---|---|
3 | 3 Speed |
4 | 4 Speed |
5 | 5 Speed |
6 | 6 Speed |
A | "A" = Automatic |
Automatic 3 | Automatic 3 speed transmission type |
Automatic 4 | Automatic 4 speed transmission type |
Automatic 5 | Automatic 5 speed transmission type |
Automatic 6 | Automatic 6 speed transmission type |
Automatic 7 | Automatic 7 speed transmission type |
7 | 7 Speed |
CVT Automatic 3 | Continuously Variable T ransmission Automatic 3 speed transmission type (natural gas and hybrid). |
CVT Automatic 4 | Continuously Variable T ransmission Automatic 4 speed transmission type (natural gas and hybrid). |
CVT Automatic 5 | Continuously Variable T ransmission Automatic 5 speed transmission type (natural gas and hybrid). |
CVT Automatic 6 | Continuously Variable T ransmission Automatic 6 speed transmission type (natural gas and hybrid). |
CVT Automatic 7 | Continuously Variable T ransmission Automatic 7 speed transmission type (natural gas and hybrid). |
M | M = Manual |
Super-types: | xsd:string < Type (by restriction) |
---|---|
Sub-types: |
|
Name | Type |
---|---|
Documentation | Type More information at: http://www.starstandard.org. |
Super-types: | xsd:anyURI < URI (by restriction) |
---|---|
Sub-types: |
|
Name | URI |
---|---|
Documentation | URI More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < VDSCode (by restriction) |
---|---|
Sub-types: | None |
Name | VDSCode |
---|---|
Documentation | Vehicle Description Section- part of the VIN that correlates to a specific vehicle model, bodystyle, and grade More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < VehicleApplicable (by restriction) |
---|---|
Sub-types: | None |
Name | VehicleApplicable |
---|---|
Documentation | Indicates whether this applies to a vehicle as built or equipped. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Note (by restriction) < VehicleRestricted (by restriction) |
---|---|
Sub-types: | None |
Name | VehicleRestricted |
---|---|
Documentation | Indicates whether restricted for a vehicle. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < VIN (by restriction) |
---|---|
Sub-types: | None |
Name | VIN |
---|---|
Documentation | Federally defined 17 position vehicle identification number More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < WarrantyTypeCode (by restriction) |
---|---|
Sub-types: | None |
Name | WarrantyTypeCode |
---|---|
Documentation | A code used to classify into coverage categories. More information at: http://www.starstandard.org. |
Super-types: | xsd:string < Code (by restriction) < WMICode (by restriction) |
---|---|
Sub-types: | None |
Name | WMICode |
---|---|
Documentation | World Manufacture Identifier - part of the VIN that describes the vehicle's country of origin More information at: http://www.starstandard.org. |
Super-types: | xsd:gYear < Year (by restriction) |
---|---|
Sub-types: |
|
Name | Year |
---|---|
Documentation | Year More information at: http://www.starstandard.org. |
Identification Record |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Creator Name Code |
DCS software creator code |
100242 |
Application Area ÃÂÃÂ Sender/CreatorNameCode |
2 |
Creator Software Code |
DCS software code name |
100244 |
Application Area ÃÂÃÂ Sender/Component |
3 |
Interface Version |
Software release version |
100220 |
Application Area ÃÂÃÂ Sender/SystemVersion |
4 |
Transaction Create Date |
Date the transaction was created |
100430 |
Application Area - CreationDateTime |
5 |
Transaction Create Time |
Time the transaction was created |
100440 |
Application Area - CreationDateTime |
6 |
Dealer Number |
Dealer code number |
100210 |
Application Area - Sender or Destination/DealerNumber |
7 |
Store Number |
Dealer code store number (DMS assigned) |
100240 |
Application Area - Sender or Destination/StoreNumber |
8 |
Area Number |
Dealer code area number (DMS vendor assigned) |
100200 |
Application Area - Sender or Destination/AreaNumber |
9 |
Destination Name Code |
Code for destination of file - Short Manufacturer or Short DSP code |
106190 |
Application Area ÃÂÃÂ Destination/DestinationNameCode |
10 |
Destination Software |
For which software destination file is intended (May not be known) |
106200 |
Application Area ÃÂÃÂ Destination/DestinationSoftware |
11 |
Transaction Type Code |
Transaction type code indicates action to be taken for all records in this transaction set (Will not be in the BODs. Will be handled by OAGI verb) |
106210 |
Not Needed in BOD - Transaction type is specified by OAGI XML verb |
12 |
Dealer Country |
Dealer country location |
108430 |
Application Area ÃÂÃÂ Sender/DealerContry |
13 |
Reference ID |
Enables the sending application to indicate the instance identifier of the event or task that caused the transaction to be created. This is used to correlate a response transaction to an origination transaction |
112260 |
Application Area ÃÂÃÂ Sender/ReferenceId |
14 |
SenderPartyId |
The Party Id field uniquely identifies the Sender of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. |
112261 |
Application Area ÃÂÃÂ Sender/PartyId |
15 |
SenderLocationId |
The Location Id field uniquely identifies the location of the Sender of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. |
11262 |
Application Area ÃÂÃÂ Sender/LocationId |
16 |
SenderServiceId |
The Service Id field identifies the particular service to which a message is being sent from, e.g., an inventory service. |
11263 |
Application Area ÃÂÃÂ Sender/ServiceId |
17 |
DestinationPartyId |
The Party Id field uniquely identifies the Receiver of the message. This element can be used for parties within the Automotive Community as well as external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The suggested format for Dealers is: ShortMfgCode+Dealer Number. |
11264 |
Application Area ÃÂÃÂ Destination/PartyId |
18 |
DestinationLocationId |
The Location Id field uniquely identifies the location of the Receiver of a message. This Id may be aligned with a physical address or data centers. This field provides an additional level of granularity beyond the usage of the Party Id for additional routing and deliver of data. |
11265 |
Application Area ÃÂÃÂ Destination/LocationId |
19 |
DestinationServiceId |
The Service Id field identifies the particular service to which a message is being sent to, e.g., an inventory service. |
11266 |
Application Area ÃÂÃÂ Destination/ServiceId |
Header Record |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Emp ID Code |
Dealers' employee ID |
100250 |
Employee/PartyId |
2 |
Repair Order Date |
System date when Repair Order was opened |
105130 |
Header/RepairOrderOpenedDate |
3 |
Labor Operation Code |
Currently assigned code for this operation (preferably manufacturer code) |
104490 |
Header/LaborOperationId |
4 |
Labor Operation Description |
Description of a particular operation code |
104510 |
Header/LaborOperationDescription |
5 |
Labor Operation Major Group Description |
Description of the Major Group for labor operation |
110400 |
Header/LaborOpMajorGroupDesc |
6 |
Labor Operation Component Group Desc |
Description of the Component Group for labor operation |
110410 |
Header/LaborOpComponentGroupDesc |
7 |
Labor Operation Component Code Desc |
Description of the Component Code for labor operation |
110420 |
Header/LaborOpComponentCodeDesc |
8 |
Part Number |
Part number identifier - Part number, unless part type designates a manufacturer code |
104780 |
Header/ItemId |
9 |
Part Description |
Part number detail description |
104770 |
Header/ItemIdDescription |
10 |
Vehicle Identification Number |
Federally defined 17 position vehicle identification number |
103680 |
Vehicle/VIN |
11 |
Vehicle Drive Type |
Designates vehicle drive type |
110320 |
Vehicle/DriveType |
12 |
Vehicle Model Year |
Vehicle designated model year |
108170 |
Vehicle/ModelYear |
13 |
Vehicle Model Description |
Descriptive vehicle model name |
109450 |
Vehicle/ModelDescription |
14 |
Vehicle Equipment Type |
Type of equipment on the vehicle |
110330 |
Vehicle/EquipmentType |
15 |
Technician Skill Area |
Type of training required to perform the labor operation |
110340 |
Technician/TechnicianSkillArea |
16 |
Technician Skill Level |
Level of training required to perform the labor operation |
110350 |
Technician/TechnicianSkillLevel |
17 |
Labor Hours |
Flat rate labor hour allowance for this operation |
104480 |
Header/LaborAllowanceHours |
18 |
Labor Operation Code Type |
Labor operation category code |
104500 |
Header/LaborOperationIdType |
19 |
Labor Rate Type |
Designates labor rate type |
110360 |
Header/LaborRateType |
20 |
Sublet Invoice Number Flag |
Indicates whether an invoice number is required when the labor operation was sublet (e.g. towing) |
110370 |
Header/SubletInvoiceNumberInd |
21 |
Repeat Repair Flag |
Identifies repair as having been performed previously on the vehicle |
104385 |
Header/RepeatRepairInd |
22 |
Labor Action Code |
Manufacturer-assigned code to describe type of labor performed (i.e., Repair, Replace, Adjust) |
106920 |
Header/LaborActionCode |
23 |
Labor Action Description |
Labor operation service action description |
110530 |
Header/LaborActionDescription |
24 |
Labor Operation Major Group |
Code identifying a labor operation's major group. |
110540 |
Header/LaborOpMajorGroupCode |
25 |
Labor Operation Component Group |
Code identifying a labor operation's component group. |
110550 |
Header/LaborOpComponentGroupCode |
26 |
Labor Operation Component Code |
Code identifying a labor operation's component code. |
110560 |
Header/LaborOpComponentCode |
27 |
Labor Operation Service Location |
Code identifying a labor operation's service locations. It is the location on the vehicle where the service will be performed. |
110570 |
Header/LaborOperationLocation |
28 |
Labor Operation Service Location Desc |
The Labor Operation Service Location Description is a textual description of the Labor Operation Service Location code identify |
110580 |
Header/LaborOperationLocationDesc |
29 |
Vehicle Model |
Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) or already on manufacturer ho |
105540 |
Vehicle/Model |
30 |
Labor Operation Vehicle Applicable |
Indicates whether this labor operation applies to a vehicle as built or equipped. |
110600 |
Header/VehicleApplicable |
31 |
Labor Operation Vehicle Restricted |
Indicates whether a labor operation is restricted for a vehicle. |
110610 |
Header/VehicleRestricted |
32 |
Labor Operation Comment |
Information for the dealer regarding usage of the labor operation. |
110620 |
Header/LaborOperationComment |
Related Labor Operation |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Labor Relationship Type |
Identifies the relationship between the main labor operation and a related labor operation |
110380 |
RelatedLabor/LaborRelationshipType |
2 |
Related Labor Operation Code |
Currently assigned code for this related labor operation |
110390 |
RelatedLabor/LaborOperationId |
3 |
Related Labor Operation Description |
Description of a related labor operation code |
110430 |
RelatedLabor/LaborOperationDescription |
4 |
Related Labor Hours |
Flat rate labor hour allowance for this related labor operation |
110440 |
RelatedLabor/LaborAllowanceHours |
5 |
Labor Relationship Type Description |
A textual description of the labor relationship type. |
110590 |
RelatedLabor/LaborRelationshipTypeDesc |
Market Specific Information |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
PM Total Cost |
Paint and materials value at unit cost times quantity (Before any split) |
104650 |
MarketSpecific/TotalCost |
2 |
Prior Work Authorization Flag |
Indicates that if this labor operation is used, the claim requires authorization |
110450 |
MarketSpecific/PriorWorkAuthorizationInd |
Failure Codes |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Labor Trouble Failure Code |
Manufacturer-assigned code to describe the reason that a fault or symptom occurred (i.e., Reason Code) |
104590 |
FailureCodes/FailureCode |
2 |
Labor Trouble Code Desc |
Description of labor trouble code |
104580 |
FailureCodes/FailureCodeDescription |
3 |
Labor Trouble Code URI |
URL address for graphical image of failure code |
110460 |
FailureCodes/FailureCodeURI |
Area Damage |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Labor Op Position Code |
Code Indicating Position/Location on Vehicle where labor was performed |
106480 |
DamageArea/LaborOperationLocation |
2 |
Labor Op Position Code Desc |
Description of position/location on vehicle where labor was performed |
110470 |
DamageArea/LaborOperationLocationDesc |
3 |
Labor Op Damage Code |
Type of damage associated with labor operation |
110480 |
DamageArea/DamageCode |
4 |
Labor Op Damage Code Desc |
Description of type of damage associated with labor operation |
110490 |
DamageArea/DamageCodeDescription |
Transaction Error |
||||
Position |
Data Element Name |
Data Element Definition |
DE # |
Mapping to BOD |
1 |
Error Code |
Error Code |
106430 |
TransError/ErrorCode |
2 |
Error Text |
Descriptive Error Text |
106440 |
TransError/ErrorText |
Copyright © 2007 STAR – Standards for Technology in Automotive Retail. All rights reserved
Generated by StarSchemaGuidelineGenerator based on xs3p. Last modified: