<xsd:complexType name="CT_DataBinding">
<xsd:attribute name="prefixMappings" type="ST_String">
<xsd:annotation>
<xsd:documentation>XML Namespace Prefix Mappings</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xpath" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>XPath</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="storeItemID" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Custom XML Data Storage ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|