element RelatedProduct

element {}RelatedProduct

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="RelatedProduct">
    <
xs:annotation>
        <
xs:documentation>Describes how content contained in this product is associated with other products, or how content in other products is associated with this one. Can have none or any number of relationships to other products.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
            <
xs:element name="RelationshipDescription" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>The description of the relationship between the current product and the other product to which it is related.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
        </
xs:sequence>
        <
xs:attribute name="relatedProductID" type="xs:string" use="required">
            <
xs:annotation>
                <
xs:documentation>The unique productID of the product to which this product is related (as stored in Product.productID of the related document)</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
        <
xs:attribute name="relationshipType" type="rixmldt:ProductRelationshipTypeEnum"
            
use="required">
            <
xs:annotation>
                <
xs:documentation>Indicates the type of relationship between this product and another product.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
    </
xs:complexType>
</
xs:element>


Documentation

Describes how content contained in this product is associated with other products, or how content in other products is associated with this one. Can have none or any number of relationships to other products.


element RelatedProduct


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.