| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.xs.bindings.XSExplicitGroupBinding
XSExplicitGroupBinding | public class XSExplicitGroupBinding extends AbstractComplexBinding (Code) | | Binding object for the type http://www.w3.org/2001/XMLSchema:explicitGroup.
<xs:complexType name="explicitGroup">
<xs:annotation>
<xs:documentation> group type for the three kinds of group</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="xs:group">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="prohibited"/>
<xs:attribute name="ref" type="xs:QName" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|