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 |
BusinessContext ContextDataType NameValuePair |
Complex Type BusinessContext | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Namespace | http://www.ibm.com/xmlns/prod/commerce/foundation/config | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} BusinessContext {http://www.ibm.com/xmlns/prod/commerce/foundation/config} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content Details |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation |
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. |
workspaceIdentifier | String | No | N/A |
The workspace code is the system generated identifier for the workspace, not the name assigned to the workspace by the Workspace Manager. |
taskGroupIdentifier | String | No | N/A |
The task group code is the system generated identifier for the task groups, not the name assigned to the task group by the Workspace Manager. Specify either this attribute or the taskGroupName attribute. |
taskIdentifier | String | No | N/A |
The task code is the system generated identifier for the task, not the name assigned to the task by the Workspace Manager. Specify either this attribute or the taskName attribute. |
taskGroupName | String | No | N/A |
The name assigned to the task group by the Workspace Manager. Specify either this attribute or the taskGroupIdentifier attribute. |
taskName | String | No | N/A |
The name assigned to the task by the Workspace Manager. Specify either this attribute or the taskIdentifier attribute. |
<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> <xsd:attribute name="catalogIdentifier" type="xsd:string" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="langId" type="xsd:int" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="languageId" type="xsd:int" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="currency" type="xsd:string" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="storeId" type="xsd:int" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="catalogId" type="xsd:long" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="workspaceIdentifier" type="xsd:string" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="taskGroupIdentifier" type="xsd:string" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="taskIdentifier" type="xsd:string" use="optional" form="unqualified"> </xsd:attribute> <xsd:attribute name="taskGroupName" type="xsd:string"> </xsd:attribute> <xsd:attribute name="taskName" type="xsd:string"> </xsd:attribute> </xsd:complexType>
Complex Type ContextDataType | |||||||||||
Namespace | http://www.ibm.com/xmlns/prod/commerce/foundation/config | ||||||||||
Diagram | |||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} ContextDataType {http://www.ibm.com/xmlns/prod/commerce/foundation/config} |
||||||||||
Content Details | |||||||||||
Documentation |
Attribute | Type | Required | Default Setting | Description |
name | String | Yes | N/A |
The name of the business context property. |
<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 | ||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} NameValuePair {http://www.ibm.com/xmlns/prod/commerce/foundation/config} |
|||||||||||||||
Content Details | ||||||||||||||||
Documentation |
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. |
<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>