| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.xs.bindings.XSLocalElementBinding
XSLocalElementBinding | public class XSLocalElementBinding extends AbstractComplexBinding (Code) | | Binding object for the type http://www.w3.org/2001/XMLSchema:localElement.
<xs:complexType name="localElement">
<xs:complexContent>
<xs:restriction base="xs:element">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="substitutionGroup" use="prohibited"/>
<xs:attribute name="final" use="prohibited"/>
<xs:attribute name="abstract" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|