<xs:complexType name="CT_ShortcutTable" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="shortcut" type="CT_Shortcut" /> </xs:choice> <xs:attribute name="id" type="ST_UniqueID" use="required" /> </xs:complexType>