Product Management: Option Categories (Developer)
Option Categories XSD
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="xmldata" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
<xs:element name="xmldata" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Options_ApplyTo">
<xs:complexType>
<xs:sequence>
<xs:element msprop:TableNameXsd="Options_ApplyTo" name="SyncID" msprop:SqlDbType="Int" msprop:IsIdentity="true" minOccurs="0" />
<xs:element name="SyncID" msprop:SqlDbType="Int" minOccurs="0" />
<xs:element name="OptionID" msprop:SqlDbType="Int" minOccurs="0" />
<xs:element name="ProductCode" msprop:maxLength="30" msprop:SqlDbType="VarChar" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>