Class SMIL20Schema

Object
SchemaImpl
SMIL20Schema
All Implemented Interfaces:
Map<Name,AttributeType>, Schema

public class SMIL20Schema extends SchemaImpl
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Map

    Map.Entry<K extends Object,V extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ComplexType
    <complexType name="animateColorPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
    static final ComplexType
    <complexType name="animateMotionPrototype"> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> <attribute name="origin" type="string" use="optional"/> </complexType>
    static final ComplexType
    <complexType name="animatePrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animAddAccumAttrs"/> <attributeGroup ref="smil20:animValuesAttrs"/> </complexType>
    static final AttributeType
    <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 final AttributeType
    <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 final AttributeType
    <simpleType name="nonNegativeDecimalType"> <restriction base="decimal"> <minInclusive value="0.0"/> </restriction> </simpleType>
    static final AttributeType
    <simpleType name="restartDefaultType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="inherit"/> </restriction> </simpleType>
    static final AttributeType
    <simpleType name="restartTimingType"> <restriction base="string"> <enumeration value="never"/> <enumeration value="always"/> <enumeration value="whenNotActive"/> <enumeration value="default"/> </restriction> </simpleType>
    static final ComplexType
    <complexType name="setPrototype"> <attributeGroup ref="smil20:animNamedTargetAttrs"/> <attributeGroup ref="smil20:animSetValuesAttrs"/> </complexType>
    static final AttributeType
    <simpleType name="syncBehaviorDefaultType"> <restriction base="string"> <enumeration value="canSlip"/> <enumeration value="locked"/> <enumeration value="independent"/> <enumeration value="inherit"/> </restriction> </simpleType>
    static final AttributeType
    <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
     
  • Method Summary

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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>
      
          
         
  • Constructor Details

    • SMIL20Schema

      public SMIL20Schema()