LogicalProductType (complexType)

DDI

Allows for inclusion of a logical product that is common to all members of the group, or referencing an external logical product.

Source

  <xs:complexType name="LogicalProductType">  <xs:choice>  <xs:element ref="l:BaseLogicalProduct">  </xs:element>  <xs:element ref="Reference">  </xs:element>  </xs:choice>  </xs:complexType>