Package org.geotools.gml3.smil
Class SMIL20Schema
- Object
-
- SchemaImpl
-
- SMIL20Schema
-
- All Implemented Interfaces:
Map<Name,AttributeType>
,Schema
public class SMIL20Schema extends SchemaImpl
-
-
Field Summary
Fields Modifier and Type Field Description static ComplexType
ANIMATECOLORPROTOTYPE_TYPE
<complexType name="animateColorPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
static ComplexType
ANIMATEMOTIONPROTOTYPE_TYPE
<complexType name="animateMotionPrototype"> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> <attribute name="origin" type="string" use="optional"/> </complexType>
static ComplexType
ANIMATEPROTOTYPE_TYPE
<complexType name="animatePrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
static AttributeType
FILLDEFAULTTYPE_TYPE
<simpleType name="fillDefaultType"> <restriction base="string"> <enumeration value="remove"/> <enumeration value="freeze"/> <enumeration value="hold"/> <enumeration value="auto"/> <enumeration value="inherit"/> <enumeration value="transition"/> </restriction> </simpleType>
static AttributeType
FILLTIMINGATTRSTYPE_TYPE
<simpleType name="fillTimingAttrsType"> <restriction base="string"> <enumeration value="remove"/> <enumeration value="freeze"/> <enumeration value="hold"/> <enumeration value="auto"/> <enumeration value="default"/> <enumeration value="transition"/> </restriction> </simpleType>
static AttributeType
NONNEGATIVEDECIMALTYPE_TYPE
<simpleType name="nonNegativeDecimalType"> <restriction base="decimal"> <minInclusive value="0.0"/> </restriction> </simpleType>
static AttributeType
RESTARTDEFAULTTYPE_TYPE
<simpleType name="restartDefaultType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="inherit"/> </restriction> </simpleType>
static AttributeType
RESTARTTIMINGTYPE_TYPE
<simpleType name="restartTimingType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="default"/> </restriction> </simpleType>
static ComplexType
SETPROTOTYPE_TYPE
<complexType name="setPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animSetValuesAttrs"/> </complexType>
static AttributeType
SYNCBEHAVIORDEFAULTTYPE_TYPE
<simpleType name="syncBehaviorDefaultType"> <restriction base="string"> <enumeration value="canSlip"/> <enumeration value="locked"/> <enumeration value="independent"/> <enumeration value="inherit"/> </restriction> </simpleType>
static AttributeType
SYNCBEHAVIORTYPE_TYPE
<simpleType name="syncBehaviorType"> <restriction base="string"> <enumeration value="canSlip"/> <enumeration value="locked"/> <enumeration value="independent"/> <enumeration value="default"/> </restriction> </simpleType>
-
Constructor Summary
Constructors Constructor Description SMIL20Schema()
-
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 Detail
-
RESTARTDEFAULTTYPE_TYPE
public static final AttributeType RESTARTDEFAULTTYPE_TYPE
<simpleType name="restartDefaultType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="inherit"/> </restriction> </simpleType>
-
FILLTIMINGATTRSTYPE_TYPE
public static final AttributeType FILLTIMINGATTRSTYPE_TYPE
<simpleType name="fillTimingAttrsType"> <restriction base="string"> <enumeration value="remove"/> <enumeration value="freeze"/> <enumeration value="hold"/> <enumeration value="auto"/> <enumeration value="default"/> <enumeration value="transition"/> </restriction> </simpleType>
-
ANIMATEMOTIONPROTOTYPE_TYPE
public static final ComplexType ANIMATEMOTIONPROTOTYPE_TYPE
<complexType name="animateMotionPrototype"> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> <attribute name="origin" type="string" use="optional"/> </complexType>
-
ANIMATECOLORPROTOTYPE_TYPE
public static final ComplexType ANIMATECOLORPROTOTYPE_TYPE
<complexType name="animateColorPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
-
NONNEGATIVEDECIMALTYPE_TYPE
public static final AttributeType NONNEGATIVEDECIMALTYPE_TYPE
<simpleType name="nonNegativeDecimalType"> <restriction base="decimal"> <minInclusive value="0.0"/> </restriction> </simpleType>
-
FILLDEFAULTTYPE_TYPE
public static final AttributeType FILLDEFAULTTYPE_TYPE
<simpleType name="fillDefaultType"> <restriction base="string"> <enumeration value="remove"/> <enumeration value="freeze"/> <enumeration value="hold"/> <enumeration value="auto"/> <enumeration value="inherit"/> <enumeration value="transition"/> </restriction> </simpleType>
-
ANIMATEPROTOTYPE_TYPE
public static final ComplexType ANIMATEPROTOTYPE_TYPE
<complexType name="animatePrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
-
RESTARTTIMINGTYPE_TYPE
public static final AttributeType RESTARTTIMINGTYPE_TYPE
<simpleType name="restartTimingType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="default"/> </restriction> </simpleType>
-
SYNCBEHAVIORDEFAULTTYPE_TYPE
public static final AttributeType SYNCBEHAVIORDEFAULTTYPE_TYPE
<simpleType name="syncBehaviorDefaultType"> <restriction base="string"> <enumeration value="canSlip"/> <enumeration value="locked"/> <enumeration value="independent"/> <enumeration value="inherit"/> </restriction> </simpleType>
-
SYNCBEHAVIORTYPE_TYPE
public static final AttributeType SYNCBEHAVIORTYPE_TYPE
<simpleType name="syncBehaviorType"> <restriction base="string"> <enumeration value="canSlip"/> <enumeration value="locked"/> <enumeration value="independent"/> <enumeration value="default"/> </restriction> </simpleType>
-
SETPROTOTYPE_TYPE
public static final ComplexType SETPROTOTYPE_TYPE
<complexType name="setPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animSetValuesAttrs"/> </complexType>
-
-