Product Data Type

Namespace
http://www.tmforum.org
Properties
name data type type namespace min/max occurs description
href string element 0/1  
id string element 0/1  
place place element 0/1  
productCharacteristic ProductCharacteristic element 0/unbounded  
productRelationship ProductRelationship element 0/unbounded  
relatedParty RelatedParty element 0/unbounded  

Example

<Product xmlns="http://www.tmforum.org">
  <productCharacteristic xmlns="">
    <value>...</value>
    <name>...</name>
  </productCharacteristic>
  <productRelationship xmlns="">
    <product/>
    <type>...</type>
  </productRelationship>
  <id xmlns="">...</id>
  <place xmlns="">
    <address>
      <address1>...</address1>
      <address2>...</address2>
      <address3>...</address3>
      <zipCode>...</zipCode>
      <city>...</city>
      <country>...</country>
      <state>...</state>
    </address>
    <href>...</href>
    <id>...</id>
    <name>...</name>
  </place>
  <href xmlns="">...</href>
  <relatedParty xmlns="">
    <name>...</name>
    <partyRole>...</partyRole>
    <id>...</id>
    <href>...</href>
    <validFor>
      <endDateTime>...</endDateTime>
      <startDateTime>...</startDateTime>
    </validFor>
  </relatedParty>
</Product>