| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.xs.bindings.XSOpenAttrsBinding
XSOpenAttrsBinding | public class XSOpenAttrsBinding extends AbstractComplexBinding (Code) | | Binding object for the type http://www.w3.org/2001/XMLSchema:openAttrs.
<xs:complexType name="openAttrs">
<xs:annotation>
<xs:documentation> This type is extended by almost all
schema types to allow attributes from other
namespaces to be added to user schemas. </xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|