| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.xs.bindings.XSAnnotatedBinding
XSAnnotatedBinding | public class XSAnnotatedBinding extends AbstractComplexBinding (Code) | | Binding object for the type http://www.w3.org/2001/XMLSchema:annotated.
<xs:complexType name="annotated">
<xs:annotation>
<xs:documentation> This type is extended by all types
which allow annotation other than <schema>
itself </xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|