XSD: ComplexType as sequence, rather than element?

Alright so I created a complex type, let’s call it WebPageType.

I can add “WebPage” to something, of type:WebPageType. Is it instead possible to link that WebPageType without needing the container “WebPage”? The WebPageType elements are the only children of this parent element - however the parent element contains attributes not belonging to the WebPageType (WebPageType has no attributes)

Hope that made sense and might be doable?