XML Structure

This section describes the Extensible Markup Language (XML) structure, elements, and attributes in a Microsoft Commerce Server catalog. In the following example, names that are not in italic refer to the elements of the XML structure. The first occurrence of each element is linked to documentation on that element. Names in italic are attributes associated with each element.

<MSCommerceCatalogCollection2version>
   <CatalogSchema>
      <Definitionname DefinitionType 
                />
         <DefProperty />
         <DefVariantProperty />
      <PropertyAssignAll currency 
                dataType DisplayInProductsList DisplayOnSite 
                ExportToDW id IncludeInSpecSearch IsFreeTextSearchable 
                IsRequired MinValue MaxValue Multilingualname />
            <DefaultValue language Value />
            <displayName languageValue />
            <PropertyValuedisplayNamelanguage />
      </Property>
      <AttributeDefinitiondataType                 MaxLength name AttributeType />
   </CatalogSchema>
   <Catalogname currency DateChanged DefaultLanguage 
            endDate languages locale productUID 
            ReportingLanguage startDate VariantUID weight_measuring_unit >
      <displayName languageValue />
      <Categoryaction DateChanged Definition                id isSearchable name PrimaryParentCategory 
               listprice >
         <displayName value language />
         <ParentCategory />
         <Relationshipname 
                  relationtargetCatalog targetCategory targetProduct />
            <RelationshipDescription 
                     languageValue />
      </Category>
      <Productaction DateChanged Definition id listprice 
               PrimaryParentCategory UseCategorypricing >
         <ParentCategory/>
         <ProductVariantaction DateChanged id listprice >
         </ProductVariant>
         <Relationship name relationtargetCatalog 
                  targetCategory targetProduct />
            <RelationshipDescription value language />
      </Product>
   </Catalog>
</MSCommerceCatalogCollection2>

Copyright © 2005 Microsoft Corporation.
All rights reserved.