Author: rishi
Date: Sat Aug 26 07:39:19 2017
New Revision: 1806267
URL: http://svn.apache.org/viewvc?rev=1806267&view=rev
Log:
Improvement: Move all data in applications to the datamodel component.
(OFBIZ-9501)
Moved the data which belongs to product with seed reader.
Thanks Saurabh Jain for your contribution.
Added:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
(with props)
Modified:
ofbiz/ofbiz-framework/trunk/applications/datamodel/ofbiz-component.xml
ofbiz/ofbiz-framework/trunk/applications/product/data/ProductTypeData.xml
Added:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml?rev=1806267&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
(added)
+++
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
Sat Aug 26 07:39:19 2017
@@ -0,0 +1,320 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+ <CostComponentType costComponentTypeId="MAT_COST" description="Materials
Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="ROUTE_COST" description="Route
(fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="LABOR_COST" description="Labor
Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="GEN_COST" description="General
Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="IND_COST" description="Indirect
Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="OTHER_COST" description="Other
Cost" hasTable="N" parentTypeId=""/>
+ <CostComponentType costComponentTypeId="EST_STD_MAT_COST"
description="Estimated Standard Materials Cost" hasTable="N"
parentTypeId="MAT_COST"/>
+ <CostComponentType costComponentTypeId="EST_STD_ROUTE_COST"
description="Estimated Standard Route (fixed asset usage) Cost" hasTable="N"
parentTypeId="ROUTE_COST"/>
+ <CostComponentType costComponentTypeId="EST_STD_LABOR_COST"
description="Estimated Standard Labor Cost" hasTable="N"
parentTypeId="LABOR_COST"/>
+ <CostComponentType costComponentTypeId="EST_STD_GEN_COST"
description="Estimated Standard General Cost" hasTable="N"
parentTypeId="GEN_COST"/>
+ <CostComponentType costComponentTypeId="EST_STD_IND_COST"
description="Estimated Standard Indirect Cost" hasTable="N"
parentTypeId="IND_COST"/>
+ <CostComponentType costComponentTypeId="EST_STD_OTHER_COST"
description="Estimated Standard Other Cost" hasTable="N"
parentTypeId="OTHER_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_MAT_COST"
description="Actual Materials Cost" hasTable="N" parentTypeId="MAT_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_ROUTE_COST"
description="Actual Route (fixed asset usage) Cost" hasTable="N"
parentTypeId="ROUTE_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_LABOR_COST"
description="Actual Labor Cost" hasTable="N" parentTypeId="LABOR_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_OTHER_COST"
description="Actual Other Cost" hasTable="N" parentTypeId="OTHER_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_GEN_COST"
description="Actual General Cost" hasTable="N" parentTypeId="GEN_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_IND_COST"
description="Actual Indirect Cost" hasTable="N" parentTypeId="IND_COST"/>
+ <CostComponentType costComponentTypeId="ACTUAL_OTHER_COST"
description="Actual Other Cost" hasTable="N" parentTypeId="OTHER_COST"/>
+
+ <GoodIdentificationType description="ISBN" goodIdentificationTypeId="ISBN"
hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="Manufacturer (Model) Number"
goodIdentificationTypeId="MANUFACTURER_ID_NO" hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="Model Year"
goodIdentificationTypeId="MODEL_YEAR" hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="Other"
goodIdentificationTypeId="OTHER_ID" hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="SKU" goodIdentificationTypeId="SKU"
hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="UPCA" goodIdentificationTypeId="UPCA"
hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="UPCE" goodIdentificationTypeId="UPCE"
hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="EAN" goodIdentificationTypeId="EAN"
hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="Library of Congress"
goodIdentificationTypeId="LOC" hasTable="N" parentTypeId=""/>
+ <GoodIdentificationType description="Harmonized System Codes (HS Code)"
goodIdentificationTypeId="HS_CODE" hasTable="N" parentTypeId=""/>
+
+ <ProdCatalogCategoryType description="Browse Root (One)"
prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>
+ <ProdCatalogCategoryType description="Default Search (One)"
prodCatalogCategoryTypeId="PCCT_SEARCH"/>
+ <ProdCatalogCategoryType description="Other Search (Many)"
prodCatalogCategoryTypeId="PCCT_OTHER_SEARCH"/>
+ <ProdCatalogCategoryType description="Quick Add (Many)"
prodCatalogCategoryTypeId="PCCT_QUICK_ADD"/>
+ <ProdCatalogCategoryType description="Promotions (One)"
prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>
+ <ProdCatalogCategoryType description="Most Popular (One)"
prodCatalogCategoryTypeId="PCCT_MOST_POPULAR"/>
+ <ProdCatalogCategoryType description="What's New (One)"
prodCatalogCategoryTypeId="PCCT_WHATS_NEW"/>
+ <ProdCatalogCategoryType description="View Allow (One)"
prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>
+ <ProdCatalogCategoryType description="Purchase Allow (One)"
prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>
+ <ProdCatalogCategoryType description="Admin Allow (One)"
prodCatalogCategoryTypeId="PCCT_ADMIN_ALLW"/>
+ <ProdCatalogCategoryType description="Ebay Root (One)"
prodCatalogCategoryTypeId="PCCT_EBAY_ROOT"/>
+ <ProdCatalogCategoryType description="Best Selling (One)"
prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>
+
+ <ProductAssocType description="Also Bought" hasTable="N" parentTypeId=""
productAssocTypeId="ALSO_BOUGHT"/>
+ <ProductAssocType description="Upgrade or Up-Sell" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_UPGRADE"/>
+ <ProductAssocType description="Complementary or Cross-Sell" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_COMPLEMENT"/>
+ <ProductAssocType description="Incompatible" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_INCOMPATABLE"/>
+ <ProductAssocType description="New Version, Replacement" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_OBSOLESCENCE"/>
+ <ProductAssocType description="Actual Product Component" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_COMPONENT"/>
+ <ProductAssocType description="Equivalent or Substitute" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_SUBSTITUTE"/>
+ <ProductAssocType description="Product Variant" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_VARIANT"/>
+ <ProductAssocType description="Unique Item" hasTable="N" parentTypeId=""
productAssocTypeId="UNIQUE_ITEM"/>
+ <ProductAssocType description="Accessory" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_ACCESSORY"/>
+ <ProductAssocType description="Refurbished Equivalent" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_REFURB"/>
+ <ProductAssocType description="Repair Service" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_REPAIR_SRV"/>
+ <ProductAssocType description="Auto Reorder (needs recurrenceInfoId)"
hasTable="N" parentTypeId="" productAssocTypeId="PRODUCT_AUTORO"/>
+
+ <ProductAssocType description="Revision" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_REVISION"/>
+ <ProductAssocType description="Manufacturing Bill of Materials"
hasTable="N" parentTypeId="PRODUCT_COMPONENT"
productAssocTypeId="MANUF_COMPONENT"/>
+ <ProductAssocType description="Engineering Bill of Materials" hasTable="N"
parentTypeId="PRODUCT_COMPONENT" productAssocTypeId="ENGINEER_COMPONENT"/>
+ <ProductAssocType description="Product Manufactured As" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_MANUFACTURED"/>
+ <ProductAssocType description="Configurable product instance" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_CONF"/>
+ <ProductAssocType description="Alternative Packaging" hasTable="N"
parentTypeId="" productAssocTypeId="ALTERNATIVE_PACKAGE"/>
+
+ <ProductCategoryType description="Catalog" hasTable="N" parentTypeId=""
productCategoryTypeId="CATALOG_CATEGORY"/>
+ <ProductCategoryType description="Industry" hasTable="N" parentTypeId=""
productCategoryTypeId="INDUSTRY_CATEGORY"/>
+ <ProductCategoryType description="Internal" hasTable="N" parentTypeId=""
productCategoryTypeId="INTERNAL_CATEGORY"/>
+ <ProductCategoryType description="Materials" hasTable="N" parentTypeId=""
productCategoryTypeId="MATERIALS_CATEGORY"/>
+ <ProductCategoryType description="Quick Add" hasTable="N" parentTypeId=""
productCategoryTypeId="QUICKADD_CATEGORY"/>
+ <ProductCategoryType description="Search" hasTable="N" parentTypeId=""
productCategoryTypeId="SEARCH_CATEGORY"/>
+ <ProductCategoryType description="Usage" hasTable="N" parentTypeId=""
productCategoryTypeId="USAGE_CATEGORY"/>
+ <ProductCategoryType description="Mix and Match" hasTable="N"
parentTypeId="" productCategoryTypeId="MIXMATCH_CATEGORY"/>
+ <ProductCategoryType description="Cross Sell" hasTable="N" parentTypeId=""
productCategoryTypeId="CROSS_SELL_CATEGORY"/>
+ <ProductCategoryType description="Tax" hasTable="N" parentTypeId=""
productCategoryTypeId="TAX_CATEGORY"/>
+ <ProductCategoryType description="Google Base" hasTable="N"
parentTypeId="" productCategoryTypeId="GOOGLE_BASE_CATEGORY"/>
+ <ProductCategoryType description="Gift Cards" hasTable="N" parentTypeId=""
productCategoryTypeId="GIFT_CARD_CATEGORY"/>
+ <ProductCategoryType description="Best Selling" hasTable="N"
parentTypeId="" productCategoryTypeId="BEST_SELL_CATEGORY"/>
+
+ <ProductCategoryContentType description="Category Name" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_NAME"/>
+ <ProductCategoryContentType description="Description" hasTable="N"
parentTypeId="" prodCatContentTypeId="DESCRIPTION"/>
+ <ProductCategoryContentType description="Description - Long" hasTable="N"
parentTypeId="" prodCatContentTypeId="LONG_DESCRIPTION"/>
+ <ProductCategoryContentType description="Alternative URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="ALTERNATIVE_URL"/>
+ <ProductCategoryContentType description="Category Image" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE"/>
+ <ProductCategoryContentType description="Category Image URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE_URL"/>
+ <ProductCategoryContentType description="Category Image Alt Text"
hasTable="N" parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE_ALT"/>
+ <ProductCategoryContentType description="Link 1 Alt Text" hasTable="N"
parentTypeId="" prodCatContentTypeId="LINK1_ALT_TEXT"/>
+ <ProductCategoryContentType description="Link 2 Alt Text" hasTable="N"
parentTypeId="" prodCatContentTypeId="LINK2_ALT_TEXT"/>
+ <ProductCategoryContentType description="Footer" hasTable="N"
parentTypeId="" prodCatContentTypeId="FOOTER"/>
+ <ProductCategoryContentType description="Page Title" hasTable="N"
parentTypeId="" prodCatContentTypeId="PAGE_TITLE"/>
+ <ProductCategoryContentType description="Meta Keyword" hasTable="N"
parentTypeId="" prodCatContentTypeId="META_KEYWORD"/>
+ <ProductCategoryContentType description="Meta Description" hasTable="N"
parentTypeId="" prodCatContentTypeId="META_DESCRIPTION"/>
+ <ProductCategoryContentType description="Related URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="RELATED_URL"/>
+ <ProductCategoryContentType description="Video" hasTable="N"
parentTypeId="" prodCatContentTypeId="VIDEO"/>
+ <ProductCategoryContentType description="Video URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="VIDEO_URL"/>
+
+ <ProductContentType description="Online Access" hasTable="N"
parentTypeId="" productContentTypeId="ONLINE_ACCESS"/>
+ <ProductContentType description="Digital Download" hasTable="N"
parentTypeId="" productContentTypeId="DIGITAL_DOWNLOAD"/>
+ <ProductContentType description="Fulfillment Email" hasTable="N"
parentTypeId="" productContentTypeId="FULFILLMENT_EMAIL"/>
+ <ProductContentType description="Fulfillment External (Async)"
hasTable="N" parentTypeId="" productContentTypeId="FULFILLMENT_EXTASYNC"/>
+ <ProductContentType description="Fulfillment External (Sync)" hasTable="N"
parentTypeId="" productContentTypeId="FULFILLMENT_EXTSYNC"/>
+ <ProductContentType description="Product Name" hasTable="N"
parentTypeId="" productContentTypeId="PRODUCT_NAME"/>
+ <ProductContentType description="Description" hasTable="N" parentTypeId=""
productContentTypeId="DESCRIPTION"/>
+ <ProductContentType description="Description - Long" hasTable="N"
parentTypeId="" productContentTypeId="LONG_DESCRIPTION"/>
+ <ProductContentType description="Alternative URL" hasTable="N"
parentTypeId="" productContentTypeId="ALTERNATIVE_URL"/>
+ <ProductContentType description="Price Detail Text" hasTable="N"
parentTypeId="" productContentTypeId="PRICE_DETAIL_TEXT"/>
+ <ProductContentType description="Ingredients" hasTable="N" parentTypeId=""
productContentTypeId="INGREDIENTS"/>
+ <ProductContentType description="Unique Ingredients" hasTable="N"
parentTypeId="" productContentTypeId="UNIQUE_INGREDIENTS"/>
+ <ProductContentType description="Special Instructions" hasTable="N"
parentTypeId="" productContentTypeId="SPECIALINSTRUCTIONS"/>
+ <ProductContentType description="Warnings" hasTable="N" parentTypeId=""
productContentTypeId="WARNINGS"/>
+ <ProductContentType description="Directions" hasTable="N" parentTypeId=""
productContentTypeId="DIRECTIONS"/>
+ <ProductContentType description="Terms and Conditions" hasTable="N"
parentTypeId="" productContentTypeId="TERMS_AND_CONDS"/>
+ <ProductContentType description="Delivery Info" hasTable="N"
parentTypeId="" productContentTypeId="DELIVERY_INFO"/>
+ <ProductContentType description="Image - Small" hasTable="N"
parentTypeId="" productContentTypeId="SMALL_IMAGE_URL"/>
+ <ProductContentType description="Image - Medium" hasTable="N"
parentTypeId="" productContentTypeId="MEDIUM_IMAGE_URL"/>
+ <ProductContentType description="Image - Large" hasTable="N"
parentTypeId="" productContentTypeId="LARGE_IMAGE_URL"/>
+ <ProductContentType description="Image - Detail" hasTable="N"
parentTypeId="" productContentTypeId="DETAIL_IMAGE_URL"/>
+ <ProductContentType description="Image - Original" hasTable="N"
parentTypeId="" productContentTypeId="ORIGINAL_IMAGE_URL"/>
+ <ProductContentType description="Image Alt Text - Small" hasTable="N"
parentTypeId="" productContentTypeId="SMALL_IMAGE_ALT"/>
+ <ProductContentType description="Image Alt Text - Medium" hasTable="N"
parentTypeId="" productContentTypeId="MEDIUM_IMAGE_ALT"/>
+ <ProductContentType description="Image Alt Text - Large" hasTable="N"
parentTypeId="" productContentTypeId="LARGE_IMAGE_ALT"/>
+ <ProductContentType description="Image Alt Text - Detail" hasTable="N"
parentTypeId="" productContentTypeId="DETAIL_IMAGE_ALT"/>
+ <ProductContentType description="Image - Additional View 1" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_1"/>
+ <ProductContentType description="Image - Additional View 2" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_2"/>
+ <ProductContentType description="Image - Additional View 3" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_3"/>
+ <ProductContentType description="Image - Additional View 4" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_4"/>
+ <ProductContentType description="Image - Additional View 1 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_SMALL"/>
+ <ProductContentType description="Image - Additional View 1 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_MEDIUM"/>
+ <ProductContentType description="Image - Additional View 1 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_LARGE"/>
+ <ProductContentType description="Image - Additional View 1 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_DETAIL"/>
+ <ProductContentType description="Image - Additional View 2 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_SMALL"/>
+ <ProductContentType description="Image - Additional View 2 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_MEDIUM"/>
+ <ProductContentType description="Image - Additional View 2 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_LARGE"/>
+ <ProductContentType description="Image - Additional View 2 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_DETAIL"/>
+ <ProductContentType description="Image - Additional View 3 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_SMALL"/>
+ <ProductContentType description="Image - Additional View 3 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_MEDIUM"/>
+ <ProductContentType description="Image - Additional View 3 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_LARGE"/>
+ <ProductContentType description="Image - Additional View 3 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_DETAIL"/>
+ <ProductContentType description="Image - Additional View 4 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_SMALL"/>
+ <ProductContentType description="Image - Additional View 4 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_MEDIUM"/>
+ <ProductContentType description="Image - Additional View 4 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_LARGE"/>
+ <ProductContentType description="Image - Additional View 4 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_DETAIL"/>
+ <ProductContentType description="Image - Additional View Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_SMALL"/>
+ <ProductContentType description="Image - Additional View Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_MEDIUM"/>
+ <ProductContentType description="Image - Additional View Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_LARGE"/>
+ <ProductContentType description="Image - Additional View Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_DETAIL"/>
+ <ProductContentType description="Add To Cart Label" hasTable="N"
parentTypeId="" productContentTypeId="ADDTOCART_LABEL"/>
+ <ProductContentType description="Add To Cart Image" hasTable="N"
parentTypeId="" productContentTypeId="ADDTOCART_IMAGE"/>
+ <ProductContentType description="Short Sales Pitch" hasTable="N"
parentTypeId="" productContentTypeId="SHORT_SALES_PITCH"/>
+ <ProductContentType description="Installation" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="INSTALLATION"/>
+ <ProductContentType description="Specification" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="SPECIFICATION"/>
+ <ProductContentType description="Warranty" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="WARRANTY"/>
+ <ProductContentType description="Page Title" hasTable="N" parentTypeId=""
productContentTypeId="PAGE_TITLE"/>
+ <ProductContentType description="Meta Keyword" hasTable="N"
parentTypeId="" productContentTypeId="META_KEYWORD"/>
+ <ProductContentType description="Meta Description" hasTable="N"
parentTypeId="" productContentTypeId="META_DESCRIPTION"/>
+
+ <ProdConfItemContentType description="Image" hasTable="N" parentTypeId=""
confItemContentTypeId="IMAGE_URL"/>
+ <ProdConfItemContentType description="Description" hasTable="N"
parentTypeId="" confItemContentTypeId="DESCRIPTION"/>
+ <ProdConfItemContentType description="Description - Long" hasTable="N"
parentTypeId="" confItemContentTypeId="LONG_DESCRIPTION"/>
+ <ProdConfItemContentType description="Instructions" hasTable="N"
parentTypeId="" confItemContentTypeId="INSTRUCTIONS"/>
+
+ <ProductFeatureApplType description="Optional" hasTable="N"
parentTypeId="" productFeatureApplTypeId="OPTIONAL_FEATURE">
+ <!-- Used for add-on features to a product that often add an
additional cost. There are alternatives to accessorize products that are
generally more flexible, but this is a simple option for optional add-ons. -->
+ </ProductFeatureApplType>
+ <ProductFeatureApplType description="Required" hasTable="N"
parentTypeId="" productFeatureApplTypeId="REQUIRED_FEATURE">
+ <!-- A variation of the Optional feature application type where it
represents some sort of an add-on, but is not optional. There is only limited
support for this currently in OFBiz. -->
+ </ProductFeatureApplType>
+ <ProductFeatureApplType description="Selectable" hasTable="N"
parentTypeId="" productFeatureApplTypeId="SELECTABLE_FEATURE">
+ <!--
+ Use this to associate selectable features with a virtual product.
These features are organized by the feature type and there may be a variant of
the virtual product for each combination of features, one feature for each
feature type.
+ Each variant of the virtual product should have one feature
(selected from the set of selectable features on the virtual product) for each
feature type, associated with it as a standard or distinguishing feature.
+ -->
+ </ProductFeatureApplType>
+ <ProductFeatureApplType description="Standard" hasTable="N"
parentTypeId="" productFeatureApplTypeId="STANDARD_FEATURE">
+ <!--
+ Standard features are inherent features that describe the nature
of a product. These can be used for product comparison, parametric searching,
and to describe variants of virtual products.
+ For more information about the virtual/variant pattern please see
the descriptions of the Selectable and Distinguishing Feature Application Types.
+ Note that in OFBiz parametric searching by default considers all
applications types and not just standard features, but that may be an option
more desirable for certain organizations.
+ -->
+ </ProductFeatureApplType>
+ <ProductFeatureApplType description="Distinguishing" hasTable="N"
parentTypeId="" productFeatureApplTypeId="DISTINGUISHING_FEAT">
+ <!--
+ Used only for variant products. Features applied to products this
way distinguish one variant from another.
+ For the virtual/variant structure the features attached to
variants can be applied as Standard or Distinguishing features.
+ Use distinguishing instead of standard feature application when
you want the feature to be used ONLY for virtual/variant distinction and not
for other things standard features are used for like product comparisons and
such.
+ -->
+ </ProductFeatureApplType>
+
+ <ProductFeatureIactnType description="Dependencies" hasTable="N"
parentTypeId="" productFeatureIactnTypeId="FEATURE_IACTN_DEPEND"/>
+ <ProductFeatureIactnType description="Incompatibility" hasTable="N"
parentTypeId="" productFeatureIactnTypeId="FEATURE_IACTN_INCOMP"/>
+
+ <ProductFeatureType description="Accessory" hasTable="N" parentTypeId=""
productFeatureTypeId="ACCESSORY"/>
+ <ProductFeatureType description="Amount" hasTable="N" parentTypeId=""
productFeatureTypeId="AMOUNT"/>
+ <ProductFeatureType description="Net Weight" hasTable="N"
parentTypeId="AMOUNT" productFeatureTypeId="NET_WEIGHT"/>
+ <ProductFeatureType description="Artist" hasTable="N" parentTypeId=""
productFeatureTypeId="ARTIST"/>
+ <ProductFeatureType description="Billing Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="BILLING_FEATURE"/>
+ <ProductFeatureType description="Brand" hasTable="N" parentTypeId=""
productFeatureTypeId="BRAND"/>
+ <ProductFeatureType description="Care" hasTable="N" parentTypeId=""
productFeatureTypeId="CARE"/>
+ <ProductFeatureType description="Color" hasTable="N" parentTypeId=""
productFeatureTypeId="COLOR"/>
+ <ProductFeatureType description="Dimension" hasTable="N" parentTypeId=""
productFeatureTypeId="DIMENSION"/>
+ <ProductFeatureType description="Equipment Class" hasTable="N"
parentTypeId="" productFeatureTypeId="EQUIP_CLASS"/>
+ <ProductFeatureType description="Fabric" hasTable="N" parentTypeId=""
productFeatureTypeId="FABRIC"/>
+ <ProductFeatureType description="Genre" hasTable="N" parentTypeId=""
productFeatureTypeId="GENRE"/>
+ <ProductFeatureType description="Gift Wrap" hasTable="N" parentTypeId=""
productFeatureTypeId="GIFT_WRAP"/>
+ <ProductFeatureType description="Hardware Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="HARDWARE_FEATURE"/>
+ <ProductFeatureType description="Hazmat" hasTable="N" parentTypeId=""
productFeatureTypeId="HAZMAT"/>
+ <ProductFeatureType description="License" hasTable="N" parentTypeId=""
productFeatureTypeId="LICENSE"/>
+ <ProductFeatureType description="Origin" hasTable="N" parentTypeId=""
productFeatureTypeId="ORIGIN"/>
+ <ProductFeatureType description="Other Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="OTHER_FEATURE"/>
+ <ProductFeatureType description="Product Quality" hasTable="N"
parentTypeId="" productFeatureTypeId="PRODUCT_QUALITY"/>
+ <ProductFeatureType description="Size" hasTable="N" parentTypeId=""
productFeatureTypeId="SIZE"/>
+ <ProductFeatureType description="Software Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="SOFTWARE_FEATURE"/>
+ <ProductFeatureType description="Style" hasTable="N" parentTypeId=""
productFeatureTypeId="STYLE"/>
+ <ProductFeatureType description="Symptom" hasTable="N" parentTypeId=""
productFeatureTypeId="SYMPTOM"/>
+ <ProductFeatureType description="Topic" hasTable="N" parentTypeId=""
productFeatureTypeId="TOPIC"/>
+ <ProductFeatureType description="Type" hasTable="N" parentTypeId=""
productFeatureTypeId="TYPE"/>
+ <ProductFeatureType description="Warranty" hasTable="N" parentTypeId=""
productFeatureTypeId="WARRANTY"/>
+ <ProductFeatureType description="Model Year" hasTable="N" parentTypeId=""
productFeatureTypeId="MODEL_YEAR"/>
+ <ProductFeatureType description="Year Made" hasTable="N" parentTypeId=""
productFeatureTypeId="YEAR_MADE"/>
+
+ <ProductMeterType description="Speedometer"
productMeterTypeId="SPEEDOMETER"/>
+ <ProductMeterType description="Tachometer"
productMeterTypeId="TACHOMETER"/>
+ <ProductMeterType description="Distance Meter"
productMeterTypeId="DISTANCE"/>
+ <ProductMeterType description="Motor Time Meter"
productMeterTypeId="MOTOR_TIME"/>
+ <ProductMeterType description="Use Count Meter"
productMeterTypeId="USE_COUNT"/>
+ <ProductMeterType description="Copy Count Meter"
productMeterTypeId="COPY_COUNT"/>
+ <ProductMeterType description="Trip meter"
productMeterTypeId="TRIP_METER"/>
+ <ProductMeterType description="Tachograph"
productMeterTypeId="TACHOGRAPH"/>
+ <ProductMeterType description="Taximeter" productMeterTypeId="TAXIMETER"/>
+ <ProductMeterType description="Event Data Recorder"
productMeterTypeId="EVENT_DATA_RECORDER"/>
+ <ProductMeterType description="Pedometer" productMeterTypeId="PEDOMETER"/>
+ <ProductMeterType description="Odometer" productMeterTypeId="ODOMETER"/>
+
+ <ProductMaintType description="Vehicle Maintenance"
productMaintTypeId="VEHICLE_MAINT" parentTypeId=""/>
+ <ProductMaintType description="Oil Change" productMaintTypeId="OIL_CHANGE"
parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Serpentine Belt Replacement"
productMaintTypeId="SERP_BELT" parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Re-Fuel" productMaintTypeId="REFUEL"
parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Replace Battery"
productMaintTypeId="REPLACE_BATTERY" parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Tune Up" productMaintTypeId="TUNE_UP"
parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Check Battery"
productMaintTypeId="CHECK_BATTERY" parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Chassis Lubrication"
productMaintTypeId="CHASSIS_LUBE" parentTypeId="VEHICLE_MAINT"/>
+ <ProductMaintType description="Rotate Tires"
productMaintTypeId="ROTATE_TIRES" parentTypeId="VEHICLE_MAINT"/>
+
+ <ProductMaintType description="HVAC Maintenance"
productMaintTypeId="HVAC_MAINT"/>
+ <ProductMaintType description="Replace Air Filter"
productMaintTypeId="HVAC_REPLACE_FILTER" parentTypeId="HVAC_MAINT"/>
+ <ProductMaintType description="Check/Recharge Refrigerant"
productMaintTypeId="HVAC_CHECK_REFR" parentTypeId="HVAC_MAINT"/>
+
+ <ProductMaintType description="Wash" productMaintTypeId="WASH"
parentTypeId=""/>
+
+ <ProductPriceType description="List Price"
productPriceTypeId="LIST_PRICE"/>
+ <ProductPriceType description="Default Price"
productPriceTypeId="DEFAULT_PRICE"/>
+ <ProductPriceType description="Average Cost"
productPriceTypeId="AVERAGE_COST"/>
+ <ProductPriceType description="Minimum Price"
productPriceTypeId="MINIMUM_PRICE"/>
+ <ProductPriceType description="Maximum Price"
productPriceTypeId="MAXIMUM_PRICE"/>
+ <ProductPriceType description="Promotional Price"
productPriceTypeId="PROMO_PRICE"/>
+ <ProductPriceType description="Competitive Price"
productPriceTypeId="COMPETITIVE_PRICE"/>
+ <ProductPriceType description="Wholesale Price"
productPriceTypeId="WHOLESALE_PRICE"/>
+ <ProductPriceType description="Special Promo Price"
productPriceTypeId="SPECIAL_PROMO_PRICE"/>
+ <ProductPriceType description="Box Price" productPriceTypeId="BOX_PRICE"/>
+ <ProductPriceType description="Minimum Order Price"
productPriceTypeId="MINIMUM_ORDER_PRICE"/>
+ <ProductPriceType description="Shipping Allowance Price"
productPriceTypeId="SHIPPING_ALLOWANCE"/>
+
+ <ProductPricePurpose description="Purchase/Initial"
productPricePurposeId="PURCHASE"/>
+ <ProductPricePurpose description="Recurring Charge"
productPricePurposeId="RECURRING_CHARGE"/>
+ <ProductPricePurpose description="Usage Charge"
productPricePurposeId="USAGE_CHARGE"/>
+ <ProductPricePurpose description="Component Price"
productPricePurposeId="COMPONENT_PRICE"/>
+
+ <ProductPriceActionType description="Percent Of List Price"
productPriceActionTypeId="PRICE_POL"/>
+ <ProductPriceActionType description="Percent Of Default Price"
productPriceActionTypeId="PRICE_POD"/>
+ <ProductPriceActionType description="Percent Of Average Cost"
productPriceActionTypeId="PRICE_POAC"/>
+ <ProductPriceActionType description="Percent Of Margin"
productPriceActionTypeId="PRICE_POM"/>
+ <ProductPriceActionType description="Percent Of Wholesale"
productPriceActionTypeId="PRICE_POWHS"/>
+ <ProductPriceActionType description="Flat Amount Modify"
productPriceActionTypeId="PRICE_FOL"/>
+ <ProductPriceActionType description="Flat Amount Override"
productPriceActionTypeId="PRICE_FLAT"/>
+ <ProductPriceActionType description="Promo Amount Override"
productPriceActionTypeId="PRICE_PFLAT"/>
+ <ProductPriceActionType description="Wholesale Amount Override"
productPriceActionTypeId="PRICE_WFLAT"/>
+
+ <ProductType description="Fixed Asset Usage" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="ASSET_USAGE"/>
+ <ProductType description="Service" isPhysical="N" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="SERVICE"/>
+ <ProductType description="Good" isPhysical="Y" isDigital="N" hasTable="N"
parentTypeId="" productTypeId="GOOD"/>
+ <ProductType description="Raw Material" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="RAW_MATERIAL"/>
+ <ProductType description="Subassembly" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="SUBASSEMBLY"/>
+ <ProductType description="Finished Good" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="FINISHED_GOOD"/>
+ <ProductType description="Digital Good" isPhysical="N" isDigital="Y"
hasTable="N" parentTypeId="GOOD" productTypeId="DIGITAL_GOOD"/>
+ <ProductType description="Finished/Digital Good" isPhysical="Y"
isDigital="Y" hasTable="N" parentTypeId="GOOD" productTypeId="FINDIG_GOOD"/>
+ <ProductType description="Configurable Good" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="AGGREGATED"/>
+ <ProductType description="Marketing Package" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="MARKETING_PKG"/>
+ <ProductType description="Marketing Package: Auto Manufactured"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="MARKETING_PKG"
productTypeId="MARKETING_PKG_AUTO"/>
+ <ProductType description="Marketing Package: Pick Assembly" isPhysical="Y"
isDigital="N" hasTable="N" parentTypeId="MARKETING_PKG"
productTypeId="MARKETING_PKG_PICK"/>
+ <ProductType description="Work In Process" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="WIP"/>
+ <ProductType description="Configurable Good Configuration" isPhysical="Y"
isDigital="N" hasTable="N" parentTypeId="AGGREGATED"
productTypeId="AGGREGATED_CONF"/>
+ <ProductType description="Fixed Asset Usage For Rental of an asset which
is shipped from and returned to inventory" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="ASSET_USAGE_OUT_IN"/>
+ <ProductType description="Service a product using inventory"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId=""
productTypeId="SERVICE_PRODUCT"/>
+ <ProductType description="Configurable Service using inventory"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="SERVICE_PRODUCT"
productTypeId="AGGREGATED_SERVICE"/>
+ <ProductType description="Configurable Service Configuration"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="AGGREGATED"
productTypeId="AGGREGATEDSERV_CONF"/>
+
+ <ProductContentType description="Image" hasTable="N" parentTypeId=""
productContentTypeId="IMAGE"/>
+ <ProductContentType description="Default Image" hasTable="N"
parentTypeId="" productContentTypeId="DEFAULT_IMAGE"/>
+</entity-engine-xml>
Propchange:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ProductSeedData.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified: ofbiz/ofbiz-framework/trunk/applications/datamodel/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/ofbiz-component.xml?rev=1806267&r1=1806266&r2=1806267&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/datamodel/ofbiz-component.xml
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/datamodel/ofbiz-component.xml Sat
Aug 26 07:39:19 2017
@@ -37,4 +37,5 @@ under the License.
<entity-resource type="data" reader-name="seed" loader="main"
location="data/seed/PartySeedData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main"
location="data/seed/ContentSeedData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main"
location="data/seed/WorkEffortSeedData.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main"
location="data/seed/ProductSeedData.xml"/>
</ofbiz-component>
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/data/ProductTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/data/ProductTypeData.xml?rev=1806267&r1=1806266&r2=1806267&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/data/ProductTypeData.xml
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/data/ProductTypeData.xml
Sat Aug 26 07:39:19 2017
@@ -19,26 +19,6 @@ under the License.
-->
<entity-engine-xml>
- <CostComponentType costComponentTypeId="MAT_COST" description="Materials
Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="ROUTE_COST" description="Route
(fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="LABOR_COST" description="Labor
Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="GEN_COST" description="General
Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="IND_COST" description="Indirect
Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="OTHER_COST" description="Other
Cost" hasTable="N" parentTypeId=""/>
- <CostComponentType costComponentTypeId="EST_STD_MAT_COST"
description="Estimated Standard Materials Cost" hasTable="N"
parentTypeId="MAT_COST"/>
- <CostComponentType costComponentTypeId="EST_STD_ROUTE_COST"
description="Estimated Standard Route (fixed asset usage) Cost" hasTable="N"
parentTypeId="ROUTE_COST"/>
- <CostComponentType costComponentTypeId="EST_STD_LABOR_COST"
description="Estimated Standard Labor Cost" hasTable="N"
parentTypeId="LABOR_COST"/>
- <CostComponentType costComponentTypeId="EST_STD_GEN_COST"
description="Estimated Standard General Cost" hasTable="N"
parentTypeId="GEN_COST"/>
- <CostComponentType costComponentTypeId="EST_STD_IND_COST"
description="Estimated Standard Indirect Cost" hasTable="N"
parentTypeId="IND_COST"/>
- <CostComponentType costComponentTypeId="EST_STD_OTHER_COST"
description="Estimated Standard Other Cost" hasTable="N"
parentTypeId="OTHER_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_MAT_COST"
description="Actual Materials Cost" hasTable="N" parentTypeId="MAT_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_ROUTE_COST"
description="Actual Route (fixed asset usage) Cost" hasTable="N"
parentTypeId="ROUTE_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_LABOR_COST"
description="Actual Labor Cost" hasTable="N" parentTypeId="LABOR_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_OTHER_COST"
description="Actual Other Cost" hasTable="N" parentTypeId="OTHER_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_GEN_COST"
description="Actual General Cost" hasTable="N" parentTypeId="GEN_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_IND_COST"
description="Actual Indirect Cost" hasTable="N" parentTypeId="IND_COST"/>
- <CostComponentType costComponentTypeId="ACTUAL_OTHER_COST"
description="Actual Other Cost" hasTable="N" parentTypeId="OTHER_COST"/>
-
<!-- Cost Formulae -->
<CustomMethodType customMethodTypeId="COST_FORMULA" description="Formula
for calculating costs for tasks and products"/>
<CustomMethod customMethodId="PROD_PERC_FORMULA"
customMethodTypeId="COST_FORMULA"
customMethodName="productCostPercentageFormula" description="Formula that
creates a cost component equal to a percentage of total product cost"/>
@@ -151,68 +131,9 @@ under the License.
<FacilityGroup facilityGroupName="Not Applicable" description="Not
Applicable" facilityGroupId="_NA_" facilityGroupTypeId=""
primaryParentGroupId=""/>
- <GoodIdentificationType description="ISBN" goodIdentificationTypeId="ISBN"
hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="Manufacturer (Model) Number"
goodIdentificationTypeId="MANUFACTURER_ID_NO" hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="Model Year"
goodIdentificationTypeId="MODEL_YEAR" hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="Other"
goodIdentificationTypeId="OTHER_ID" hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="SKU" goodIdentificationTypeId="SKU"
hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="UPCA" goodIdentificationTypeId="UPCA"
hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="UPCE" goodIdentificationTypeId="UPCE"
hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="EAN" goodIdentificationTypeId="EAN"
hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="Library of Congress"
goodIdentificationTypeId="LOC" hasTable="N" parentTypeId=""/>
- <GoodIdentificationType description="Harmonized System Codes (HS Code)"
goodIdentificationTypeId="HS_CODE" hasTable="N" parentTypeId=""/>
-
<InventoryItemType description="Serialized" hasTable="N"
inventoryItemTypeId="SERIALIZED_INV_ITEM" parentTypeId=""/>
<InventoryItemType description="Non-Serialized" hasTable="N"
inventoryItemTypeId="NON_SERIAL_INV_ITEM" parentTypeId=""/>
- <ProdCatalogCategoryType description="Browse Root (One)"
prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>
- <ProdCatalogCategoryType description="Default Search (One)"
prodCatalogCategoryTypeId="PCCT_SEARCH"/>
- <ProdCatalogCategoryType description="Other Search (Many)"
prodCatalogCategoryTypeId="PCCT_OTHER_SEARCH"/>
- <ProdCatalogCategoryType description="Quick Add (Many)"
prodCatalogCategoryTypeId="PCCT_QUICK_ADD"/>
- <ProdCatalogCategoryType description="Promotions (One)"
prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>
- <ProdCatalogCategoryType description="Most Popular (One)"
prodCatalogCategoryTypeId="PCCT_MOST_POPULAR"/>
- <ProdCatalogCategoryType description="What's New (One)"
prodCatalogCategoryTypeId="PCCT_WHATS_NEW"/>
- <ProdCatalogCategoryType description="View Allow (One)"
prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>
- <ProdCatalogCategoryType description="Purchase Allow (One)"
prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>
- <ProdCatalogCategoryType description="Admin Allow (One)"
prodCatalogCategoryTypeId="PCCT_ADMIN_ALLW"/>
- <ProdCatalogCategoryType description="Ebay Root (One)"
prodCatalogCategoryTypeId="PCCT_EBAY_ROOT"/>
- <ProdCatalogCategoryType description="Best Selling (One)"
prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>
-
- <ProductAssocType description="Also Bought" hasTable="N" parentTypeId=""
productAssocTypeId="ALSO_BOUGHT"/>
- <ProductAssocType description="Upgrade or Up-Sell" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_UPGRADE"/>
- <ProductAssocType description="Complementary or Cross-Sell" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_COMPLEMENT"/>
- <ProductAssocType description="Incompatible" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_INCOMPATABLE"/>
- <ProductAssocType description="New Version, Replacement" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_OBSOLESCENCE"/>
- <ProductAssocType description="Actual Product Component" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_COMPONENT"/>
- <ProductAssocType description="Equivalent or Substitute" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_SUBSTITUTE"/>
- <ProductAssocType description="Product Variant" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_VARIANT"/>
- <ProductAssocType description="Unique Item" hasTable="N" parentTypeId=""
productAssocTypeId="UNIQUE_ITEM"/>
- <ProductAssocType description="Accessory" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_ACCESSORY"/>
- <ProductAssocType description="Refurbished Equivalent" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_REFURB"/>
- <ProductAssocType description="Repair Service" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_REPAIR_SRV"/>
- <ProductAssocType description="Auto Reorder (needs recurrenceInfoId)"
hasTable="N" parentTypeId="" productAssocTypeId="PRODUCT_AUTORO"/>
-
- <ProductAssocType description="Revision" hasTable="N" parentTypeId=""
productAssocTypeId="PRODUCT_REVISION"/>
- <ProductAssocType description="Manufacturing Bill of Materials"
hasTable="N" parentTypeId="PRODUCT_COMPONENT"
productAssocTypeId="MANUF_COMPONENT"/>
- <ProductAssocType description="Engineering Bill of Materials" hasTable="N"
parentTypeId="PRODUCT_COMPONENT" productAssocTypeId="ENGINEER_COMPONENT"/>
- <ProductAssocType description="Product Manufactured As" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_MANUFACTURED"/>
- <ProductAssocType description="Configurable product instance" hasTable="N"
parentTypeId="" productAssocTypeId="PRODUCT_CONF"/>
- <ProductAssocType description="Alternative Packaging" hasTable="N"
parentTypeId="" productAssocTypeId="ALTERNATIVE_PACKAGE"/>
-
- <ProductCategoryType description="Catalog" hasTable="N" parentTypeId=""
productCategoryTypeId="CATALOG_CATEGORY"/>
- <ProductCategoryType description="Industry" hasTable="N" parentTypeId=""
productCategoryTypeId="INDUSTRY_CATEGORY"/>
- <ProductCategoryType description="Internal" hasTable="N" parentTypeId=""
productCategoryTypeId="INTERNAL_CATEGORY"/>
- <ProductCategoryType description="Materials" hasTable="N" parentTypeId=""
productCategoryTypeId="MATERIALS_CATEGORY"/>
- <ProductCategoryType description="Quick Add" hasTable="N" parentTypeId=""
productCategoryTypeId="QUICKADD_CATEGORY"/>
- <ProductCategoryType description="Search" hasTable="N" parentTypeId=""
productCategoryTypeId="SEARCH_CATEGORY"/>
- <ProductCategoryType description="Usage" hasTable="N" parentTypeId=""
productCategoryTypeId="USAGE_CATEGORY"/>
- <ProductCategoryType description="Mix and Match" hasTable="N"
parentTypeId="" productCategoryTypeId="MIXMATCH_CATEGORY"/>
- <ProductCategoryType description="Cross Sell" hasTable="N" parentTypeId=""
productCategoryTypeId="CROSS_SELL_CATEGORY"/>
- <ProductCategoryType description="Tax" hasTable="N" parentTypeId=""
productCategoryTypeId="TAX_CATEGORY"/>
- <ProductCategoryType description="Google Base" hasTable="N"
parentTypeId="" productCategoryTypeId="GOOGLE_BASE_CATEGORY"/>
- <ProductCategoryType description="Gift Cards" hasTable="N" parentTypeId=""
productCategoryTypeId="GIFT_CARD_CATEGORY"/>
- <ProductCategoryType description="Best Selling" hasTable="N"
parentTypeId="" productCategoryTypeId="BEST_SELL_CATEGORY"/>
-
<!-- product geo data -->
<EnumerationType description="Product Geo Data" enumTypeId="PROD_GEO"
hasTable="N" parentTypeId=""/>
<Enumeration description="Purchase Include Geo"
enumCode="PURCHASE_INCLUDE" enumId="PG_PURCH_INCLUDE" sequenceId="01"
enumTypeId="PROD_GEO"/>
@@ -220,176 +141,6 @@ under the License.
<Enumeration description="Shipment Include Geo"
enumCode="SHIPMENT_INCLUDE" enumId="PG_SHIP_INCLUDE" sequenceId="03"
enumTypeId="PROD_GEO"/>
<Enumeration description="Shipment Exclude Geo"
enumCode="SHIPMENT_EXCLUDE" enumId="PG_SHIP_EXCLUDE" sequenceId="04"
enumTypeId="PROD_GEO"/>
- <ProductCategoryContentType description="Category Name" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_NAME"/>
- <ProductCategoryContentType description="Description" hasTable="N"
parentTypeId="" prodCatContentTypeId="DESCRIPTION"/>
- <ProductCategoryContentType description="Description - Long" hasTable="N"
parentTypeId="" prodCatContentTypeId="LONG_DESCRIPTION"/>
- <ProductCategoryContentType description="Alternative URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="ALTERNATIVE_URL"/>
- <ProductCategoryContentType description="Category Image" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE"/>
- <ProductCategoryContentType description="Category Image URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE_URL"/>
- <ProductCategoryContentType description="Category Image Alt Text"
hasTable="N" parentTypeId="" prodCatContentTypeId="CATEGORY_IMAGE_ALT"/>
- <ProductCategoryContentType description="Link 1 Alt Text" hasTable="N"
parentTypeId="" prodCatContentTypeId="LINK1_ALT_TEXT"/>
- <ProductCategoryContentType description="Link 2 Alt Text" hasTable="N"
parentTypeId="" prodCatContentTypeId="LINK2_ALT_TEXT"/>
- <ProductCategoryContentType description="Footer" hasTable="N"
parentTypeId="" prodCatContentTypeId="FOOTER"/>
- <ProductCategoryContentType description="Page Title" hasTable="N"
parentTypeId="" prodCatContentTypeId="PAGE_TITLE"/>
- <ProductCategoryContentType description="Meta Keyword" hasTable="N"
parentTypeId="" prodCatContentTypeId="META_KEYWORD"/>
- <ProductCategoryContentType description="Meta Description" hasTable="N"
parentTypeId="" prodCatContentTypeId="META_DESCRIPTION"/>
- <ProductCategoryContentType description="Related URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="RELATED_URL"/>
- <ProductCategoryContentType description="Video" hasTable="N"
parentTypeId="" prodCatContentTypeId="VIDEO"/>
- <ProductCategoryContentType description="Video URL" hasTable="N"
parentTypeId="" prodCatContentTypeId="VIDEO_URL"/>
-
- <ProductContentType description="Online Access" hasTable="N"
parentTypeId="" productContentTypeId="ONLINE_ACCESS"/>
- <ProductContentType description="Digital Download" hasTable="N"
parentTypeId="" productContentTypeId="DIGITAL_DOWNLOAD"/>
- <ProductContentType description="Fulfillment Email" hasTable="N"
parentTypeId="" productContentTypeId="FULFILLMENT_EMAIL"/>
- <ProductContentType description="Fulfillment External (Async)"
hasTable="N" parentTypeId="" productContentTypeId="FULFILLMENT_EXTASYNC"/>
- <ProductContentType description="Fulfillment External (Sync)" hasTable="N"
parentTypeId="" productContentTypeId="FULFILLMENT_EXTSYNC"/>
- <ProductContentType description="Product Name" hasTable="N"
parentTypeId="" productContentTypeId="PRODUCT_NAME"/>
- <ProductContentType description="Description" hasTable="N" parentTypeId=""
productContentTypeId="DESCRIPTION"/>
- <ProductContentType description="Description - Long" hasTable="N"
parentTypeId="" productContentTypeId="LONG_DESCRIPTION"/>
- <ProductContentType description="Alternative URL" hasTable="N"
parentTypeId="" productContentTypeId="ALTERNATIVE_URL"/>
- <ProductContentType description="Price Detail Text" hasTable="N"
parentTypeId="" productContentTypeId="PRICE_DETAIL_TEXT"/>
- <ProductContentType description="Ingredients" hasTable="N" parentTypeId=""
productContentTypeId="INGREDIENTS"/>
- <ProductContentType description="Unique Ingredients" hasTable="N"
parentTypeId="" productContentTypeId="UNIQUE_INGREDIENTS"/>
- <ProductContentType description="Special Instructions" hasTable="N"
parentTypeId="" productContentTypeId="SPECIALINSTRUCTIONS"/>
- <ProductContentType description="Warnings" hasTable="N" parentTypeId=""
productContentTypeId="WARNINGS"/>
- <ProductContentType description="Directions" hasTable="N" parentTypeId=""
productContentTypeId="DIRECTIONS"/>
- <ProductContentType description="Terms and Conditions" hasTable="N"
parentTypeId="" productContentTypeId="TERMS_AND_CONDS"/>
- <ProductContentType description="Delivery Info" hasTable="N"
parentTypeId="" productContentTypeId="DELIVERY_INFO"/>
- <ProductContentType description="Image - Small" hasTable="N"
parentTypeId="" productContentTypeId="SMALL_IMAGE_URL"/>
- <ProductContentType description="Image - Medium" hasTable="N"
parentTypeId="" productContentTypeId="MEDIUM_IMAGE_URL"/>
- <ProductContentType description="Image - Large" hasTable="N"
parentTypeId="" productContentTypeId="LARGE_IMAGE_URL"/>
- <ProductContentType description="Image - Detail" hasTable="N"
parentTypeId="" productContentTypeId="DETAIL_IMAGE_URL"/>
- <ProductContentType description="Image - Original" hasTable="N"
parentTypeId="" productContentTypeId="ORIGINAL_IMAGE_URL"/>
- <ProductContentType description="Image Alt Text - Small" hasTable="N"
parentTypeId="" productContentTypeId="SMALL_IMAGE_ALT"/>
- <ProductContentType description="Image Alt Text - Medium" hasTable="N"
parentTypeId="" productContentTypeId="MEDIUM_IMAGE_ALT"/>
- <ProductContentType description="Image Alt Text - Large" hasTable="N"
parentTypeId="" productContentTypeId="LARGE_IMAGE_ALT"/>
- <ProductContentType description="Image Alt Text - Detail" hasTable="N"
parentTypeId="" productContentTypeId="DETAIL_IMAGE_ALT"/>
- <ProductContentType description="Image - Additional View 1" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_1"/>
- <ProductContentType description="Image - Additional View 2" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_2"/>
- <ProductContentType description="Image - Additional View 3" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_3"/>
- <ProductContentType description="Image - Additional View 4" hasTable="N"
parentTypeId="" productContentTypeId="ADDITIONAL_IMAGE_4"/>
- <ProductContentType description="Image - Additional View 1 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_SMALL"/>
- <ProductContentType description="Image - Additional View 1 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_MEDIUM"/>
- <ProductContentType description="Image - Additional View 1 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_LARGE"/>
- <ProductContentType description="Image - Additional View 1 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_1_DETAIL"/>
- <ProductContentType description="Image - Additional View 2 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_SMALL"/>
- <ProductContentType description="Image - Additional View 2 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_MEDIUM"/>
- <ProductContentType description="Image - Additional View 2 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_LARGE"/>
- <ProductContentType description="Image - Additional View 2 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_2_DETAIL"/>
- <ProductContentType description="Image - Additional View 3 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_SMALL"/>
- <ProductContentType description="Image - Additional View 3 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_MEDIUM"/>
- <ProductContentType description="Image - Additional View 3 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_LARGE"/>
- <ProductContentType description="Image - Additional View 3 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_3_DETAIL"/>
- <ProductContentType description="Image - Additional View 4 Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_SMALL"/>
- <ProductContentType description="Image - Additional View 4 Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_MEDIUM"/>
- <ProductContentType description="Image - Additional View 4 Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_LARGE"/>
- <ProductContentType description="Image - Additional View 4 Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_4_DETAIL"/>
- <ProductContentType description="Image - Additional View Small"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_SMALL"/>
- <ProductContentType description="Image - Additional View Medium"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_MEDIUM"/>
- <ProductContentType description="Image - Additional View Large"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_LARGE"/>
- <ProductContentType description="Image - Additional View Detail"
hasTable="N" parentTypeId="" productContentTypeId="XTRA_IMG_L_DETAIL"/>
- <ProductContentType description="Add To Cart Label" hasTable="N"
parentTypeId="" productContentTypeId="ADDTOCART_LABEL"/>
- <ProductContentType description="Add To Cart Image" hasTable="N"
parentTypeId="" productContentTypeId="ADDTOCART_IMAGE"/>
- <ProductContentType description="Short Sales Pitch" hasTable="N"
parentTypeId="" productContentTypeId="SHORT_SALES_PITCH"/>
- <ProductContentType description="Installation" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="INSTALLATION"/>
- <ProductContentType description="Specification" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="SPECIFICATION"/>
- <ProductContentType description="Warranty" hasTable="N"
parentTypeId="DIGITAL_DOWNLOAD" productContentTypeId="WARRANTY"/>
- <ProductContentType description="Page Title" hasTable="N" parentTypeId=""
productContentTypeId="PAGE_TITLE"/>
- <ProductContentType description="Meta Keyword" hasTable="N"
parentTypeId="" productContentTypeId="META_KEYWORD"/>
- <ProductContentType description="Meta Description" hasTable="N"
parentTypeId="" productContentTypeId="META_DESCRIPTION"/>
-
- <ProdConfItemContentType description="Image" hasTable="N" parentTypeId=""
confItemContentTypeId="IMAGE_URL"/>
- <ProdConfItemContentType description="Description" hasTable="N"
parentTypeId="" confItemContentTypeId="DESCRIPTION"/>
- <ProdConfItemContentType description="Description - Long" hasTable="N"
parentTypeId="" confItemContentTypeId="LONG_DESCRIPTION"/>
- <ProdConfItemContentType description="Instructions" hasTable="N"
parentTypeId="" confItemContentTypeId="INSTRUCTIONS"/>
-
- <ProductFeatureApplType description="Optional" hasTable="N"
parentTypeId="" productFeatureApplTypeId="OPTIONAL_FEATURE">
- <!-- Used for add-on features to a product that often add an
additional cost. There are alternatives to accessorize products that are
generally more flexible, but this is a simple option for optional add-ons. -->
- </ProductFeatureApplType>
- <ProductFeatureApplType description="Required" hasTable="N"
parentTypeId="" productFeatureApplTypeId="REQUIRED_FEATURE">
- <!-- A variation of the Optional feature application type where it
represents some sort of an add-on, but is not optional. There is only limited
support for this currently in OFBiz. -->
- </ProductFeatureApplType>
- <ProductFeatureApplType description="Selectable" hasTable="N"
parentTypeId="" productFeatureApplTypeId="SELECTABLE_FEATURE">
- <!--
- Use this to associate selectable features with a virtual product.
These features are organized by the feature type and there may be a variant of
the virtual product for each combination of features, one feature for each
feature type.
- Each variant of the virtual product should have one feature
(selected from the set of selectable features on the virtual product) for each
feature type, associated with it as a standard or distinguishing feature.
- -->
- </ProductFeatureApplType>
- <ProductFeatureApplType description="Standard" hasTable="N"
parentTypeId="" productFeatureApplTypeId="STANDARD_FEATURE">
- <!--
- Standard features are inherent features that describe the nature
of a product. These can be used for product comparison, parametric searching,
and to describe variants of virtual products.
- For more information about the virtual/variant pattern please see
the descriptions of the Selectable and Distinguishing Feature Application
Types.
- Note that in OFBiz parametric searching by default considers all
applications types and not just standard features, but that may be an option
more desirable for certain organizations.
- -->
- </ProductFeatureApplType>
- <ProductFeatureApplType description="Distinguishing" hasTable="N"
parentTypeId="" productFeatureApplTypeId="DISTINGUISHING_FEAT">
- <!--
- Used only for variant products. Features applied to products this
way distinguish one variant from another.
- For the virtual/variant structure the features attached to
variants can be applied as Standard or Distinguishing features.
- Use distinguishing instead of standard feature application when
you want the feature to be used ONLY for virtual/variant distinction and not
for other things standard features are used for like product comparisons and
such.
- -->
- </ProductFeatureApplType>
-
- <ProductFeatureIactnType description="Dependencies" hasTable="N"
parentTypeId="" productFeatureIactnTypeId="FEATURE_IACTN_DEPEND"/>
- <ProductFeatureIactnType description="Incompatibility" hasTable="N"
parentTypeId="" productFeatureIactnTypeId="FEATURE_IACTN_INCOMP"/>
-
- <ProductFeatureType description="Accessory" hasTable="N" parentTypeId=""
productFeatureTypeId="ACCESSORY"/>
- <ProductFeatureType description="Amount" hasTable="N" parentTypeId=""
productFeatureTypeId="AMOUNT"/>
- <ProductFeatureType description="Net Weight" hasTable="N"
parentTypeId="AMOUNT" productFeatureTypeId="NET_WEIGHT"/>
- <ProductFeatureType description="Artist" hasTable="N" parentTypeId=""
productFeatureTypeId="ARTIST"/>
- <ProductFeatureType description="Billing Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="BILLING_FEATURE"/>
- <ProductFeatureType description="Brand" hasTable="N" parentTypeId=""
productFeatureTypeId="BRAND"/>
- <ProductFeatureType description="Care" hasTable="N" parentTypeId=""
productFeatureTypeId="CARE"/>
- <ProductFeatureType description="Color" hasTable="N" parentTypeId=""
productFeatureTypeId="COLOR"/>
- <ProductFeatureType description="Dimension" hasTable="N" parentTypeId=""
productFeatureTypeId="DIMENSION"/>
- <ProductFeatureType description="Equipment Class" hasTable="N"
parentTypeId="" productFeatureTypeId="EQUIP_CLASS"/>
- <ProductFeatureType description="Fabric" hasTable="N" parentTypeId=""
productFeatureTypeId="FABRIC"/>
- <ProductFeatureType description="Genre" hasTable="N" parentTypeId=""
productFeatureTypeId="GENRE"/>
- <ProductFeatureType description="Gift Wrap" hasTable="N" parentTypeId=""
productFeatureTypeId="GIFT_WRAP"/>
- <ProductFeatureType description="Hardware Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="HARDWARE_FEATURE"/>
- <ProductFeatureType description="Hazmat" hasTable="N" parentTypeId=""
productFeatureTypeId="HAZMAT"/>
- <ProductFeatureType description="License" hasTable="N" parentTypeId=""
productFeatureTypeId="LICENSE"/>
- <ProductFeatureType description="Origin" hasTable="N" parentTypeId=""
productFeatureTypeId="ORIGIN"/>
- <ProductFeatureType description="Other Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="OTHER_FEATURE"/>
- <ProductFeatureType description="Product Quality" hasTable="N"
parentTypeId="" productFeatureTypeId="PRODUCT_QUALITY"/>
- <ProductFeatureType description="Size" hasTable="N" parentTypeId=""
productFeatureTypeId="SIZE"/>
- <ProductFeatureType description="Software Feature" hasTable="N"
parentTypeId="" productFeatureTypeId="SOFTWARE_FEATURE"/>
- <ProductFeatureType description="Style" hasTable="N" parentTypeId=""
productFeatureTypeId="STYLE"/>
- <ProductFeatureType description="Symptom" hasTable="N" parentTypeId=""
productFeatureTypeId="SYMPTOM"/>
- <ProductFeatureType description="Topic" hasTable="N" parentTypeId=""
productFeatureTypeId="TOPIC"/>
- <ProductFeatureType description="Type" hasTable="N" parentTypeId=""
productFeatureTypeId="TYPE"/>
- <ProductFeatureType description="Warranty" hasTable="N" parentTypeId=""
productFeatureTypeId="WARRANTY"/>
- <ProductFeatureType description="Model Year" hasTable="N" parentTypeId=""
productFeatureTypeId="MODEL_YEAR"/>
- <ProductFeatureType description="Year Made" hasTable="N" parentTypeId=""
productFeatureTypeId="YEAR_MADE"/>
-
- <ProductMeterType description="Speedometer"
productMeterTypeId="SPEEDOMETER"/>
- <ProductMeterType description="Tachometer"
productMeterTypeId="TACHOMETER"/>
- <ProductMeterType description="Distance Meter"
productMeterTypeId="DISTANCE"/>
- <ProductMeterType description="Motor Time Meter"
productMeterTypeId="MOTOR_TIME"/>
- <ProductMeterType description="Use Count Meter"
productMeterTypeId="USE_COUNT"/>
- <ProductMeterType description="Copy Count Meter"
productMeterTypeId="COPY_COUNT"/>
- <ProductMeterType description="Trip meter"
productMeterTypeId="TRIP_METER"/>
- <ProductMeterType description="Tachograph"
productMeterTypeId="TACHOGRAPH"/>
- <ProductMeterType description="Taximeter" productMeterTypeId="TAXIMETER"/>
- <ProductMeterType description="Event Data Recorder"
productMeterTypeId="EVENT_DATA_RECORDER"/>
- <ProductMeterType description="Pedometer" productMeterTypeId="PEDOMETER"/>
- <ProductMeterType description="Odometer" productMeterTypeId="ODOMETER"/>
-
- <ProductMaintType description="Vehicle Maintenance"
productMaintTypeId="VEHICLE_MAINT" parentTypeId=""/>
- <ProductMaintType description="Oil Change" productMaintTypeId="OIL_CHANGE"
parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Serpentine Belt Replacement"
productMaintTypeId="SERP_BELT" parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Re-Fuel" productMaintTypeId="REFUEL"
parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Replace Battery"
productMaintTypeId="REPLACE_BATTERY" parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Tune Up" productMaintTypeId="TUNE_UP"
parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Check Battery"
productMaintTypeId="CHECK_BATTERY" parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Chassis Lubrication"
productMaintTypeId="CHASSIS_LUBE" parentTypeId="VEHICLE_MAINT"/>
- <ProductMaintType description="Rotate Tires"
productMaintTypeId="ROTATE_TIRES" parentTypeId="VEHICLE_MAINT"/>
-
- <ProductMaintType description="HVAC Maintenance"
productMaintTypeId="HVAC_MAINT"/>
- <ProductMaintType description="Replace Air Filter"
productMaintTypeId="HVAC_REPLACE_FILTER" parentTypeId="HVAC_MAINT"/>
- <ProductMaintType description="Check/Recharge Refrigerant"
productMaintTypeId="HVAC_CHECK_REFR" parentTypeId="HVAC_MAINT"/>
-
- <ProductMaintType description="Wash" productMaintTypeId="WASH"
parentTypeId=""/>
-
<EnumerationType description="Product Promotion Parent Enum Type"
enumTypeId="PROD_PROMO" hasTable="N" parentTypeId=""/>
<EnumerationType description="Product Promotion Input Parameter"
enumTypeId="PROD_PROMO_IN_PARAM" hasTable="N" parentTypeId="PROD_PROMO"/>
@@ -455,57 +206,10 @@ under the License.
<Enumeration description="Feature tree Generation" enumCode="FEATURETREE"
enumId="VV_FEATURETREE" sequenceId="01" enumTypeId="PROD_VVMETHOD"/>
<Enumeration description="Variant Tree generation" enumCode="VARIANTTREE"
enumId="VV_VARIANTTREE" sequenceId="02" enumTypeId="PROD_VVMETHOD"/>
- <ProductPriceType description="List Price"
productPriceTypeId="LIST_PRICE"/>
- <ProductPriceType description="Default Price"
productPriceTypeId="DEFAULT_PRICE"/>
- <ProductPriceType description="Average Cost"
productPriceTypeId="AVERAGE_COST"/>
- <ProductPriceType description="Minimum Price"
productPriceTypeId="MINIMUM_PRICE"/>
- <ProductPriceType description="Maximum Price"
productPriceTypeId="MAXIMUM_PRICE"/>
- <ProductPriceType description="Promotional Price"
productPriceTypeId="PROMO_PRICE"/>
- <ProductPriceType description="Competitive Price"
productPriceTypeId="COMPETITIVE_PRICE"/>
- <ProductPriceType description="Wholesale Price"
productPriceTypeId="WHOLESALE_PRICE"/>
- <ProductPriceType description="Special Promo Price"
productPriceTypeId="SPECIAL_PROMO_PRICE"/>
- <ProductPriceType description="Box Price" productPriceTypeId="BOX_PRICE"/>
- <ProductPriceType description="Minimum Order Price"
productPriceTypeId="MINIMUM_ORDER_PRICE"/>
- <ProductPriceType description="Shipping Allowance Price"
productPriceTypeId="SHIPPING_ALLOWANCE"/>
-
- <ProductPricePurpose description="Purchase/Initial"
productPricePurposeId="PURCHASE"/>
- <ProductPricePurpose description="Recurring Charge"
productPricePurposeId="RECURRING_CHARGE"/>
- <ProductPricePurpose description="Usage Charge"
productPricePurposeId="USAGE_CHARGE"/>
- <ProductPricePurpose description="Component Price"
productPricePurposeId="COMPONENT_PRICE"/>
-
- <ProductPriceActionType description="Percent Of List Price"
productPriceActionTypeId="PRICE_POL"/>
- <ProductPriceActionType description="Percent Of Default Price"
productPriceActionTypeId="PRICE_POD"/>
- <ProductPriceActionType description="Percent Of Average Cost"
productPriceActionTypeId="PRICE_POAC"/>
- <ProductPriceActionType description="Percent Of Margin"
productPriceActionTypeId="PRICE_POM"/>
- <ProductPriceActionType description="Percent Of Wholesale"
productPriceActionTypeId="PRICE_POWHS"/>
- <ProductPriceActionType description="Flat Amount Modify"
productPriceActionTypeId="PRICE_FOL"/>
- <ProductPriceActionType description="Flat Amount Override"
productPriceActionTypeId="PRICE_FLAT"/>
- <ProductPriceActionType description="Promo Amount Override"
productPriceActionTypeId="PRICE_PFLAT"/>
- <ProductPriceActionType description="Wholesale Amount Override"
productPriceActionTypeId="PRICE_WFLAT"/>
-
<CustomMethodType customMethodTypeId="PRICE_FORMULA" description="Service
with formula for calculating the unit price of a product"/>
<ProductStoreGroup productStoreGroupName="Not Applicable" description="Not
Applicable" productStoreGroupId="_NA_" productStoreGroupTypeId=""
primaryParentGroupId=""/>
- <ProductType description="Fixed Asset Usage" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="ASSET_USAGE"/>
- <ProductType description="Service" isPhysical="N" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="SERVICE"/>
- <ProductType description="Good" isPhysical="Y" isDigital="N" hasTable="N"
parentTypeId="" productTypeId="GOOD"/>
- <ProductType description="Raw Material" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="RAW_MATERIAL"/>
- <ProductType description="Subassembly" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="SUBASSEMBLY"/>
- <ProductType description="Finished Good" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="FINISHED_GOOD"/>
- <ProductType description="Digital Good" isPhysical="N" isDigital="Y"
hasTable="N" parentTypeId="GOOD" productTypeId="DIGITAL_GOOD"/>
- <ProductType description="Finished/Digital Good" isPhysical="Y"
isDigital="Y" hasTable="N" parentTypeId="GOOD" productTypeId="FINDIG_GOOD"/>
- <ProductType description="Configurable Good" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="AGGREGATED"/>
- <ProductType description="Marketing Package" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="MARKETING_PKG"/>
- <ProductType description="Marketing Package: Auto Manufactured"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="MARKETING_PKG"
productTypeId="MARKETING_PKG_AUTO"/>
- <ProductType description="Marketing Package: Pick Assembly" isPhysical="Y"
isDigital="N" hasTable="N" parentTypeId="MARKETING_PKG"
productTypeId="MARKETING_PKG_PICK"/>
- <ProductType description="Work In Process" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="GOOD" productTypeId="WIP"/>
- <ProductType description="Configurable Good Configuration" isPhysical="Y"
isDigital="N" hasTable="N" parentTypeId="AGGREGATED"
productTypeId="AGGREGATED_CONF"/>
- <ProductType description="Fixed Asset Usage For Rental of an asset which
is shipped from and returned to inventory" isPhysical="Y" isDigital="N"
hasTable="N" parentTypeId="" productTypeId="ASSET_USAGE_OUT_IN"/>
- <ProductType description="Service a product using inventory"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId=""
productTypeId="SERVICE_PRODUCT"/>
- <ProductType description="Configurable Service using inventory"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="SERVICE_PRODUCT"
productTypeId="AGGREGATED_SERVICE"/>
- <ProductType description="Configurable Service Configuration"
isPhysical="Y" isDigital="N" hasTable="N" parentTypeId="AGGREGATED"
productTypeId="AGGREGATEDSERV_CONF"/>
-
<EnumerationType description="Product Requirement Method"
enumTypeId="PROD_REQ_METHOD" hasTable="N" parentTypeId=""/>
<!-- NONE: no requirement is created (default) -->
<Enumeration description="No Requirement Created" enumCode="NONE"
enumId="PRODRQM_NONE" sequenceId="01" enumTypeId="PROD_REQ_METHOD"/>
@@ -610,9 +314,6 @@ under the License.
<!-- Image Management -->
<RoleType roleTypeId="IMAGEAPPROVER" hasTable="N" description="Image
Approver"/>
- <ProductContentType description="Image" hasTable="N" parentTypeId=""
productContentTypeId="IMAGE"/>
- <ProductContentType description="Default Image" hasTable="N"
parentTypeId="" productContentTypeId="DEFAULT_IMAGE"/>
-
<ContentType contentTypeId="IMAGE_FRAME" description="Frame Image"/>
<ContentAssocType contentAssocTypeId="IMAGE_THUMBNAIL" description="Image
Thumbnail"/>