1: package com.sun.xml.bind.v2.schemagen.xmlschema; 2: 3: import com.sun.xml.txw2.TypedXmlWriter; 4: 5: public interface ExplicitGroup extends Annotated, NestedParticle, 6: Occurs, TypedXmlWriter { 7: 8: }