Element | InventoryProduct |
<xsd:complexType name="InventoryProductType"> <xsd:sequence> <xsd:element ref="ProductIdentification" maxOccurs="unbounded"/> <xsd:element ref="PackagingTypeCode" minOccurs="0"/> <xsd:element ref="PackagingContainerInformation" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |