ProductRelationship Data Type

Namespace
http://www.tmforum.org
Properties
name data type type namespace min/max occurs description
product Product element 0/1  
type string element 0/1  

Example

<ProductRelationship xmlns="http://www.tmforum.org">
  <product xmlns="">
    <productCharacteristic>
      <value>...</value>
      <name>...</name>
    </productCharacteristic>
    <productRelationship/>
    <id>...</id>
    <place>
      <address/>
      <href>...</href>
      <id>...</id>
      <name>...</name>
    </place>
    <href>...</href>
    <relatedParty>
      <name>...</name>
      <partyRole>...</partyRole>
      <id>...</id>
      <href>...</href>
      <validFor/>
    </relatedParty>
  </product>
  <type xmlns="">...</type>
</ProductRelationship>