<complexType name="TimeInstantPropertyType"> <sequence minOccurs="0"> <element ref="gml:TimeInstant"/> </sequence> <attributeGroup ref="gml:AssociationAttributeGroup"/> </complexType>
919293949596979899100101
@Override protected void onCreateFoundationTypes() { Schema schema; schema = new SMIL20Schema(); importSchema(schema); schema = new SMIL20LANGSchema(); importSchema(schema);
91929394959697
*/ public FESConfiguration() { super(FES.getInstance()); addDependency(new OWSConfiguration()); addDependency(new GMLConfiguration()); }
279280281282283284285
protected void configureContext(MutablePicoContainer container) { super.configureContext(container); delegate.configureContext(container); container.unregisterComponent(GML3EncodingUtils.class); container.registerComponentInstance(new GML32EncodingUtils()); }