ProductOfferingTerm Data Type

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

Example

<ProductOfferingTerm xmlns="http://www.tmforum.org">
  <validFor xmlns="">
    <endDateTime>...</endDateTime>
    <startDateTime>...</startDateTime>
  </validFor>
  <name xmlns="">...</name>
  <description xmlns="">...</description>
  <duration xmlns="">...</duration>
</ProductOfferingTerm>