<xsd:complexType name="ProductItemType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Dimension" type="rcm:DimensionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Country" type="rcm:CountryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ReferenceDocument" type="rcm:DocumentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxCategory" type="rcm:TaxCategoryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Price" type="rcm:PriceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Organization" type="rcm:OrganizationType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|