org.apache.ws.jaxme.xs.xml

Interface XsTSimpleExplicitGroup

public interface XsTSimpleExplicitGroup extends XsTAnnotated

Interface of the xs:simpleExplicitGroup type, with the following specification:

  <xs:complexType name="simpleExplicitGroup">
    <xs:complexContent>
      <xs:restriction base="xs:explicitGroup">
        <xs:sequence>
          <xs:element ref="xs:annotation" minOccurs="0"/>
          <xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="minOccurs" use="prohibited"/>
        <xs:attribute name="maxOccurs" use="prohibited"/>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>
 

Author: Jochen Wiedmann

Method Summary
XsEAnycreateAny()
XsEChoicecreateChoice()
XsTLocalElementcreateElement()
XsTGroupRefcreateGroup()
XsESequencecreateSequence()
XsTNestedParticle[]getParticles()

Method Detail

createAny

public XsEAny createAny()

createChoice

public XsEChoice createChoice()

createElement

public XsTLocalElement createElement()

createGroup

public XsTGroupRef createGroup()

createSequence

public XsESequence createSequence()

getParticles

public XsTNestedParticle[] getParticles()