<?xml version="1.0"?> <ContentConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Widgets> <WidgetObject> <Name> Custom Control Left Hand </Name> <Controls> <ControlAndLocation> <Control> CustomControl </Control> <Container> Col1 </Container> </ControlAndLocation> </Controls> <Config> <?xml version="1.0"?> <ConfigObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ControlName>MyJoysCategories</ControlName> </ConfigObject> </Config> </WidgetObject> <WidgetObject> <Name> Custom Control </Name> <Controls> <ControlAndLocation> <Control> CustomControl </Control> </ControlAndLocation> </Controls> <Config> <?xml version="1.0"?> <ConfigObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ControlName>MyJoysNFL</ControlName> </ConfigObject> </Config> </WidgetObject> </Widgets> </ContentConfig>