<xsd:element name="PREDEFINED_CONFIG">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="PREDEFINED_CONFIG_CODE"/>
<xsd:element ref="PREDEFINED_CONFIG_NAME" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="PREDEFINED_CONFIG_DESCR" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="PREDEFINED_CONFIG_ORDER" minOccurs="0"/>
<xsd:element ref="PRODUCT_PRICE_DETAILS" minOccurs="0"/>
<xsd:element ref="SUPPLIER_PID" minOccurs="0"/>
<xsd:element ref="INTERNATIONAL_PID" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element> |