Reference > Data load utility configuration files

Schema


Schema wc-dataload-common.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/foundation/config
Namespace Table http://www.ibm.com/xmlns/prod/commerce/foundation/config
http://www.w3.org/2001/XMLSchema


Elements

Complex Types
BusinessContext
ContextDataType
NameValuePair

Simple Types

Types


Complex Type BusinessContext
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation/config
Diagram BusinessContext ContextDataType ContextDataType
Inheritance Hierarchy

 anyType {http://www.w3.org/2001/XMLSchema}
    BusinessContext {http://www.ibm.com/xmlns/prod/commerce/foundation/config}

Content Details

ContextData

A section defining custom business context properties for use throughout the data load.

Documentation

    

This node defines business context information specific to a load item. Note that global business context information can be specified in the environment configuration file and can be overridden at the load item.

Attribute Type Required Default Setting Description
storeIdentifier String No N/A

The store external identifier of the store. The utility resolves the store internal identifier based on the external identifier.

catalogIdentifier String No N/A

The catalog external identifier of the catalog. The utility resolves the catalog internal identifier based on the external identifier.

catalogIdentifier String No N/A

The catalog external identifier of the catalog. The utility resolves the catalog internal identifier based on the external identifier.

langId int No N/A

The language ID of the data. This attribute is the same as languageId.

languageId int No N/A

The language ID of the data. This attribute is the same as langId.

currency String No N/A

The currency of the data.

storeId int No N/A

The store internal identifier. Do not specify if storeIdentifier is provided.

catalogId long No N/A

The catalog internal identifier. Do not specify if catalogIdentifier is provided.

Source

 
<xsd:complexType name="BusinessContext"> 
        
<xsd:sequence>  
    
<xsd:element name="ContextData" type="_config:ContextDataType" minOccurs="0" maxOccurs="unbounded">   
     
</xsd:element>  
  
</xsd:sequence> 
  
<xsd:attribute name="storeIdentifier" type="xsd:string" use="optional" form="unqualified"/> 
  
<xsd:attribute name="catalogIdentifier" type="xsd:string" use="optional" form="unqualified"/> 
  
<xsd:attribute name="langId" type="xsd:int" use="optional" form="unqualified"/> 
  
<xsd:attribute name="languageId" type="xsd:int" use="optional" form="unqualified"/> 
  
<xsd:attribute name="currency" type="xsd:string" use="optional" form="unqualified"/> 
  
<xsd:attribute name="storeId" type="xsd:int" use="optional" form="unqualified"/> 
  
<xsd:attribute name="catalogId" type="xsd:long" use="optional" form="unqualified"/> 

</xsd:complexType> 


Complex Type ContextDataType
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation/config
Diagram ContextDataType
Inheritance Hierarchy

 string {http://www.w3.org/2001/XMLSchema}
    ContextDataType {http://www.ibm.com/xmlns/prod/commerce/foundation/config}

Content Details

Documentation

    

A section defining custom business context properties for use throughout the data load.

Attribute Type Required Default Setting Description
name String Yes N/A

The name of the business context property.

Source

 
<xsd:complexType name="ContextDataType"> 
        
<xsd:simpleContent>  
    
<xsd:extension base="xsd:string">   
      
<xsd:attribute name="name" type="xsd:string" use="required" form="unqualified">    
       
</xsd:attribute>   
    
</xsd:extension>    
  
</xsd:simpleContent>   

</xsd:complexType> 


Complex Type NameValuePair
Namespace http://www.ibm.com/xmlns/prod/commerce/foundation/config
Diagram NameValuePair
Inheritance Hierarchy

 anyType {http://www.w3.org/2001/XMLSchema}
    NameValuePair {http://www.ibm.com/xmlns/prod/commerce/foundation/config}

Content Details

Documentation

    

A section to define name-value pairs. This type is used by the data load configuration.

Attribute Type Required Default Setting Description
name String Yes N/A

The name of the property.

value String Yes N/A

The value of the property.

Source

 
<xsd:complexType name="NameValuePair"> 
        
<xsd:attribute name="name" type="xsd:string" use="required" form="unqualified">  
         
</xsd:attribute> 
  
<xsd:attribute name="value" type="xsd:string" use="required" form="unqualified">  
   
</xsd:attribute> 

</xsd:complexType> 


Elements


Groups


Attributes


Attribute Groups


_vcc_freeselect_bottom_