<xs:complexType name="CT_ListItem" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:attribute name="id" type="ST_UniqueID" use="required" /> <xs:attribute name="caption" type="ST_String" use="optional" /> <xs:attribute name="image" type="ST_Uri" use="optional" /> <xs:attribute name="tip" type="ST_String" use="optional" /> </xs:complexType>