Package org.geotools.gml3.smil
Class SMIL20LANGSchema
Object
SchemaImpl
SMIL20LANGSchema
- All Implemented Interfaces:
Map<Name,
,AttributeType> Schema
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexType
<complexType name="animateColorType"> <complexContent> <extension base="smil20:animateColorPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
static final ComplexType
<complexType name="animateMotionType"> <complexContent> <extension base="smil20:animateMotionPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
static final ComplexType
<complexType name="animateType"> <complexContent> <extension base="smil20:animatePrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
static final ComplexType
<complexType name="setType"> <complexContent> <extension base="smil20:setPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SchemaImpl
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
ANIMATETYPE_TYPE
<complexType name="animateType"> <complexContent> <extension base="smil20:animatePrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
-
ANIMATEMOTIONTYPE_TYPE
<complexType name="animateMotionType"> <complexContent> <extension base="smil20:animateMotionPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
-
SETTYPE_TYPE
<complexType name="setType"> <complexContent> <extension base="smil20:setPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
-
ANIMATECOLORTYPE_TYPE
<complexType name="animateColorType"> <complexContent> <extension base="smil20:animateColorPrototype"> <choice maxOccurs="unbounded" minOccurs="0"> <any namespace="##other" processContents="lax"/> </choice> <attributeGroup ref="smil20lang:CoreAttrs"/> <attributeGroup ref="smil20lang:TimingAttrs"/> <attributeGroup ref="smil20:animTargetAttrs"/> <attributeGroup ref="smil20:animModeAttrs"/> <attributeGroup ref="smil20:skipContentAttrs"/> <anyAttribute namespace="##any" processContents="strict"/> </extension> </complexContent> </complexType>
-
-
Constructor Details
-
SMIL20LANGSchema
public SMIL20LANGSchema()
-